Closed
Bug 357811
Opened 18 years ago
Closed 17 years ago
Having a <select> with <options> in a <table> makes the tr:last-child css pseudo-class to apply to the row containing it
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: luis, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3
Something is broken in the tr:last-child. It applies whenever it finds any row with a select tag and one or many option tags in it. See http://www.webalianza.com/moz_td_bug.html for clarification.
Reproducible: Always
Steps to Reproduce:
See http://www.webalianza.com/moz_td_bug.html
Actual Results:
The pseudo-class is also applied to the td containing the select with option
Expected Results:
The pseudo-class had to be applied only to the last-child
Tried in Konqueror 3.5 and works as expected.
Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Component: General → Layout: Tables
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → 1.8 Branch
Comment 3•17 years ago
|
||
So this works for me even before bug 73586 landed, but it's probably due to oversimplification of the testcases. However, that's now fixed. I'll just mark it as duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•