Side navigation
#4195 closed bug (duplicate)
Opened February 19, 2009 04:36PM UTC
Closed February 19, 2009 11:48PM UTC
Cloning Option in IE
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | core | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
From the mailing list:
when i clone one or more selected <option> from one <select> to
another there are differences between IE and firefox.
in IE the cloned element (in the second <select>) stays selected.
in firefox the cloned element is not selected.
so which one is correct?
the code:
$('#myselect option:selected').clone().appendTo($('#myselect2'));
Attachments (0)
Change History (1)
Changed February 19, 2009 11:48PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
This is a dup of #4193.