Comment #30 on issue 1446 by powerpak006: hand cursor's hot spot is misplaced http://code.google.com/p/chromium/issues/detail?id=1446
FYI, google fixes this issue on Maps with a CSS3 custom cursor hot-spot declaration. It's described toward the middle of: https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property Their full CSS is probably cursor: url(http://url/to/openhand_8_8.cur) 8 8, default; which moves the hotspot to the center of the hand. The "8 8" doesn't show up in Web Inspector which makes it hard to find. This doesn't fix this bug, which is probably a Webkit bug because it also happens in Safari, but it is a possible workaround until Webkit fixes it... -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
