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 comment:1
Changed June 23, 2010 12:51PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #3523.
Changed June 23, 2010 12:51PM UTC by comment:3
component: | ui.core → ui.dialog |
---|
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
if there is any progress, please email me xihanlee @ g m a i l .c om