In betalabs click to create a new topic -a topic text placeholder will be displayed empty without any editing icons or switchEditor icon. The same is true for the Board description.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Follow-up 89a5bbca8e: add b/c logic for 'none' meaning 'wikitext' | mediawiki/extensions/Flow | master | +6 -3 |
Related Objects
Related Objects
- Mentioned In
- rMEXT29302e7e3775: Updated mediawiki/extensions Project: mediawiki/extensions/Flow…
rEFLWbe12902530d6: Follow-up 89a5bbca8e: add b/c logic for 'none' meaning 'wikitext'
T109085: [beta] Cannot post new topic or reply when my default editor is wikitext - Mentioned Here
- rEFLW89a5bbca8e89: Evaluate the editor preference only when loading the first editor
Event Timeline
Comment Actions
Two users up_user= 6352 sees all editing icons; up_user=6386 does not see the icons.
MariaDB [enwiki]> select * from user_properties where up_user in (6352, 6386); +---------+-----------------------------------------+------------------------------------------+ | up_user | up_property | up_value | +---------+-----------------------------------------+------------------------------------------+ | 6352 | cx | 0 | | 6352 | echo-subscriptions-email-article-linked | 1 | | 6352 | echo-subscriptions-email-edit-thank | 1 | | 6352 | echo-subscriptions-email-mention | 1 | | 6352 | echo-subscriptions-email-page-review | 1 | | 6352 | echo-subscriptions-web-reverted | | | 6352 | timecorrection | Offset|0 | | 6352 | uls-compact-links | 0 | | 6352 | watchlisttoken | e860394fc967df616013896e6d30d1ef3465def1 | | 6352 | wikibase-otherprojects | 0 | | 6386 | echo-seen-time | 20150716134958 | | 6386 | echo-subscriptions-email-article-linked | 1 | | 6386 | echo-subscriptions-email-edit-thank | 1 | | 6386 | echo-subscriptions-email-mention | 1 | | 6386 | echo-subscriptions-email-page-review | 1 | | 6386 | echo-subscriptions-web-article-linked | 1 | | 6386 | echo-subscriptions-web-reverted | | | 6386 | flow-editor | none | | 6386 | watchlisttoken | 6fd50e78d3b0dd5d42faf06d79c0f8489436367c | +---------+-----------------------------------------+------------------------------------------+
There are only three users with that flow-editor = none. Would be interesting to check?
MariaDB [enwiki]> select user_name from user where user_id in (select up_user from user_properties where up_property='flow-editor' and up_value='none'); +----------------+ | user_name | +----------------+ | Sbisson-beta | | Test3544535452 | | ET3 | | DannyH (WMF) | +----------------+ 4 rows in set (0.00 sec)
Comment Actions
In test wiki:
+--------------+ | user_name | +--------------+ | RoanKattouw | | Etonkovidova | +--------------+ 2 rows in set (0.00 sec)
' Restore all default settings ' in user Preferences makes all editing icons to be displayed.
Comment Actions
Change 231717 had a related patch set uploaded (by Catrope):
Follow-up 89a5bbca8e: add b/c logic for 'none' meaning 'wikitext'
Comment Actions
There was b/c logic for this in the original change, but new code added in 89a5bbca8e bypassed it.
Comment Actions
Change 231717 merged by jenkins-bot:
Follow-up 89a5bbca8e: add b/c logic for 'none' meaning 'wikitext'
