Modify ↓
Ticket #3118 (closed bug: fixed)
[validate] plugin: textarea bug in Opera 9.5
| Reported by: | miller | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | validation | Cc: | Jörn Zaefferer |
| Blocking: | Blocked by: |
Description
In Opera 9.5 when I fill out a textarea I get: "Please enter no more than 0 characters.". It doesn't matter if the field is required or not. I don't have this problem on FF or IE.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Exact same problem over here. Without attaching the maxLength-Validation to the textarea.
Opera 2.3x is also effected.
Temporary fix: Since i am not using the maxLength validation, I just commented it out. That fixed the problem.