Opened 11 years ago
Closed 10 years ago
#8252 closed bug (wontfix)
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
Change History (4)
comment:1 Changed 11 years ago by
Status: | new → open |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Summary: | Change selectedIndex on a combo on jquery ui dialog after open dialog(with animation) does not work on IE → Dialog: 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.
Note: See
TracTickets for help on using
tickets.
Confirmed also in chrome. I believe this is a bug against
wrap()