#248 ✓resolved
sgriffin

CPSecureTextField erasing content in FireFox 3.0.6

Reported by sgriffin | March 12th, 2009 @ 12:28 PM

CPSecureTextField erases the content a user has entered in FireFox 3.0.6.

To reproduce:

  1. Select the secure textfield but do not move the mouse after the selection!
  2. Enter text.
  3. Move the mouse.

The content in the DOM element for the text field will then be erased. Upon calling resignFirstResponder the error will propogate to the CPSecureTextField's object/string value.

Appears to be a problem with certain selectors not being performed, as a hackish solution forcing [[CPRunLoop currentRunLoop] performSelectors] at the end of CPTextField's becomeFirstResponder method alleviates the problem.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.

Shared Ticket Bins

People watching this ticket

Referenced by

Pages