Side navigation
#6711 closed bug (invalid)
Opened June 23, 2010 07:40AM UTC
Closed June 25, 2010 01:27AM UTC
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>
Attachments (0)
Change History (1)
Changed June 25, 2010 01:27AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.