Closed
Bug 49604
Opened 25 years ago
Closed 25 years ago
DIV style selector matches <input type="text"> and <textarea>
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: jruderman, Assigned: pierre)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
splitting bug 49160
TD.left DIV {color:green} messes up textboxes inside <td class="left">. See
testcase.
This was causing the textboxes on http://www.richinstyle.com/ to have white-on-
white text.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Adding more simplified testcase. A DIV style selector matches against <input
type="text"> and <textarea>. I'm guessing it's because of the way they're
internally represented (ender lite contained in a div).
Summary: TD.left DIV {color:green} makes text in textboxes green → DIV style selector matches <input type="text"> and <textarea>
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Btw, seeing this on linux, build ID 2000081609, suspecting it's XP so marking
All All.
OS: Windows 98 → All
Hardware: PC → All
Comment 5•25 years ago
|
||
see instead richinstyle.com/screwed.html
Reporter | ||
Comment 6•25 years ago
|
||
wfm 2000080608
Comment 7•25 years ago
|
||
yeah, hyatt fixed this (this bug is really a dup)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•