[Webkit-unassigned] [Bug 7296] JavaScript error not thrown when trying to set a CSS property to an invalid value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 16 14:08:26 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=7296


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11888|                            |review?
               Flag|                            |
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-                     |ap at webkit.org
                   |unassigned at lists.webkit.org |




------- Comment #7 from ap at webkit.org  2006-12-16 14:08 PDT -------
Created an attachment (id=11888)
 --> (http://bugs.webkit.org/attachment.cgi?id=11888&action=view)
proposed fix

Now we do have a quirks mode for Dashboard!

The attached test now raises an exception even earlier than expected, that is,
when trying to set the cursor:

innerDiv.style.cursor = "-moz-grab";

WinIE treats this as "url('-moz-grab')" and thus doesn't raise an exception.
OTOH, Firefox ignores unknown cursor names. I'm going to file a followup bug
for this.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list