alechill / livevalidation

Open source javascript library for slick, powerful, and easy client-side validation.
http://livevalidation.com
Other
151 stars 57 forks source link

Cannot modify properties of WrappedNative #1

Closed GLStephen closed 14 years ago

GLStephen commented 14 years ago

I get this when validating some text fields in my Application:

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 825" data: no]

alechill commented 14 years ago

Issue is a bug in Mozilla Firefox autocomplete ( see https://bugzilla.mozilla.org/show_bug.cgi?id=428602 )

GLStephen commented 14 years ago

Thanks. Good to know. You've got a closed bug on GitHub now. Do you get a badge?