Search and Top Navigation
#4127 closed bug (duplicate)
Opened February 11, 2009 07:15PM UTC
Closed February 11, 2009 09:41PM UTC
Last modified October 11, 2012 09:15PM UTC
Problem with tabs in IE7, when set html with javascript
Reported by: | ezyhenrik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | tabs ie7 href | Cc: | henrik@ezy.se |
Blocked by: | Blocking: |
Description
If you want to use the tab widget from jQuery UI on html that you have loaded with javascript, there is a problem in Internet Explorer 7. It works fine in both FireFox and IE8.
The problem is that when you assign your html code to the div. Internet Explorer changes the code. For example it adds the whole url to in the hreft tag. <a href="#tablink"> becomes <a href="http://website.com/#tablink">.
What happeneds in this IE7-case is that it loads all content of the current page into the tab-content area.
You can find more info and live exemple here http://teamezy.blogspot.com/2009/02/problem-with-jquery-tabs-in-ie7-when.html
#4033