Skip to main content

Bug Tracker

Side navigation

#3679 closed bug (invalid)

Opened December 03, 2008 02:52AM UTC

Closed October 12, 2009 11:58PM UTC

Adding existing div as a new panel should have ui-tabs-hide class

Reported by: Dave Owned by:
Priority: minor Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: tabs Cc:
Blocked by: Blocking:
Description

Hi

I use XSLT to generate HTML to add as the contents of a new tab. When the add function is called, the new tab is created but the div is displayed on the page. In ui.tabs.js function add, if the panel doesn't exist it is created from a template and the o.hideClass is added to it. This doesn't occur if the panel already exists. I think this is probably incorrect and the library should be modified to add o.hideClass regardless of whether or not the panel exists. The workaround was to add the class to the div when I create it.

Dave

Attachments (1)
  • patch.txt (0.6 KB) - added by Dave December 03, 2008 02:53AM UTC.

    Patch for ui.tabs.js

Change History (1)

Changed October 12, 2009 11:58PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .