Skip to main content

Search and Top Navigation

#8252 closed bug (wontfix)

Opened April 12, 2012 09:31AM UTC

Closed December 07, 2012 08:51PM UTC

Dialog: Change selectedIndex on a combo on jquery ui dialog after open dialog(with animation) does not work on IE

Reported by: mansour Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.dialog Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:
Description

here is a comparison tests

(please browse on IE8)

without animation on open dialog : http://jsbin.com/abuboq/2

with animation on open dialog : http://jsbin.com/ehaxif/2

Attachments (0)
Change History (4)

Changed April 12, 2012 01:31PM UTC by gnarf comment:1

status: newopen

Confirmed also in chrome. I believe this is a bug against

wrap()

Changed April 13, 2012 05:23PM UTC by tj.vantoll comment:2

Still occurs in master http://jsbin.com/elalit/2.

Changed October 11, 2012 02:47PM UTC by scottgonzalez comment:3

milestone: 1.9.01.10.0

Changed December 07, 2012 08:51PM UTC by scottgonzalez comment:4

resolution: → wontfix
status: openclosed
summary: Change selectedIndex on a combo on jquery ui dialog after open dialog(with animation) does not work on IEDialog: Change selectedIndex on a combo on jquery ui dialog after open dialog(with animation) does not work on IE

You should really avoid setting selectedIndex to -1. If you want an option that doesn't represent a choice, then use an <option> with an empty value. This isn't something we'll handle in UI, but if you really want to see this working, you should report a bug against jQuery core with a reduced test case.