#2984 closed bug (invalid)
[validate] bogus validation error for textareas on Opera 9
Reported by: | mfb | Owned by: | joern |
---|---|---|---|
Priority: | critical | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When validating a textarea on Opera 9, a bogus validation error is issued -- "Please enter no more than 0 characters." -- and the form cannot be submitted. I can provide a sample page if needed to reproduce.
Change History (7)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I did some more testing; a further correction: this issue is with regards to any textarea that appears in the rule set, even if no rules are defined for the textarea.
comment:3 Changed 15 years ago by
Owner: | set to joern |
---|
comment:4 Changed 15 years ago by
I was able to work around the issue by adding maxLength: 60000 to the rules for the textarea. Case seemed to matter; I had to use maxLength not maxlength.
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 15 years ago by
need: | Review → Test Case |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Apparentely not fixed. Need better testcase.
comment:7 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Clarification, this issue is with regards to validating a *required* textarea on Opera 9.