Closed
Bug 203316
Opened 22 years ago
Closed 22 years ago
SELECT elements honouring invalid attribute WIDTH
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: stephend, Unassigned)
References
()
Details
Attachments
(1 file)
|
557 bytes,
text/html
|
Details |
Ug, I know I'm going to regret this.
I've searched for 'width select', and other assorted combinations in Bugzilla.
Anyways, with build 2003-04-24-12 (trunk, Windows 2000), and the attached
testcase, the selects aren't paying attention to the WIDTH attribute of the SELECT.
This is also visible on http://channels.netscape.com/ns/news/health.jsp (see
'Choose a topic'.
| Reporter | ||
Comment 1•22 years ago
|
||
The problem here is related to the presence of the 'width' attribute on the
'select' element in the markup. This is not a valid HTML 4.01 attribute on
a 'select' element **but** apparently gecko honours it setting, in the current
test case, the width of the element to 10 'something' where something is px or %,
I did not test.
This is a bug and we should ignore that width attribute.
Summary: Select's width attribute getting ignored. → SELECT elements honouring invalid attribute WIDTH
Comment 3•22 years ago
|
||
I can imagine the stream of bug-reports :-)
| Reporter | ||
Updated•22 years ago
|
Comment 4•22 years ago
|
||
Yeah, well. This is already filed, and even has at least one dup other than
this one. roc+moz is probably the assignee. Please find and dup.
Whiteboard: DUPEME
Comment 5•22 years ago
|
||
I think it's 201797. Here, the reporter doesn't acknowledge the WIDTH
attribute as invalid, so maybe that should be confirmed in that bug :)
| Reporter | ||
Comment 6•22 years ago
|
||
Fixed by bug 201797, I believe.
*** This bug has been marked as a duplicate of 201797 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 7•22 years ago
|
||
No, this was not fixed, even with bug 201797 checked into 1.4b. Testcase still
breaks (note that there's no horiz scrollbar), and the WIDTH attribute is still
honored. I can't reopen, but I think it should be.
| Reporter | ||
Comment 8•22 years ago
|
||
Dang. You're right. My testcase is broken, but the site works... they must've
changed their code. Reopening.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 9•22 years ago
|
||
*** Bug 205014 has been marked as a duplicate of this bug. ***
Comment 10•22 years ago
|
||
OK, now the testcase works in build 20030523...did someone fix this?
| Reporter | ||
Comment 11•22 years ago
|
||
Robert O'Callahan must've, but I'm not sure the bug #.
wfm
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → WORKSFORME
verified with build 2004-06-29-08 on Windows XP.
Status: RESOLVED → VERIFIED
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•