#3627 closed bug (fixed)
ajax tabs fail in internet explorer when url has a fragment
Reported by: | mtk | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<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
Change History (6)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.tabs |
---|
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → major |
comment:3 Changed 14 years ago by
Owner: | set to klaus.hartl |
---|---|
Status: | new → assigned |
fails in Firefox as well