1 Reply Latest reply on Sep 25, 2009 5:40 AM by ilya_shaikovsky

    Unwanted field masking in FireFox and Chrome

      I have a signup page which has couple of div tags
      One of div is for username. When user types user name I call a backend bean method to check for availability of the username and display progress bar till validation completes. After validation I procede with accepting email and other fileds.
      This sign up page works fine in IE.
      But for Firefox and Chrome other fields are getting masked just after validation.
      Is there any way to solve this issue??