Disable current mobile view for 2ColConflict interface and show the legacy version on mobile.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Temporarily disable new UI on mobile | mediawiki/extensions/TwoColConflict | master | +8 -0 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 594198 had a related patch set uploaded (by Thiemo Kreuz (WMDE); owner: Thiemo Kreuz (WMDE)):
[mediawiki/extensions/TwoColConflict@master] Temporarily disable new UI on mobile
Comment Actions
It appears like this situation can only happen under rare circumstances. When I enable mobile view first and then cause an edit conflict, all I get is an error message telling me that a conflict happened.
What I have to do is:
- Make sure I'm in desktop mode.
- Start editing a page.
- Cause an edit conflict in an incognito tab.
- Try to save the first edit. Now I get the TwoColConflict UI.
- Don't resolve the conflict yet. Instead, open a new tab and switch to mobile view in that tab.
- Reload the first tab. Now a broken mobile experience is shown.
Note: It's only broken because neither the CSS nor the JavaScript is marked to load for mobile targets. This is easily fixed, see https://gerrit.wikimedia.org/r/592254 and T250942.
Comment Actions
Change 594198 merged by jenkins-bot:
[mediawiki/extensions/TwoColConflict@master] Temporarily disable new UI on mobile