Bug Tracker

Opened 14 years ago

Closed 14 years ago

#3721 closed bug (invalid)

[validate] Validation doesn't happen in Opera 9.5 when validation rules defined in class attr

Reported by: savamura Owned by: joern
Priority: major Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: validation plugin Cc: savamura
Blocked by: Blocking:

Description

Validation doesn't happen in Opera 9.5 when validation rules defined in class attribute. <input type="text" name="email" class="required" id="email" />

In FF and IE it works fine. If I set validation rules in rules object it works in Opera: $("#form").validate( {rules : {email : {required: true}} } ); So it's the only way to make it work in Opera.

Change History (2)

comment:1 Changed 14 years ago by flesler

Cc: savamura added
Component: unfilledplugin
Owner: changed from flesler to joern

comment:2 Changed 14 years ago by joern

Resolution: invalid
Status: newclosed

Can't reproduce. Reading class-metadata works fine in my tests.

Note: See TracTickets for help on using tickets.