Hello. When I go to a page with action=protect, the "other time" box does not work correctly. I have been able to reproduce this behaviour on Safari and Chrome, but not Firefox, leading me to suspect that this is some kind of event handling problem with the various "key" events. I have been able to reproduce this both as a local admin (metawiki) and as a global sysop (zuwiki), so this probably isn't due to local JS. My global JS may be to blame, however.
Steps to reproduce:
- Open Safari or Chrome with JS enabled.
- Log into an admin account.
- Go to protect a page (e.g., https://meta.wikimedia.org/wiki/User:PiRSquared17/Sandbox2?action=protect )
- Enter something in the "Other time" box.
- Try using the arrow keys to move the cursor left, or clicking to move it to a point. Also try selecting all content.
Expected result:
Works like the block "other time" input (i.e., the default behaviour of input fields).
Actual result:
Cursor moves to end of input box whenever a key is unpressed.
(My guess: probably something to do with the script that updates the expiry for "Edit" to the "Move" box, or some weird event handling problem.)
Version: 1.22.0
Severity: minor
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=33871