Skip to main content

Search and Top Navigation

#5042 closed bug (worksforme)

Opened January 06, 2010 10:57AM UTC

Closed January 13, 2010 12:52AM UTC

Last modified October 11, 2012 09:15PM UTC

jquery tab problem in google chrome

Reported by: ashish3220 Owned by:
Priority: major Milestone:
Component: ui.tabs Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

I am using JQuery UI-Tabs. I have one problem occurs when run it in

google chrome.

My code structure:

<script type="text/javascript">

$(function() {

$('#proposition_tabs').tabs({ remote: true });

});

</script>

<div id="proposition_tabs">

<ul>

<li><a href="tab1.html"><span>Tab 1</span></a></

li>

<li><a href="tab2.html"><span>Tab 2</span></a></li>

</ul>

</div>

My problem is that when I was click on the second tab, first load

second tab and then automatically load and redirect to first tab. This

problem only shone in google chrome. Hope that makes sense and any

advise/tips and tricks would be grateful.

Thanks in advance,

Ashish

Attachments (0)
Change History (2)

Changed January 13, 2010 12:52AM UTC by scottgonzalez comment:1

component: ui.coreui.tabs
resolution: → worksforme
status: newclosed

Can't reproduce in any browser on Windows or Mac. Also, there's no remote option in tabs.

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

milestone: TBD

Milestone TBD deleted