Closed
Bug 343335
Opened 19 years ago
Closed 19 years ago
Tab-bar missing if firefox was opened without menubars
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 243893
People
(Reporter: x-743, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
When JavaScript opens a Window without menubars, and inside this window there is a link wich opens a new tab, the tabbar stays invisible and the user can switch tabs only with Ctrl+Tab
Reproducible: Always
Steps to Reproduce:
1. new window via JS: window.open(uri, title, "toolbar=no,menubar=no,location=no");
2. klick link wich opens a new tab
3. try to go back to the site opened via JS
Actual Results:
Tab-bar was missing
Expected Results:
show the tab bar (but nothing else?)
Comment 1•19 years ago
|
||
This was fixed for Firefox 1.5. Please use the latest build when reporting bugs.
*** This bug has been marked as a duplicate of 243893 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•