[Webkit-unassigned] [Bug 18799] Hovering over menu not opening submenus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 10:33:38 PDT 2008


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





------- Comment #1 from gamander at gmail.com  2008-04-29 10:33 PDT -------
Created an attachment (id=20890)
 --> (http://bugs.webkit.org/attachment.cgi?id=20890&action=view)
reduction

Code snippet from the linked page:

ZIndex = 5000;
with (object.style) { 
    zIndex = --ZIndex; 
} 

In WebKit the first letter of the property name inside the with-statement is
not case sensitive.  ZIndex is the same as zIndex. The above code sets zIndex
to -1 and the menu is hidden.


-- 
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