Side navigation
#2984 closed bug (invalid)
Opened June 04, 2008 07:37PM UTC
Closed October 21, 2008 06:48PM UTC
Last modified March 14, 2012 09:58PM UTC
[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.
Attachments (0)
Change History (7)
Changed June 04, 2008 07:42PM UTC by comment:1
Changed June 04, 2008 07:46PM UTC by comment:2
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.
Changed June 04, 2008 10:44PM UTC by comment:3
owner: | → joern |
---|
Changed June 08, 2008 11:32PM UTC by comment:4
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.
Changed July 13, 2008 03:06PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Should be fixed in [5788], which was aimed at #3035.
Changed August 04, 2008 11:09AM UTC by comment:6
need: | Review → Test Case |
---|---|
resolution: | fixed |
status: | closed → reopened |
Apparentely not fixed. Need better testcase.
Changed October 21, 2008 06:48PM UTC by comment:7
resolution: | → invalid |
---|---|
status: | reopened → closed |
Clarification, this issue is with regards to validating a *required* textarea on Opera 9.