Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9496 closed defect (bug) (invalid)

jquery ui.tabs js error

Reported by: arena's profile arena Owned by: azaozz's profile azaozz
Milestone: Priority: normal
Severity: normal Version: 2.8
Component: JavaScript Keywords: reporter-feedback
Focuses: Cc:

Description

i believe this is linked to the new js loading method !

(function(a){a.widget("ui.tabs",{_init:f...ate;delete this._unrotate}}})})(jQuery);

http://127.0.0.1/wp28/wp-includes/js/jquery/ui.tabs.js?ver=1.7.1 (ligne 13)

Change History (3)

#1 @azaozz
16 years ago

  • Keywords reporter-feedback added
  • Priority changed from high to normal
  • Severity changed from blocker to normal

Some more info would be helpful here: On which page did you see this? Does it happen in many/all browsers? Is there a bug in UI tabs 1.7.1 that may cause this? If this is on a plugin page, have you updated the rest of the js to match the new version of UI tabs?

You can easily disable the "new js loading methods" by adding define('CONCATENATE_SCRIPTS', false); in wp-config.php.

#2 @arena
16 years ago

  • Resolution set to invalid
  • Status changed from new to closed

sorry did not notice the jquery upgrade

#3 @Denis-de-Bernardy
16 years ago

  • Milestone Unassigned deleted
Note: See TracTickets for help on using tickets.