Closed Bug 138615 Opened 21 years ago Closed 18 years ago

Can't renable address bar after JS window.open

Categories

(SeaMonkey :: UI Design, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 26353

People

(Reporter: jmd, Assigned: bugzilla)

Details

Attachments

(1 file)

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.
Attached image Where am I?!
Product: Core → Mozilla Application Suite
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: 18 years ago
Resolution: --- → DUPLICATE
Component: XP Apps: GUI Features → UI Design
You need to log in before you can comment on or make changes to this bug.