Closed Bug 11374 Opened 25 years ago Closed 25 years ago

no url bar in navigator window

Categories

(SeaMonkey :: General, defect, P3)

x86
All
defect

Tracking

(Not tracked)

VERIFIED FIXED

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.
the temporary fix is checked in.  key word: temporary.
Assignee: don → danm
Sounds like danm's bustage... presumably a chromeclass related problem.
Status: NEW → ASSIGNED
Target Milestone: M10
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.
QA Contact: leger → gerardok
gerardok, this is working now?
Status: RESOLVED → VERIFIED
Verified fix on 1999-08-30-10-M10.
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.