Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Issue 159838: Right clicking the back and forward buttons is buggy. A single right click op... (Closed)

Created:
11 years, 4 months ago by pierre.lafayette
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Right clicking the back and forward buttons is buggy. A single right click opens the drop down menu, however the button does not enter the PUSHED state. If you double right click then click on the tab content area, the button stays in a PUSHED state until you mouseover it. The fix should replicate the intuitive behavior. On a single right click, the button enters the PUSHED state and the drop down appears immediately. As soon as the user clicks on another View, the drop down closes and the button returns to the NORMAL state. Double right click behaves similarly. BUG=9717 TEST=none

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 8

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 2

Patch Set 12 : '' #

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -12 lines) Patch
M views/controls/button/button_dropdown.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -1 line 0 comments Download
M views/controls/button/button_dropdown.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +21 lines, -9 lines 0 comments Download
M views/controls/button/custom_button.h View 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
M views/controls/button/custom_button.cc View 4 5 6 7 8 9 10 11 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
pierre.lafayette
11 years, 4 months ago (2009-08-04 01:03:08 UTC) #1
Peter Kasting
Setting reviewers more correctly
11 years, 4 months ago (2009-08-04 16:43:40 UTC) #2
sky
http://codereview.chromium.org/159838/diff/1002/1003 File views/controls/button/button_dropdown.cc (right): http://codereview.chromium.org/159838/diff/1002/1003#newcode58 Line 58: // intuitive behavior that we see with a ...
11 years, 4 months ago (2009-08-04 22:49:35 UTC) #3
pierre.lafayette
Thanks for the review. I believe I've addressed all the issues.
11 years, 4 months ago (2009-08-05 18:48:38 UTC) #4
sky
http://codereview.chromium.org/159838/diff/1007/1008 File views/controls/button/button_dropdown.cc (right): http://codereview.chromium.org/159838/diff/1007/1008#newcode82 Line 82: // context menu message loop has terminated. Isn't ...
11 years, 4 months ago (2009-08-06 22:33:05 UTC) #5
pierre.lafayette
Updated.
11 years, 4 months ago (2009-08-07 03:17:42 UTC) #6
sky
http://codereview.chromium.org/159838/diff/5015/4008 File views/controls/button/button_dropdown.cc (right): http://codereview.chromium.org/159838/diff/5015/4008#newcode60 Line 60: SetState(BS_PUSHED); Do you need this anymore? Isn't this ...
11 years, 4 months ago (2009-08-07 15:41:33 UTC) #7
pierre.lafayette
http://codereview.chromium.org/159838/diff/5015/4008 File views/controls/button/button_dropdown.cc (right): http://codereview.chromium.org/159838/diff/5015/4008#newcode60 Line 60: SetState(BS_PUSHED); Correct. Removing this block. http://codereview.chromium.org/159838/diff/5015/4008#newcode131 Line 131: ...
11 years, 4 months ago (2009-08-07 20:52:30 UTC) #8
sky
http://codereview.chromium.org/159838/diff/4043/5028 File views/controls/button/button_dropdown.cc (right): http://codereview.chromium.org/159838/diff/4043/5028#newcode51 Line 51: show_menu_factory_.NewRunnableMethod(&ButtonDropDown::ShowDropDownMenu, The old indentation is correct. The style ...
11 years, 4 months ago (2009-08-11 16:20:10 UTC) #9
pierre.lafayette
Updated.
11 years, 4 months ago (2009-08-11 17:47:21 UTC) #10
Peter Kasting
Pinging so sky will take another look at this, I think it fell off his ...
11 years, 4 months ago (2009-08-21 00:10:58 UTC) #11
pierre.lafayette
On 2009/08/21 00:10:58, Peter Kasting wrote: > Pinging so sky will take another look at ...
11 years, 4 months ago (2009-08-21 00:45:32 UTC) #12
Peter Kasting
11 years, 4 months ago (2009-08-21 00:48:30 UTC) #13
On 2009/08/21 00:45:32, pierre.lafayette wrote:
> This was landed in 23101. Thanks.

OK, closed.

Powered by Google App Engine
This is Rietveld 408576698