In Opera (and only in Opera) I have strange behavior of select element.
In change event, if I disable this select, it doesn’t close (collapse).
$('select').bind('change', function()
{
$(this).attr('disabled', true);
});
Is it some known issue of opera? So far I haven’t found anything.
Use a short delay before disabling the select, 10ms should be sufficient