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

Issue 437055: Mac: fix Esc-key cancellation of bookmark bar button drags. (Closed)

Created:
11 years, 1 month ago by viettrungluu
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski
Visibility:
Public.

Description

Mac: fix Esc-key cancellation of bookmark bar button drags. The drag would be cancelled after pressing Esc, but moving the mouse again would cause the bookmark bar button to see a drag again and start a new drag. This patch makes the button wait for the next mouse down. BUG=28502 TEST=Drag bookmark bar button and keep mouse button; press Esc (and see cancellation animation); move mouse again and make sure a new drag doesn't start. Committed: r33067

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated/eliminated some comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M chrome/browser/cocoa/bookmark_button.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/cocoa/bookmark_button.mm View 4 chunks +14 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
viettrungluu
Reviews welcome and appreciated from whoever's around.... Thanks.
11 years, 1 month ago (2009-11-25 07:07:41 UTC) #1
pink (ping after 24hrs)
LGTM but it makes me wonder why more cocoa objects don't have this problem if ...
11 years ago (2009-11-25 15:10:33 UTC) #2
Nico
LG. Argh, pink beat me to it. Pink: I think we have this problem because ...
11 years ago (2009-11-25 15:15:15 UTC) #3
viettrungluu
I have nothing to add to what Nico said, though I too find it a ...
11 years ago (2009-11-25 15:23:38 UTC) #4
mrossetti
11 years ago (2009-11-25 17:20:17 UTC) #5
LGTM

(Rossetti comes in 3rd.)

Powered by Google App Engine
This is Rietveld 408576698