Behavior
Can't edit "config_wgMetaNamespace" input box in mw-config/index.php?page=Name page.
Reproduce the steps
- Follow the installer to Name page (mw-config/index.php?page=Name)
- Select radio box - Other (specify)
Step 2 will pop up a text input box, but this box can't be edit, since
<input name="config_wgMetaNamespace" size="30" value="My Wiki" readonly="readonly" class="enabledByOther" id="config_wgMetaNamespace" tabindex="5">
readonly attribute.