Page MenuHomePhabricator

Unlock move permissions checkbox not working correctly
Closed, ResolvedPublic

Description

Author: mets501wiki

Description:
The "Unlock move permissions" checkbox is not enabling or disabling the box above it which allows you to select the level of move protection (id = mwProtect-level-move). If it is checked by default, then unchecking it links the two boxes (mwProtect-level-move and mwProtect-level-edit) but does not disable mwProtect-level-move, so you can still select a level there (but it will be mirrored in mwProtect-level-edit). If it is not checked by default, there is no way to separate move and edit permissions.


Version: unspecified
Severity: major

Details

Reference
bz10732

Event Timeline

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

alexsm333 wrote:

Did you mean "fixed for DOM-compliant browsers"? IE doesn't support addEventListener.

I would suggest adding (into wikibits.js) another function, say addEvent(), similar to hookEvent() but taking the object name as the 1st parameter, and then using this function instead. This function is pretty much standart amonng Javascript developers.

robchur wrote:

Should be fixed for "non DOM-compliant browsers" in r24427.

robchur wrote:

*** Bug 10743 has been marked as a duplicate of this bug. ***