Closed
Bug 613580
Opened 14 years ago
Closed 8 years ago
Shift-clicking the back button or middle-clicking it with browser.tabs.opentabfor.middleclick=false flashes the tabbar
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b8pre) Gecko/20101013 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0b8pre) Gecko/20101013 Firefox/4.0b8pre
Click actions on the back and forward buttons that will result in a new window, when the tabbar is auto-hidden because there is only one tab, briefly show the tab=bar with a single tab. Then the tab-bar disappears again and a new window opens. This behaviour was introduced by the fix for bug 609700.
Reproducible: Always
Steps to Reproduce:
1. Set browser.tabs.autohide true (and optionally set browser.tabs.opentabfor.middleclick false)
2. Open a window containing a single tab so that the tabbar auto-hides
3. Browse from one page to another to activate the back button
4. Shift-click the back button (or middle click if browser.tabs.opentabfor.middleclick is false)
Actual Results:
The tab-bar briefly flashes a single tab before a new window appears, then the tab-bar is gone again.
Expected Results:
The new window should appear without showing the tab-bar, as happens with shift-clicks and middle-clicks on links and other elements. At no point is there more than one tab in any window and browser.tabs.autohide is true.
A quick loook at the patch for the fix to bug 609700 suggests that the initial click opens a new tab which causes the tab-bar to appear, then the tab is cloned out to a new window which causes it to disappear again.
Updated•14 years ago
|
Component: General → Tabbed Browser
QA Contact: general → tabbed.browser
Version: unspecified → Trunk
Comment 1•14 years ago
|
||
Build identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b10pre) Gecko/20110118 Firefox/4.0b10pre
Confirming issue.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•8 years ago
|
||
Gone now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•