Closed
Bug 814985
Opened 13 years ago
Closed 10 years ago
Table with percentage height continues to grow when a descendant :hover increase its height
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alex_rosenberg35, Unassigned)
Details
(Keywords: css2, reproducible, testcase, Whiteboard: DUPEME)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28
Build ID: 20120306064154
Steps to reproduce:
Since Firefox 3.6 (or earlier) and still exhibited Firefox 17:
Using a different border-width and/or padding for the :hover pseudo-class of table head elements results in unexpected behavior. (Please view the attached testcase.)
Actual results:
The div elements with "overflow: hidden" grow in height when the mouse moves over the th elements.
Expected results:
The computed height of the divs should not have changed due to hovering on the table head elements.
Reproducible: always
To reproduce this bug, please view the attached testcase file and hover the mouse over the table head cells.
I have already been able to reproduce this bug in:
Firefox 17.0 beta (build 20121113065533) on Windows XP,
Firefox 16.0.2 (build 20121024073032) on Windows 7,
Firefox 5.0 (build 20110615151330) on Windows XP,
and Firefox 3.6 (build 20120306064154) on Mac OS X.
Updated•13 years ago
|
Attachment #684982 -
Attachment mime type: text/plain → text/html
Comment 2•13 years ago
|
||
Simplified version of Reporter's testcase.
Comment 3•13 years ago
|
||
I suspect we already have bug(s) on this, probably quite old.
Component: Layout → Layout: Tables
Keywords: helpwanted
Summary: Changing the border or padding of th elements on hover causes div elements with "overflow: hidden" to grow → Table with percentage height continues to grow when a descendant :hover increase its height
Whiteboard: DUPEME
The testcase behaves exactly the same in Chrome 44 and Explorer 11.
I'd be inclined to say it's not a bug in Firefox. Maybe the W3C specification should be reworded.
In both testcases, overflow div does not change size during hover, and behavior is identical in all major (desktop) browsers.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•