Modify ↓
Ticket #2663 (closed bug: invalid)
[validate] Exception thrown when validating form
| Reported by: | chitoiup | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.2.4 |
| Component: | plugin | Version: | 1.2.3 |
| Keywords: | validate | Cc: | sdwilsh@… |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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.