Bug 16280 - cursor: default; does not change to "pointer" on link hover like FF and IE7
Summary: cursor: default; does not change to "pointer" on link hover like FF and IE7
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.voyages-sncf.com/leisure/f...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-03 11:50 PST by Anantha Keesara
Modified: 2008-01-17 08:40 PST (History)
2 users (show)

See Also:


Attachments
Reduction (190 bytes, text/html)
2007-12-03 11:51 PST, Anantha Keesara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2007-12-03 11:50:43 PST
Steps:
1. Go to: http://www.voyages-sncf.com/leisure/fr/launch/home/
2. Mouse hover on any top icon (Hotel, Train, vol etc...)

Issue:
Notice that the cursor doesn't change to hand shaped in Safari.

Other Browsers:
IE7, FF, Opera show hand shaped cursor on hover.
Comment 1 Anantha Keesara 2007-12-03 11:51:35 PST
Created attachment 17682 [details]
Reduction
Comment 2 Eric Seidel (no email) 2008-01-10 14:41:29 PST
This may relate to bug 16797.
Comment 3 Eric Seidel (no email) 2008-01-17 04:36:53 PST
This seems silly.

http://www.w3.org/TR/css3-ui/#cursor

default
    The platform-dependent default cursor. Often rendered as an arrow.

"default" seems to me to be whatever the "normal" platform cursor would be.  Why this would change to a pointer over a link is beyond me.  "auto" handles proper link hovering etc.

With this broken behavior in FF and IE, it's not possible to force a "platform" normal cursor at all times.

We can implement this FF quirk (which I assume IE copied in IE7), but I'd rather not. :(
Comment 4 mitz 2008-01-17 08:40:28 PST
I cannot reproduce the bug with the test-case. I think this was fixed in <http://trac.webkit.org/projects/webkit/changeset/27761>. Feel free to re-open if you think there is still a problem.