Skip to main content

Bug Tracker

Side navigation

#14306 closed bug (duplicate)

Opened August 26, 2013 11:32PM UTC

Closed September 10, 2013 08:02PM UTC

SETTING "WRONG" VALUE OF SELECT-ELEMENT USING .VAL() IS INCONSISTENT IN FF COMPARED TO OTHER BROWSERS

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

Check this Fiddle: http://jsfiddle.net/ECFYX/9/

If the page has a select-element and the value for the select-element is changed using .val(xxx) but with a value that isn't found in the select-element's options then FF changes the select element to show an empty option, in all other browsers tested (IE, Safari, Chrome) it changes the selected value to be the first option.

Attachments (0)
Change History (1)

Changed September 10, 2013 08:02PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #14349.