Closed Bug 576786 Opened 14 years ago Closed 14 years ago

Resizing sometimes gets stuck in a state where it thinks we're still dragging, though we're not.

Categories

(Firefox Graveyard :: Panorama, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mitcho, Unassigned)

Details

(Whiteboard: tracked)

See video: http://vimeo.com/13062593

1. Drag out a new tab group.
2. Drag out of the page
3. Let go of the mouse button outside of the page.
4. Come back in. Note that it thinks you're still resizing, even though your mouse button is not depressed.
That's a classic one. I don't know of any way to get the "mouse up" event if it happens outside the browser. Raymond? Mardak?
If you add an "mouse up" event listener to the browser window instead of inside tab candy page, you should be able to get the "mouse up" event.

Utils.getCurrentWindow().addEventListener("mouseup", function() {
  // if we are displaying the tabcandy interface and we are in the dragging stage.  
}, true)
Thanks, Raymond! Fixed: 

http://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/tabcandy-central/rev/7281d23f2457

The fix includes resize, drag, and dragging to create a group.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Mass moving all Tab Candy bugs from Mozilla Labs to Firefox::Tab Candy.  Filter the bugmail spam with "tabcandymassmove".
Product: Mozilla Labs → Firefox
Target Milestone: -- → ---
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.