[Webkit-unassigned] [Bug 20780] when choosing an auto-completed value in a text input field the javascript 'change' event is not fired.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 20:25:02 PDT 2009


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





--- Comment #12 from Daniel Bates <dbates at webkit.org>  2009-10-30 20:25:01 PDT ---
Created an attachment (id=42248)
 --> (https://bugs.webkit.org/attachment.cgi?id=42248)
Alternative patch with manual test

After further thought, I came up with an alternative patch that doesn't have to
touch the low-level details of RenderTextControl.

Instead, I have modified the corresponding routine called by the auto-fill code
in the Mac and Windows builds to store the value of whether the
RenderTextControl has already been edited (such as if the user started typing
the value that is going to be auto-completed) and to restore the edited state
after the we set the field to the auto-completed value.

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