Bug 154243 - Mouse cursor doesn't change when entering scrollbars
Summary: Mouse cursor doesn't change when entering scrollbars
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-15 06:53 PST by Carlos Garcia Campos
Modified: 2016-02-16 01:45 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.23 KB, patch)
2016-02-15 06:55 PST, Carlos Garcia Campos
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2016-02-15 06:53:25 PST
If the scrollbar is over or very close to text or a link, when entering the scrollbar the cursor is not changed, keeping the beam or hand cursor when using the scrollbar. Same happens for image documents where the magnifier cursor is used and it remains when entering the scrollbars. We should use pointer cursor always for scrollbars.
Comment 1 Carlos Garcia Campos 2016-02-15 06:55:43 PST
Created attachment 271341 [details]
Patch
Comment 2 Simon Fraser (smfr) 2016-02-15 08:42:46 PST
Comment on attachment 271341 [details]
Patch

Does this work correctly on Mac?
Comment 3 Carlos Garcia Campos 2016-02-15 08:45:47 PST
(In reply to comment #2)
> Comment on attachment 271341 [details]
> Patch
> 
> Does this work correctly on Mac?

I assume it does, I checked the problem was present in Safari, but I don't have a mac to test the patch there.
Comment 4 Carlos Garcia Campos 2016-02-16 01:45:48 PST
Committed r196631: <http://trac.webkit.org/changeset/196631>