[Webkit-unassigned] [Bug 63081] [GTK] [WK2] Fix for getting editor client commands.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 11:41:18 PDT 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98017|review?                     |review-
               Flag|                            |




--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2011-06-21 11:41:18 PST ---
(From update of attachment 98017)
Just removing the ASSERT is incorrect here. What type of events are passed to this function? If it's only KeyDown and KeyUp we need a comment explaining why a native  KeyUp event is equivalent to a DOM keypress event. The ASSERT should be updated, since the following line only handles two types of events.

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