Side navigation
#2251 closed bug (duplicate)
Opened January 29, 2008 12:50AM UTC
Closed February 28, 2009 08:25PM UTC
"could not set the selected property" error in IE when manipulating SELECTs
Reported by: | dalangalma | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.3 |
Component: | core | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Internet Explorer (6, at least), seems to have serious trouble manipulating SELECTS, especially setting the selected property. If I use jQuery to add options to an empty select and then set the selected value, I get the "could not set the selected property" error, which core-dumps IE.
Another report (w/ sample code):
http://groups.google.com/group/jquery-en/browse_thread/thread/2902a4393f93df52
More examples:
seems i posted a dupe #2252 (test case and patch attached), my bad.