Closed GoogleCodeExporter closed 8 years ago
Which browser behaves that way?
Chrome automatically unselects option "a" if "b" is selected.
Could you include a regression test?
Original comment by pall...@google.com
on 14 Jul 2011 at 10:35
hm...my mistake, submitted the bug report too early. I was passing "a" as an
array ["a"] in my code and setSelectSingle_ rejected it silently since it
checks if the second param opt_value is a string first. "a" == ["a"] is true in
javascript and the modification I made just happens to leave out the string
checking so it appeared to fix things.
Please close this issue.
Original comment by chuck...@gmail.com
on 14 Jul 2011 at 12:37
Original comment by pall...@google.com
on 14 Jul 2011 at 8:01
Original issue reported on code.google.com by
chuck...@gmail.com
on 14 Jul 2011 at 9:55