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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 08:30:23 PDT 2008


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





------- Comment #2 from joe at staikos.net  2008-08-01 08:30 PDT -------
Forgot to mention, the above patch also adds a call to the inherited
aboutToUnload() in HTMLInputElement::aboutToUnload().  This is just because
most other methods involved (ie. dispatchFocusEvent and dispatchBlurEvent) call
the inherited implementation, so I'm assuming this call was just missed.  The
inherited aboutToUnload() is empty, so this doesn't do anything now, but it's
future-proofing in case someone adds code higher in the inheritance chain and
expects it to be called.


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