Skip to main content

Search and Top Navigation

#7118 closed bug (fixed)

Opened March 16, 2011 01:14AM UTC

Closed May 18, 2011 07:49PM UTC

Last modified May 27, 2011 03:44AM UTC

Jquery UI IE Bug Large ComboBox (Dialog)

Reported by: fernando1124 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:
Description

When i make a dialog with a <div> who has a inside combobox(<select>) with many items, like 1000. it makes the dialog but when you try to dropdown the combo in IE it shows the message:

"a script on this page is causing internet explorer to run slowly"

I have tested IE 6 and IE 8 and the problems persist. In Firefox and Chrome it works fine.

I have tried with other versions of ui and the problem persist.

Here is a link to a test case i did in jsFiddle. http://jsfiddle.net/5ckHU/

Attachments (0)
Change History (6)

Changed May 18, 2011 07:20PM UTC by fracmak comment:1

This is actually a glitch with the resizable that the dialog uses, more deeply it's an issue with the mouse handler and how it decides if you've clicked on the cancel object.

fixed in pull request https://github.com/jquery/jquery-ui/pull/309

Changed May 18, 2011 07:27PM UTC by fracmak comment:2

This is also a duplicate of #6644

Changed May 18, 2011 07:49PM UTC by scottgonzalez comment:3

resolution: → duplicate
status: newclosed

Changed May 27, 2011 03:43AM UTC by Jay Merrifield comment:4

resolution: duplicatefixed

Mouse: Optimize the cancel locator, works around a bug where .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog)

Changeset: 09e88d6220af2f90197c826ac3a31a0ca97f2c8f

Changed May 27, 2011 03:44AM UTC by Jay Merrifield comment:5

Mouse: Optimize the cancel locator, works around a bug where .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog)

(cherry picked from commit 09e88d6220af2f90197c826ac3a31a0ca97f2c8f)

Changeset: b04c6ece34a57840cce22e8680e9bb7a766994df

Changed May 27, 2011 03:44AM UTC by scottgonzalez comment:6

#6644 is a duplicate of this ticket.