Opened 15 years ago
Closed 15 years ago
#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: | [email protected]… |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.