Skip to main content

Search and Top Navigation

Ticket #6150: dialog_test.html


File dialog_test.html, 1.0 KB (added by aebond, October 05, 2010 06:08PM UTC)

html to reproduce problem

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Dialog test</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link rel="stylesheet" href="jqui/css/custom-theme/jquery-ui-1.8.5.custom.css" type="text/css" media="screen" />
	<script type="text/javascript" src="jqui/js/jquery-1.4.2.min.js"></script> 
	<script type="text/javascript" src="jqui/js/jquery-ui-1.8.5.custom.min.js"></script>
	<script type="text/javascript">
		$(document).ready(function() {
			$("#test_dialog").dialog({height: 'auto'});
		});
	</script> 
</head>
<body>
<div>
	<p>This is the main body</p>
</div>
<div id="test_dialog" style="display:none">
	<p>This is the test dialog</p>
	<p>This is the test dialog</p>
	<p>This is the test dialog</p>
	<p>This is the test dialog</p>
	<p>This is the test dialog</p>
	<p>This is the test dialog</p>
	<p>This is the test dialog</p>
</div>
</body>
</html>

Download in other formats:

Original Format