Last modified: 2007-07-29 18:05:36 UTC
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.
Fixed in r24419.
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.
Should be fixed for "non DOM-compliant browsers" in r24427.
*** Bug 10743 has been marked as a duplicate of this bug. ***