[Webkit-unassigned] [Bug 7059] TinyMCE: Select All + delete sends you Back intsead of deleting
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Mar 1 18:41:37 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7059
justin.garcia at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6799| |review?
Flag| |
------- Comment #2 from justin.garcia at apple.com 2006-03-01 18:41 PDT -------
Created an attachment (id=6799)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=6799&action=view)
patch
In selectFrameElementInParentIfFullySelected, we should only select the frame
in its parent if the frame is in an editable region.
Also, WebCore wasn't treating mouse events that the eventSender was sending as
distinct events, since they all had the same eventNumber (0). This was sending
us into different code paths than we get into when a user does mouse clicks.
So, I added an eventNumber to the eventSender and increment it every time DRT
creates an event.
--
Configure bugmail: http://bugzilla.opendarwin.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