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)

x86
Windows 98
defect

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.
radha - could this have anything to do with the autocomplete widget?
Keywords: regression
Possible. need to look at the CSS definition for autocomplete widget (if any)
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
just got a note from sfraser -- this should go to ducarroz, reassigning
Assignee: rods → ducarroz
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
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.
I'm fixing...
Assignee: radha → sfraser
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
vrfy fixed in new win98 build
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.