Opened 9 years ago
Closed 9 years ago
#14751 closed bug (cantfix)
Change size of select, on change event crashes IE
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.11.0-rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you try to change the size
attribute of a select
in the change
event, in IE the browser becomes unresponsive. Tested in IE 9 - 11 and in jQuery 1.6 +
$('select').change(function(){ $(this).attr('size',1); });
Note: See
TracTickets for help on using
tickets.
This occurs without jQuery: http://jsfiddle.net/5LJmE/11/
I don't see a reasonable way to fix it, given that it's a crash it's probably something Microsoft will need to fix.
Reported to Microsoft here:
https://connect.microsoft.com/IE/feedback/details/816638/crash-when-changing-size-of-select-element