[Webkit-unassigned] [Bug 47463] E-mail fields are empty when going back to Bugzilla search page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 29 07:31:13 PST 2010


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





--- Comment #3 from Ojan Vafai <ojan at chromium.org>  2010-12-29 07:31:13 PST ---
When you focus an email input field, the JS code sets autocomplete=off to avoid getting the browser built-in dropdown. I just did a quick test, apparently that disables the autofill behavior on back. So, that's certainly the cause.

Is there another way to disable the browser dropdown? Can't preventDefault because that would also prevent inserting the character.

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