[Webkit-unassigned] [Bug 20254] didBeginEditing / didEndEditing not always called on focus change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 21 21:50:23 PDT 2008


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





------- Comment #9 from justin.garcia at apple.com  2008-09-21 21:50 PDT -------
(In reply to comment #8)
> Ping, Justin?

Did you run the editing layout test?  I don't think you call
didBegin/EndEditing when the editable region was a contentEditable element.
Could you explain why calling didBegin/EndEditing from setFocusedNode isn't
good enough?  In what situations do we fail to call didBegin/EndEditing on a
focus change?
Before we called editor()->didBegin/EndEditing, now we call
editor()->client()->didBegin/EndEditing(), is that OK/intended?
Why are we naming this new functions textAreaBegin/EndEditing?  It isn't always
in a text area that we are doing editing.


-- 
Configure bugmail: https://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