The page is displayed, but it is not possible to click on any field (cursor=wait).
Tested on Firefox with Windows 7 Professional or Windows 10, or Google Chrome with Windows 10 by the user.
Tested on Chromium with Ubuntu by me.
The page is displayed, but it is not possible to click on any field (cursor=wait).
Tested on Firefox with Windows 7 Professional or Windows 10, or Google Chrome with Windows 10 by the user.
Tested on Chromium with Ubuntu by me.
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Remove Storer | mediawiki/extensions/Flow | master | +9 -1 K |
This happens because Flow tries to access sessionStorage, which throws an exception. The weird Storer module that Flow uses doesn't handle this correctly.
Change 343939 had a related patch set uploaded (by Catrope):
[mediawiki/extensions/Flow] Remove Storer
It seems that disabling cookies kicks a user out of the session, so the edits will be attributed to anon. I think it's expected?