So I discovered today that if a blocked user or IP address attempts to edit on the mobile version of Wikipedia, they will be allowed to edit the code, preview and put in an edit summary, before they are notified that they are blocked, and any work they have put in is lost. Not only that, the block notice in not clickable and it gives no reason why you are blocked and no method of appealing. If mobile editor is to become more popular as we are being told, this needs sorting out. Sent here from Village Pump.
Description
Details
Related Objects
Event Timeline
@Jdlrobson Anonymous at the time (thankfully I don't have a blocked account to test that).
If the user isn't logged in, the editor don't know, if the user is blocked from editing or not (it's a bit more difficult as it sounds because of another caching behavior for anonymous users), so we can't lock the edit pencil when the user isn't logged in and blocked from editing (it's like the desktop UI where you see the "Edit" button and when you click it you'll see the view source), as long as we don't make an Api call every page view, which would be terrible. But the editor shouldn't definitely check the permission for the current user, if the edit pencil is clicked. Let me look into it, how we can fix this.
Thanks @EoRdE6 for pointing this out!
With the change following, you will see a toast notice with the information, that your account was blocked with the info who made this block and with which reason.
Change 204716 had a related patch set uploaded (by Florianschmidtwelzow):
Check, if the user is blocked from editing before try to save the edit
@Florian Your screenshot says "You will not be able to safe your edit". Is that supposed to say " You will not be able to save your edit"?
Change 204716 merged by jenkins-bot:
Check, if the user is blocked from editing before try to save the edit