Skip to main content

Search and Top Navigation

#4115 closed bug (duplicate)

Opened February 11, 2009 11:54AM UTC

Closed February 11, 2009 01:41PM UTC

Last modified October 11, 2012 09:15PM UTC

Dynamic added Tab page does not work in IE

Reported by: mingtse Owned by:
Priority: major Milestone:
Component: ui.tabs Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:
Description

Adding a Tabs container (i.e. not panels) does not work in IE 6. However, same codes work in Firefox 3.

Pseudo Code.

H = "<div id='tabcontainer'><ul><li><span><a href='#tab1'>tab1</a></span></li><li><span><a href='#tab2'>tab2</a></span></li></ul><div id='tab1'>something1</div><div id='tab2'>something2</div></div>"

$(A).html(H);

$('#tabcontainer').tabs();

Attachments (0)
Change History (2)

Changed February 11, 2009 01:41PM UTC by klaus.hartl comment:1

description: \ Adding a Tabs container (i.e. not panels) does not work in IE 6. However, same codes work in Firefox 3. \ \ Pseudo Code. \ \ H = "<div id='tabcontainer'><ul><li><span><a href='#tab1'>tab1</a></span></li><li><span><a href='#tab2'>tab2</a></span></li></ul><div id='tab1'>something1</div><div id='tab2'>something2</div></div>" \ $(A).html(H); \ $('#tabcontainer').tabs();Adding a Tabs container (i.e. not panels) does not work in IE 6. However, same codes work in Firefox 3. \ \ Pseudo Code. \ \ H = "<div id='tabcontainer'><ul><li><span><a href='#tab1'>tab1</a></span></li><li><span><a href='#tab2'>tab2</a></span></li></ul><div id='tab1'>something1</div><div id='tab2'>something2</div></div>" \ $(A).html(H); \ $('#tabcontainer').tabs();
resolution: → duplicate
status: newclosed

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted