Bug 17473 - Menu at whitegoods.ru does not work
Summary: Menu at whitegoods.ru does not work
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-02-21 07:13 PST by Alexey Proskuryakov
Modified: 2022-07-22 11:53 PDT (History)
4 users (show)

See Also:


Attachments
reduced test case (92 bytes, text/html)
2008-02-21 07:15 PST, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-02-21 07:13:11 PST
Steps to reproduce:
1. Open http://www.whitegoods.ru/
2. Try to click on items in a menu to the left.

Results: cursor doesn't change to a hand; clicking has no effect.
Comment 1 Alexey Proskuryakov 2008-02-21 07:15:22 PST
Created attachment 19257 [details]
reduced test case

The below works in IE. Firefox displays a blank page - but WebKit gets an IE version of stylesheet from the site.

<a href=# style="position:absolute;z-index:-1;">This is a link, it should be clickable.</a>
Comment 2 Ahmad Saleem 2022-07-22 07:51:46 PDT
Based on attached test case, I am able to reproduce the issue of the line (or text) being not clickable in Safari 15.6 on macOS 12.5. Safari matches the behavior with Chrome Canary 105 but differs from Firefox Nightly 104, which makes the link clickable.

I am not clear on web-spec and which is correct behavior but I just wanted to share updated results. Thanks!