Skip to main content

Bug Tracker

Side navigation

#5009 closed bug (invalid)

Opened August 04, 2009 10:03AM UTC

Closed February 05, 2010 09:12PM UTC

[validate] option witout no value crashes in i.e.

Reported by: hasantayyar Owned by: joern
Priority: minor Milestone: 1.4
Component: web Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

with Validation plugin

this cause a crash in i.e. (I've tested in i.e. 8)

''<option>text</option>''

I debugged the script and see that line cuse the srash

(line 890)

''case 'select':

''var options = $("option:selected", element);''

''...''

so this beacuse of "no value attribute".

If there is no value attribute the form gets the inner text, and the validation should get the inner text, too.

Attachments (0)
Change History (1)

Changed February 05, 2010 09:12PM UTC by john comment:1

resolution: → invalid
status: newclosed