Skip to main content

Bug Tracker

Side navigation

#2663 closed bug (invalid)

Opened April 06, 2008 08:47PM UTC

Closed May 25, 2008 10:46AM UTC

[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@forerunnerdesigns.com
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.

Attachments (0)
Change History (2)

Changed April 06, 2008 09:05PM UTC by chitoiup comment:1

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 May 25, 2008 10:46AM UTC by joern comment:2

resolution: → invalid
status: newclosed