Bug 99379 - [Mac] links cannot be hovered or clicked if positioned where a horizontal scrollbar will appear
Summary: [Mac] links cannot be hovered or clicked if positioned where a horizontal scr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL: http://jsfiddle.net/yYTJV/2/
Keywords: InRadar
: 109254 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-15 16:11 PDT by gruehle
Modified: 2019-02-06 09:19 PST (History)
8 users (show)

See Also:


Attachments
Sample file for bug (858 bytes, text/html)
2012-10-15 16:11 PDT, gruehle
no flags Details
Patch (1.71 KB, patch)
2013-04-29 14:27 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gruehle 2012-10-15 16:11:22 PDT
Created attachment 168799 [details]
Sample file for bug

If an <a> tag is positioned where a horizontal scrollbar will appear, the link cannot be hovered or clicked.

Note: This only occurs on lion/mountain lion with scrollbars set to automatically hide.

Steps to reproduce:

1. Load the attached example file or go to http://jsfiddle.net/yYTJV/2/
2. Hovering or clicking on links 1-4 works fine
3. Hover over link #5 and try to click it

Results:
Hand cursor does not appear. Link is not clickable. Note that the text can be selected, but the link cannot be clicked.
Comment 1 Alexey Proskuryakov 2012-10-16 10:50:57 PDT
I think that this is a known issue. Beth, Simon, do you know if there is previously filed bug about this?
Comment 2 Beth Dakin 2012-10-16 11:40:42 PDT
(In reply to comment #1)
> I think that this is a known issue. Beth, Simon, do you know if there is previously filed bug about this?

I believe that this Radar is the same issue: <rdar://problem/10929565>

But I have not found a bugs.webkit.org equivalent.
Comment 3 Beth Dakin 2013-02-12 13:28:05 PST
*** Bug 109254 has been marked as a duplicate of this bug. ***
Comment 4 greg.goodrich 2013-04-09 12:35:27 PDT
I too am having an issue with this bug.  Very similar to OP, where I have a button that gets overlapped by the space that the scrollbar would occupy if it were visible, and both the click and the hover are lost on about half of this button.
Comment 5 Dave Hyatt 2013-04-29 14:27:52 PDT
Created attachment 200046 [details]
Patch
Comment 6 Dave Hyatt 2013-04-29 14:35:43 PDT
Fixed in r149315.
Comment 7 Lucas Forschler 2019-02-06 09:19:02 PST
Mass move bugs into the DOM component.