[Webkit-unassigned] [Bug 26241] Form control state shouldn't be restored for hidden inputs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 05:05:50 PDT 2010


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





--- Comment #10 from TAMURA, Kent <tkent at chromium.org>  2010-04-01 05:05:49 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > It seems behavior of IE and Firefox is just restoring the whole DOM tree and
> > clearing type=password.
> 
> Form values aren’t in the DOM tree, so I’m not sure what you mean exactly.

HTMLInputElement::value is a part of the DOM tree, isn't it?
http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-6043025

Anyway, I meant IE/Firefox had a cache for rendered pages.  I guess they don't
delete objects representing a page when a user leaves the page and visits
another page.  So their `Back' operation don't re-fetch the page, don't parse
the HTML, and just show the objects on memory.

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