Closed
Bug 665795
Opened 14 years ago
Closed 13 years ago
Tab drop indicator does not vanish on dragexit
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: int3, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0
The tab drop indicator lingers around even after the tab has been dropped.
Reproducible: Always
Steps to Reproduce:
1. Uncheck View -> Toolbars -> Navigation Toolbar
2. Open 2 tabs
3. Click and drag one of them
4. Drag the first tab near the edge of the other tab so that the blue tab drop indicator appears
5. Drag the tab vertically downwards away from the tab bar, into the content area of the other tab
6. Release the mouse button to create a new window
Actual Results:
The drop indicator remains even after the tab is dragged away, and even after the new window is created.
Expected Results:
When the tab is dragged away from the tab bar, the blue drop indicator disappears.
It appears that tabbrowser's dragexit handler, which is responsible for hiding the drop indicator, does not fire when moving from the tab bar into the content area.
This bug does not occur when the navigation toolbar is present. However there are some extensions which disable it as they provide their own modes of navigation (e.g. vimperator), so this is certainly worth fixing.
Although the build identifier says FF5, I have verified this on Nightly.
Reproducible for me on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0a1) Gecko/20110620 Firefox/7.0a1
The same behavior on a new profile.
On Windows 7, this isn't reproducible.
Setting resolution to NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•13 years ago
|
||
With the new tab animations, the tab drop indicator is no longer used, so this bug is invalid.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•