Skip to main content

Bug Tracker

Side navigation

#14751 closed bug (cantfix)

Opened February 04, 2014 12:13AM UTC

Closed February 05, 2014 12:46AM UTC

Change size of select, on change event crashes IE

Reported by: jbicks@gmail.com 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);
    });

http://jsfiddle.net/5LJmE/9/

Attachments (0)
Change History (1)

Changed February 05, 2014 12:46AM UTC by dmethvin comment:1

resolution: → cantfix
status: newclosed

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