Closed
Bug 38815
Opened 25 years ago
Closed 25 years ago
URL bar font back to ugly fixed-font Courier, and bar has green border
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: sfraser_bugs)
Details
(Keywords: regression)
Build ID: 2000051008
The font of the URL bar is no longer the nice Arial-esque font it has been
lately. It's now back to the ugly font visible in NSPR1 and earlier.
Reporter | ||
Comment 1•25 years ago
|
||
radha - could this have anything to do with the autocomplete widget?
Keywords: regression
Comment 2•25 years ago
|
||
Possible. need to look at the CSS definition for autocomplete widget (if any)
Comment 3•25 years ago
|
||
Rod -- did you change something? It looks like input type=text, select, submit
and reset all have a font change
Assignee: beppe → rods
Component: Editor → HTML Form Controls
Comment 4•25 years ago
|
||
just got a note from sfraser -- this should go to ducarroz, reassigning
Assignee: rods → ducarroz
Assignee | ||
Comment 5•25 years ago
|
||
radha changed navigator.xul thusly:
Index: navigator.xul
===================================================================
RCS file: /cvsroot/mozilla/xpfe/browser/resources/content/navigator.xul,v
retrieving revision 1.184
retrieving revision 1.185
diff -r1.184 -r1.185
256c256
< <textfield class="plain chromeclass-location" id="urlbar" flex="1"
---
> <!--<textfield class="plain chromeclass-location" id="urlbar" flex="1"
258,259c258,259
< tooltiptext="&locationBar.tooltip;"/>
< <!--<autocomplete class="plain chromeclass-location"
searchSessionType="urlbar" id="urlbar" onkeypress="if( event.which == 13 ) {
AddToUrlbarHistory(); BrowserLoadURL(); }" flex="1"/> -->
---
> tooltiptext="&locationBar.tooltip;"/> -->
> <textfield autocomplete="true" timeout="300" class="plain chromeclass-location" searchSessionType="urlbar" id="urlbar" onkeypress="if( event.which == 13 ) { AddToUrlbarHistory(); BrowserLoadURL(); }" flex="1"/>
which causes this. Perhaps we need some xmlBindings fix to get the textfield
back?
Assignee: ducarroz → radha
Summary: URL bar font back to ugly fixed-font Courier → URL bar font back to ugly fixed-font Courier, and bar has green border
Comment 6•25 years ago
|
||
The green frame will go away a soon Hyatt remove it's debugging CSS for HTML
element.
About the font, I thing we need to update a css rule somewhere.
Assignee | ||
Comment 8•25 years ago
|
||
Fixed: I added needed class attributes on the html:input and xul:box in the
binding.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•