[Webkit-unassigned] [Bug 47696] SelectElement::listBoxDefaultEventHandler is missing some null renderer() checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 16:13:11 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47696





--- Comment #4 from James Robinson <jamesr at chromium.org>  2010-10-14 16:13:10 PST ---
Patch for discussion - I haven't written proper regression tests yet or a ChangeLog body, so this isn't quite ready to land.  This patch assumes that if the element has no renderer then the event is not marked as handled which is consistent with what happens if the renderer is NULL at the initial call to SelectElement::defaultEventHandler().  I dunno if this is really the proper behavior, however.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list