I've filed a bug and will be following up: http://dev.jquery.com/ticket/4195
--John On Thu, Feb 19, 2009 at 6:26 AM, [email protected] <[email protected]> wrote: > > i have found a bug in the 1.3.2 alpha. > > 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')); > > > > On 16 Feb., 19:31, John Resig <[email protected]> wrote: >> Hey Everyone - >> >> Just finished up the last ticket for 1.3.2 and wanted to throw a copy >> out for people to try:http://code.jquery.com/nightlies/jquery-2009-02-16.js >> >> Please let me know if anything is breaking from 1.3.1 -> 1.3.2. >> >> There were some logic changes - specifically with cloning in IE (lots >> of bug fixes), how the selector engine, how :visible/:hidden work, >> .height()/.width(), and .ready() in IE - so watch those areas in >> particular. >> >> The current full ticket list can be found >> here:http://dev.jquery.com/report/33 >> >> Thanks! >> >> --John > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
