Skip to main content

Bug Tracker

Side navigation

#8233 closed bug (invalid)

Opened February 10, 2011 12:31PM UTC

Closed March 02, 2011 07:48AM UTC

Select box with lots of optios inside dialog return script loop error on IE with min 1.4.4 (but not with 1.4.2)

Reported by: ramanan@openbrackets.net Owned by: ramanan@openbrackets.net
Priority: low Milestone: 1.next
Component: traversing Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

Error details:

. min 1.4.4

. select boxes with lots of options

. IE only

. when inside dialog, only

The error is a javascript loop error like when we click on select to expand the options. IE ask us to stop the the loop script and select never drops dow. But we can navigate on select with arroy keys, so, select is design but we can not drop it dow.

Attachments (0)
Change History (4)

Changed February 10, 2011 12:41PM UTC by jitter comment:1

owner: → ramanan@openbrackets.net
status: newpending

Thanks for taking the time to contribute to the jQuery project by writing a bug report.

Please submit a reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net. So that we can investigate this issue further. Also make sure to read the link given below, in order to provide a most useful bug report.


How to report bugs

Changed February 15, 2011 09:35AM UTC by ratibus@gmail.com comment:2

We have the same problem here since we upgraded from 1.4.2 to 1.4.4. It is related to this issue : #7341

When you use jQuery dialog, it uses jquery.ui.mouse.js which in turn calls add() in the following code :

elIsCancel = (typeof this.options.cancel == "string" ? $(event.target).parents().add(event.target).filter(this.options.cancel).length : false);

And when you have <select> with lot of options (like we do), it slows down IE to the point that it is unusable. It works with no problems in other browsers since sortOrder implementation is different.

Changed February 15, 2011 02:00PM UTC by jitter comment:3

component: unfiledtraversing
priority: undecidedlow

Replying to [comment:2 ratibus@…]:

We have the same problem here since we upgraded from 1.4.2 to 1.4.4. It is related to this issue : #7341 When you use jQuery dialog, it uses jquery.ui.mouse.js which in turn calls add() in the following code :
> elIsCancel = (typeof this.options.cancel == "string" ? $(event.target).parents().add(event.target).filter(this.options.cancel).length : false);
> 
And when you have <select> with lot of options (like we do), it slows down IE to the point that it is unusable. It works with no problems in other browsers since sortOrder implementation is different.

This sounds more like a bug in jQuery UI. You should file the bug on the jQuery UI Bug Tracker and include the following related links

Changed March 02, 2011 07:48AM UTC by trac-o-bot comment:4

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!