Closed
Bug 570647
Opened 15 years ago
Closed 15 years ago
money.cnn.com: Links unclickable (float:left followed by position:relative)
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
INVALID
People
(Reporter: moz, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: testcase)
Attachments
(1 file)
441 bytes,
text/html
|
Details |
This is the CSS part of bug 570309, which is unrelated to HTML5 parsing.
See bug 570309 comment 6.
May be related with bug 427088.
money.cnn.com links on the left don't work (scroll down a bit).
Note: money.cnn.com is in quirks mode, but the mozilla bug is independent from that. So I wrote a strict mode testcase.
Comment 3•15 years ago
|
||
This is the right behavior per CSS spec. See CSS 2.1 section E.2. The float is painted in step 5; the rel pos block is painted in step 8 (so on top of the float). If you give the block a background, this becomes very obvious. So you can't click on the float, since it's behind the block.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Comment 4•15 years ago
|
||
Note that Webkit has the same exact behavior on the attached testcase, by the way, for the same reasons.
Updated•14 years ago
|
blocking2.0: ? → ---
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•