Closed
Bug 138615
Opened 24 years ago
Closed 21 years ago
Can't renable address bar after JS window.open
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: jmd, Assigned: bugzilla)
Details
Attachments
(1 file)
|
40.53 KB,
image/png
|
Details |
If a js window.open says to not show the address bar... you get the nav bar
without the address and no way to turn it back on. Attaching a screenshot.
Whose bright idea was combining those, again? Lemme at 'em.
Suggested short term fix: ignore nav=false && address=true or vice versa. Leave
them both visable unless both are disabled.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Comment 3•21 years ago
|
||
Jeremy, you can force the presence of toolbars in secondary window by either
setting the about:config or user.js file this way:
dom.disable_window_open_feature.menubar to true
dom.disable_window_open_feature.toolbar to true
dom.disable_window_open_feature.location to true
dom.disable_window_open_feature.directories to true
dom.disable_window_open_feature.resizable to true
dom.disable_window_open_feature.scrollbars to true
etc.
For more, see:
http://developer-test.mozilla.org/docs/Gecko_DOM_Reference:DOM_window_Reference:window.open%28%29
I am resolving this bug as a DUPLICATE of bug 26353 because the discussion is
more advanced over there.
*** This bug has been marked as a duplicate of 26353 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•