Bug Tracker

Ticket #2663 (closed bug: invalid)

Opened 5 months ago

Last modified 3 months ago

[validate] Exception thrown when validating form

Reported by: chitoiup Assigned to: anonymous
Type: bug Priority: blocker
Milestone: 1.2.4 Component: plugin
Version: 1.2.3 Keywords: validate
Cc: sdwilsh@forerunnerdesigns.com Needs: Patch

Description

Here is the JS console error message: Error: uncaught exception: [Exception... "Cannot modify properties of a WrappedNative?" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)" location: "JS frame :: chrome://global/content/bindings/autocomplete.xml :: onxblpopuphiding :: line 828" data: no]

I have a simple registration form with email, first, last, password, and confirm. My login form works just fine with validation enabled. Let me know if you need more details.

Attachments

Change History

Changed 5 months ago by chitoiup

So after more carefully looking at the html, I noticed that I had an id and name (that were the same) tags for the login form but only name for register. I realized id is needed by the validator, and not name. Sorry about that.

Changed 3 months ago by joern

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.