#5754 closed bug (duplicate)
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: [email protected]…
Change History (4)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Component: | ui.core → ui.dialog |
---|
Note: See
TracTickets for help on using
tickets.
if there is any progress, please email me xihanlee @ g m a i l .c om