Closed
Bug 11374
Opened 25 years ago
Closed 25 years ago
no url bar in navigator window
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: sspitzer, Assigned: danm.moz)
Details
I just checked in a temporary fix:
Index: navigator.xul
===================================================================
RCS file: /cvsroot/mozilla/xpfe/browser/resources/content/navigator.xul,v
retrieving revision 1.27
diff -r1.27 navigator.xul
761c761
< <html:input id="urlbar" type="text" chromeclass="location"
---
> <html:input id="urlbar" type="text"
I'm sure something else is going on here, but I'm too tired to find it.
Reporter | ||
Comment 1•25 years ago
|
||
the temporary fix is checked in. key word: temporary.
Updated•25 years ago
|
Assignee: don → danm
Comment 2•25 years ago
|
||
Sounds like danm's bustage... presumably a chromeclass related problem.
This is probably my fault for suggesting to mailnews that they add chromeclass tags
to their XUL without mentioning proper care and feeding. chromeclass just allows
the window loading code to hide frames corresponding to chrome objects if they've been
requested hidden. Adding chromeclass is generally the right thing to do, but you have to
make corresponding changes to the window.open calls if you don't want the hideable chrome hidden.
I see there's no documentation on chromeclass in our online stuff. That wants fixing, too.
The syntax for specifying chrome hidden states is currently being reworked as part of
bug 9631. Staving off this bug until M10, when 9631 will have had time to settle, and
corresponding tweaks to JS can be implemented.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The bug description never said which window was opened without its url bar. After much poking around,
the only one I could find was the one opened by the menu Tasks/Navigator. I've reinstated the chromeclass
attribute removed by sspitzer and fixed the window.open call involved. The visible effect will be that that window
continues to have its url bar, and now has a status bar as well.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•