Closed Bug 546596 Opened 16 years ago Closed 16 years ago

Using table:hover to reveal an absolutely positioned child of <caption> doesn't work

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 63895

People

(Reporter: hsivonen, Unassigned)

References

()

Details

Build from trunk around 2010-02-12. Steps to reproduce: 1) Load http://webkit.org/demos/hover-summary/example2.html 2) Move the mouse cursor over the table. Actual results: The width of the table changes and scrollbars appear on the viewport. Expected results: Expected a yellow box to appear under the table as in WebKit and Opera.
What's actually happening is that the hover box appears scrolled out of view. I assume this happens because Gecko considers the viewport to be the containing block of the absolute positioned content. But the table should be its containing block, because the table has position relative. That's my best guess as to the cause.
(In reply to comment #1) > I assume this happens because Gecko considers the viewport to be the containing > block of the absolute positioned content. But the table should be its > containing block, because the table has position relative. That is a known issue: bug 63895. I suppose this should be duped.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.