WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
11878
REGRESSION: An exception is raised by element.style.cursor = "-moz-grab"
https://bugs.webkit.org/show_bug.cgi?id=11878
Summary
REGRESSION: An exception is raised by element.style.cursor = "-moz-grab"
Alexey Proskuryakov
Reported
2006-12-19 11:19:49 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2007-01-05 08:35:21 PST
It was decided that exceptions shouldn't be raised for invalid values, so this is a non-issue.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug