Bug 154243

Summary: Mouse cursor doesn't change when entering scrollbars
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, darin, simon.fraser
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

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>