Opened 13 years ago
Closed 13 years ago
#5822 closed bug (fixed)
select value reset in Opera
Reported by: | InAme | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.6 |
Component: | ui.dialog | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
When we close a ui-dilog which contain a form, the select's values are reset. Just in Opera, this is not the case in all other browsers.
So for the moment, I just hide the dialog.
$('.ui-dialog[aria-labelledby|=ui-dialog-title-parametres] ').hide(); $('.ui-dialog[aria-labelledby|=ui-dialog-title-parametres] ').show();
"parametres" is the name of my ui-dialog. I used the aria-labelledby attribute because is the only one which is unique on the div ui-dialog.
It's not very clean but it's work in Opera. The values stay.
Change History (1)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in 1.8.6.