Skip to main content

Search and Top Navigation

#5822 closed bug (fixed)

Opened July 13, 2010 02:37PM UTC

Closed October 27, 2010 09:34PM UTC

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.

Attachments (0)
Change History (1)

Changed October 27, 2010 09:34PM UTC by scottgonzalez comment:1

milestone: TBD1.8.6
resolution: → fixed
status: newclosed

Fixed in 1.8.6.