id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
3627	ajax tabs fail in internet explorer when url has a fragment	mtk	klaus.hartl	"<html>
<head>
    <script type=""text/javascript"" src=""jquery-1.2.6.min.js""></script>
    <link rel=""stylesheet"" href=""flora.all.css"" type=""text/css"" media=""screen"">
    <script type=""text/javascript"" src=""jquery.ui.all.packed.js""></script>
    <script>
        $(document).ready(function(){
            debugger;
            var obj=$(""#example > ul"");
            obj.tabs({ fxAutoHeight: true });
        });
    </script>
</head>
<body>
<div id=""example"" class=""flora"">
    <ul>
        <li><a title=""status1"" href=""status.htm"" ><span>Status</span></a></li>
        <li><a title=""status2"" href=""status.htm"" ><span>Two</span></a></li>
        <li><a title=""setup1""  href=""setup.htm"" ><span>Setup</span></a></li>
    </ul>
</div>
</body>
</html>

if I try to use url: index.htm#setup1 the ajax url is not loaded. It works perfectly with firefox.. but it fails in IE7

"	bug	closed	major	1.7	ui.tabs	1.6rc2	fixed				
