[Webkit-unassigned] [Bug 13471] REGRESSION (r21045): Secure keyboard entry mode remains in effect after leaving a password field by sumbitting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 07:18:18 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13471


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14157|                            |review?
               Flag|                            |




------- Comment #2 from mitz at webkit.org  2007-04-24 07:18 PDT -------
Created an attachment (id=14157)
 --> (http://bugs.webkit.org/attachment.cgi?id=14157&action=view)
Reset secure keyboard entry mode in Frame::setView

The reason why you can reset to false unconditionally is that pages containing
password fields are not allowed in the page cache, so you know that in
setView() you're never entering a page with a focused password field.

If you think it's necessary, I can add a FIXME in FrameLoader::canCachePage()
saying that if you ever decide to allow password fields in the page cache, then
you should address this problem.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list