[Webkit-unassigned] [Bug 11878] New: REGRESSION: An exception is raised by element.style.cursor = "-moz-grab"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 19 11:19:49 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11878
Summary: REGRESSION: An exception is raised by
element.style.cursor = "-moz-grab"
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: javascript:document.body.style.cursor = "-moz-
grab";alert("SUCCESS")
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression
Severity: Normal
Priority: P1
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
Bug 7296 enabled exceptions for invalid CSS values being set via DOM.
This has caused a problem with Mozilla-only cursors: Mozilla (of course)
supports those, and IE has a quirk that lets it handle them without raising an
exception. In IE, "-moz-grab" is treated as "url(-moz-grab)". Moreover,
"url(foobar), -moz-grab" is also parsed "successfully" somehow.
So, WebKit is the odd one raising an exception now. This can be fixed by adding
support for those cursors (bug 8988) or by implementing an IE-style parsing
quirk.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list