Closed
Bug 80941
Opened 24 years ago
Closed 24 years ago
Select box does not repaint properly when font is changed
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: Deinst, Assigned: trudelle)
Details
The the following page does not higlight the selected item until a repaint is
forced. (drag another window in front of it)
Removing the font tag makes everything work.
<html>
<head>
<title>test</title>
</head>
<body>
<font face="arial">
<select size=2>
<option> Apartments to share
<option> Apartments wanted
</select>
</body>
</html>
![]() |
||
Comment 1•24 years ago
|
||
reporter, what build are you using? If it's a new one (newer than May 5 and a
nightly, not 0.9) then please reopen this bug. Otherwise it's a duplicate and
has been fixed for over a week now.
*** This bug has been marked as a duplicate of 69785 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•