[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
Mon Oct 5 02:11:27 PDT 2009


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





--- Comment #3 from Beat <brunner at lightning.ch>  2009-10-05 02:11:28 PDT ---
(In reply to comment #2)
> related chromium bug: http://code.google.com/p/chromium/issues/detail?id=10879
> related live test case: http://data.ici-bas.fr/chromiumissue10879/
> would you please confirm this bug?

Most probably same bug, I can use that demo to show that the changed didn't get
fired with following steps:


Steps

First click in the pseudo field, type "mypseudo", click submit or hit enter -
the onchange event works

Then click in the pseudo field, type "newvalue" do NOT submit, just CLICK
outside the box - onchange is shown.

Then click in the pseudo field, type "my" and select "mypseudo" from dropdown
list 

THEN just click outside the box - the onchange event does not work in Webkit /
Safari 4 too....

So i can confirm it with that demo too.

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