Page MenuHomePhabricator

expand/collapse navigation sometimes does not appear (collapsibleTabs)
Closed, ResolvedPublic

Description

This is happening frequently in automated browser tests running in production for all browsers. I have reproduced it manually as well, although it happens much less frequently for users, it still happens.

On http://en.wikipedia.org (at least), click 'Random page' a number of times. At some point, one of the resulting pages will have no left-side navigation in place. See screen shot.

This issue seems to have begun happening on June 28.


Version: 1.22.0
Severity: major
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=49911

Details

Reference
bz50504

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:56 AM
bzimport set Reference to bz50504.

from Chrome:

Exception thrown by skins.vector.js: Object [object Object] has no method 'collapsibleTabs' load.php:151
TypeError
get stack: function () { [native code] }
message: "Object [object Object] has no method 'collapsibleTabs'"
set stack: function () { [native code] }
proto: Error

This is caused by RL failing to load the new file defining that function. Changing component.

Also, it'll probably fix itself 30 days after I7bd77e6e was merged (2013-06-19).

Actually turns out I was wrong. Roan fixed it in If101efe8 (or so he claims :) ).