Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6711 closed bug (invalid)

Dialog show modal cause Form misfunction in IE

Reported by: constantinee Owned by:
Priority: Milestone: 1.4.2
Component: unfiled Version: 1.4.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>

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

If you're referring to the jQuery UI Dialog, you should file a bug report (including test case) at jqueryui.com. Alternatively you could ask for help on the forum.

Note: See TracTickets for help on using tickets.