#9496 closed defect (bug) (invalid)
jquery ui.tabs js error
Reported by: | arena | Owned by: | 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)
Note: See
TracTickets for help on using
tickets.
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.