UNCONFIRMED 25943
links are not clickable when z-index < 0 and position isn't static
https://bugs.webkit.org/show_bug.cgi?id=25943
Summary links are not clickable when z-index < 0 and position isn't static
Toni Lamberg
Reported 2009-05-21 12:48:42 PDT
Links become unclickable when their css has z-index < 0 and position isn't static. This is easily reproducible and happens everytime. When either of those css-properties is removed then clicks become clickable again. Could be related to https://bugs.webkit.org/show_bug.cgi?id=21675
Attachments
an example html for the bug (384 bytes, text/html)
2009-05-21 12:52 PDT, Toni Lamberg
no flags
Toni Lamberg
Comment 1 2009-05-21 12:52:56 PDT
Created attachment 30551 [details] an example html for the bug
iain
Comment 2 2009-06-21 08:34:41 PDT
Filed bug #26582 which is related. Adding "html { margin-top: 3em }" to the CSS in the testcase above moves the root element out of the way, enabling the hyperlink to be clicked. However, changing the z-index of the html element to "auto" or "-100" does not make the link clickable.
Mike Lawther
Comment 3 2011-11-24 14:43:20 PST
Filed related bug 73068 : absolutely positioned div that is initially onscreen (ie not requiring scrolling to see) does not have hover applied to it (thanks ap@ for the pointer to this bug).
Brent Fulgham
Comment 4 2022-07-11 16:46:44 PDT
WebKit and Blink continue to agree on this behavior, Firefox is the outlier.
Radar WebKit Bug Importer
Comment 5 2022-07-11 16:48:29 PDT
Note You need to log in before you can comment on or make changes to this bug.