Page MenuHomePhabricator

skins/common/protect.js: wgCascadeableLevels runtime JavaScript error
Closed, ResolvedPublic

Description

Whenever I click the "Protect" tab on a wiki page (as wikisysop), I get a JavaScript runtime error in skins/common/protect.js:allowCascade():

if( wgCascadeableLevels.indexOf( selected ) == -1 ) {

--> Object doesn't support this property or method

This is in IE 6.


Version: 1.11.x
Severity: normal
OS: Windows Server 2003
Platform: PC

Details

Reference
bz11398

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:56 PM
bzimport set Reference to bz11398.
bzimport added a subscriber: Unknown Object (MLST).

OK, I do get this in IE 7 (haven't tested 6).

Fixed in r25935 as a regression from r24419.