[Webkit-unassigned] [Bug 47463] autocomplete=off prevents refilling form fields on back/forward navigation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 23 00:14:25 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=47463
--- Comment #15 from Ojan Vafai <ojan at chromium.org> 2011-02-23 00:14:24 PST ---
Yeah. That seems to work. So really, we just need to add the following to where we set autocomplete="off":
input.form.addEventListener("submit", function() {
input.setAttribute("autocomplete", "on");
}, false);
--
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