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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 21 12:31:46 PDT 2008


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





------- Comment #4 from darin at apple.com  2008-05-21 12:31 PDT -------
The bug seems to be in JSCSSStyleDeclarationCustom.cpp in cssPropertyName.

The fix is in this line:

    name.append(toASCIILower(propertyName.data()[i++]));

If we just remove the toASCIILower, that would fix the bug.


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