Skip to main content

Bug Tracker

Side navigation

#13515 closed bug (notabug)

Opened February 25, 2013 02:42PM UTC

Closed February 25, 2013 02:49PM UTC

jQuery dialog will not allow next line to execute in IE 10 alone

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

I have below sample code

$(function() {

alert('before dialog');

$("#privacy_statement").dialog({

});

alert('after dialog');

$('#btnUpdate').click(function() {

alert("Register button clicked");

});

});

</script>

<body>

<div style="visibility:visible" id="privacy_statement"/>

</body>

</html>

When i tried to execute above code, before dialog alert is coming but after dialog alert is not coming in IE 10.

IE 9, IE 8 and all other lower version of IE its working fine.Also it works fine in FF and chrome.

Please reply if anyone have any idea about the issue.

Attachments (0)
Change History (1)

Changed February 25, 2013 02:49PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

Please use the forums or Stack Overflow for help.