When I goto a page where I have used panels_ajax_tabs, the tab does not load automatically

I have not used any arguments
I have a node
I have used panelizer for the node
I have added ajax tabs to the content area
I see the links for the tabs
If I click on any one of them it does load
But if I just goto the page, the tab is not loaded

Comments

SocialNicheGuru’s picture

Title: Tab not automatically loaded » Conflict and error with edit and panels_ajax_tab module
Project: Panels Ajax Tabs » Edit
Issue tags: +edit, +panels_ajax_tab

Hi I get the following error when I have edit (http://drupal.org/project/edit) enabled and http://drupal.org/project/panels_ajax_tab

Chrome js panel gives:
Uncaught TypeError: Cannot read property 'options' of undefined in edit

An AJAX HTTP error occurred.
HTTP Result Code: 404
Debugging information follows.
Path: /edit/metadata
StatusText: Not Found
ResponseText:
Page not found | testoa
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
Skip to main content
Navbar itemsHomeMenuShortcutsadminEdit
Administration menuContentComments
Files
PanopolyPanopoly Layouts
Panopoly Pages
Panopoly Panes
Panopoly SettingsPanopoly Admin
Panopoly Core
Panopoly Magic
Panopoly Users
Panopoly Widgets
StructureBlocks
Command Buttons
Content types
Context
Default config
Extensions

These errors caused my original post and problems with panels_ajax_tab. When I disable edit, the errors described in the original post go away.

SocialNicheGuru’s picture

Status: Active » Closed (works as designed)

I am going to close this.
I think there is an issue with jquery_update and not a conflict between these two modules.