id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
7149	Problem with jquery-ui dialog	rodryquintero		"I have the following code for a jquery dialog:

$(""#dia-login-error"").dialog(
			{
				autoOpen: false,
				modal: true,
				resizable: false,
				buttons: {	""OK"": function()	{ $(this).dialog(""close"");	}}
			});

and this gives me the following error using 1.4.3RC:

h is null
[Break on this error] b){var d=[],e,g,h=this[0];if(c.isArray...h=h.parentNode;if(!h.ownerDocument|| 

When I comment out the dialog declaration the error disssapears."	bug	closed	undecided	1.4.3	unfiled	1.4.2	duplicate	jqueryui dialog			
