|
|
Chrome Version : 1.0.154.65
URLs (if applicable) : http://sjmap.org/cursortest/
Other browsers tested: IE8, IE7, FF3, Safari4, Opera9.6
Add OK or FAIL after other browsers where you have tested this issue:
Safari 4: FAIL (same failure described here)
Firefox 3.x: OK
IE 7: OK
IE 8: OK
Opera 9.6: FAIL (cursor:url not supported at all)
What steps will reproduce the problem?
1. mouseover an element using a custom cursor:url where the internally
stored hotspot in the .cur file is *NOT* 0,0 upper-left, note where cursor
changes - does not correspond to hotspot
2.
3.
What is the expected result?
the mouse cursor's hotspot should be taken from the .cur file so that
cursor changes and clicks occur at the correct location
What happens instead?
the internally stored hotspot is not recognized/used, instead left at 0,0
upper-left of the glyph, causing the mouse pointer to incorrectly reflect
the pointed-to position
Please provide any additional information below. Attach a screenshot if
possible.
Also tested that CSS3 syntax for specifying xy of hotspot isn't yet
supported, for instance:
cursor:url("zoomin.cur") 14 13,auto;
though that isn't part of this bug, i was just testing for possible
workarounds.
|