Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Problem with IE


Project:ComboSelect
Version:1.0.2
Component:Code
Category:bug report
Priority:critical
Assigned:kfir
Status:active
Description

ComboSelect fails to move the options with the attribute selected to the new select box.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

I've got the same problem in IE7. It's not combobox, the problem is after doing

var opts = $(this).find('option').clone();

opts doesn't really maintain selected state of options. So, problem is inside the clone() function, not combobox plugin.

MooTools had the same problem in one of the versions (see http://mootools.lighthouseapp.com/projects/2706/tickets/201-selected-att...).

I think it must be fixed in the next versions of jQuery (now I use 1.2.6).
But for now it's possible to copy 'selected' property of the selected elements manually:

// copy 'selected' property (IE fix)
$('#' + selectID).find("option:selected").each(function(){
theForm.find('#' + leftID).find('option[value="' + $(this).val() + '"]').attr('selected', 'selected');
});

Put this code in jquery.comboselect.js after the row:
theForm.find('#' + leftID).append(opts);

#2

iPad Video Converter is then designed for iPad fans to convert videos to iPad. This special ipad video converter can convert all video formats to iPad compatible formats. ipad converter| DVD to ipad| ipad to Mac transfer| ipad to computer transfer| ipad transfer| ipad to epub|
iPad Converter|

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.