Skip to main content

Search and Top Navigation

#5754 closed bug (duplicate)

Opened June 23, 2010 07:42AM UTC

Closed June 23, 2010 12:51PM UTC

Last modified October 11, 2012 09:15PM UTC

Dialog show modal cause Form misfunction in IE

Reported by: constantinee Owned by:
Priority: minor Milestone:
Component: ui.dialog Version: 1.8.2
Keywords: dialog form prevent submit modal Cc:
Blocked by: Blocking:
Description

when dialog use modal=true, the button 'add' will submit the form anyway. problem in IE 6,7. ok in Safari.

<div id="a">

<form><input type="submit" value="add" onclick="return false"/></form>

</div> <script> jQuery(function(){

jQuery(document.getElementById(a)).dialog({

modal:true

});

}); </script>

email: xihanlee@gmail.com

Attachments (0)
Change History (4)

Changed June 23, 2010 07:45AM UTC by constantinee comment:1

if there is any progress, please email me xihanlee @ g m a i l .c om

Changed June 23, 2010 12:51PM UTC by scottgonzalez comment:2

resolution: → duplicate
status: newclosed

Duplicate of #3523.

Changed June 23, 2010 12:51PM UTC by scottgonzalez comment:3

component: ui.coreui.dialog

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted