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

Issue 100169: Fixes bug in dragging tabs. Specifically if you only have one window... (Closed)

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

Description

Fixes bug in dragging tabs. Specifically if you only have one window with one tab, drag the tab, and while dragging click and release the right mouse button we get all confused. This is because we get two OnMousePressed events in a row, which results in cancelling out the current drag which doesn't work well when only one tab with one window is left. BUG=10800 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14870

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/views/tabs/tab.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
sky
11 years, 7 months ago (2009-04-29 19:39:25 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698