Closed
Bug 289567
Opened 20 years ago
Closed 20 years ago
block with width smaller than 100% and overflow:hidden inside a table progressively gets shorter when descendent element has a hover which specifies a border-bottom
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
VERIFIED
FIXED
People
(Reporter: uruviel, Assigned: roc)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
|
759 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050408 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050408 Firefox/1.0+
If a block level element (like a div)has a width smaller than 100%,has
overflow:hidden and is nested inside a table the element gets progressively
shorter when the element it's descendent has a :hover specified with
border-bottom (like table tr td div span:hover { border-bottom: 1px solid red; }
See testcase for details
Reproducible: Always
Steps to Reproduce:| Reporter | ||
Comment 1•20 years ago
|
||
This is a fairly minimal testcase which I've gained from the code given at: http://abcnews.go.com/US/WireIndex/listIndex
| Reporter | ||
Updated•20 years ago
|
Keywords: testcase
Summary: block with width smaller than 100% and overflow:hidden inside a table progressively gets shorter when descendent element has a hover which specifies a border-bottom → block with width smaller than 100% and overflow:hidden inside a table progressively gets shorter when descendent element has a hover which specifies a border-bottom
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050408 Firefox/1.0+ Confirmed ->New
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
| Reporter | ||
Updated•20 years ago
|
Attachment #180064 -
Attachment is obsolete: true
| Reporter | ||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
Is this bug depending on 266964?
Comment 5•20 years ago
|
||
Is this bug depending on 266964?
| Assignee | ||
Comment 6•20 years ago
|
||
probably fixed by the patch in bug 240276, though I haven't tested
Depends on: 240276
Comment 7•20 years ago
|
||
Yep, this would be fixed by the patch from bug 240276, I just tested it with my patched debug build.
Comment 8•20 years ago
|
||
Testcase fails for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050422 Firefox/1.0+ Testcase works for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050428 Firefox/1.0+ Resolved Fixed by bug 240276
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•