Extension talk:StructuredDiscussions/2018b
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Issue: Original wikitext changed / removed when switching from Wikitext -> VisualEditor ->Wikitext
Steps to reproduce
- Paste "<td><td></td>" in wikitext (source) mode
- Click the link to "preview" or switch to wikitext mode
- Note that there is no rendered output
- Switch back to Wikitext mode
Expected
The wikitext editor contains "<td><td></td>"
Actual
No content is visible
Proposed solution
- Store the original wikitext and only change it if the user edits the specific line. This is how it seems to be handled in Visualeditor when editing pages.
- Warn the user that content may be lost before switching back
This seems to happen because in read mode no content is actually shown for that snippet, and because the <td> is parsed as wikitext. This issue occurs with a some specific types of random wikitext. 197.218.84.212 (talk) 13:49, 12 January 2018 (UTC)
- That issue doesn't happen when I edit my sandbox the way you describe it, so it is StructuredDiscussions specific.
- This is due to the current, specific StruturedDiscussions storage. The storage format will be changed soon, developers are working on this. It will solve the problem.
- Using HTML is possible but is not wikitext. Trizek_(WMF) (talk) 13:54, 12 January 2018 (UTC)
- Hmm, no it isn't directly related to that task . It is specifically related to the switch between editors. That should be obvious because this happens without even saving the post. So there isn't anything stored in the permanent database at that point.
- It is a separate matter to the one you've linked to. There is a chance that the linked task may help fix the issue, but as written it isn't deliberately doing so. 197.218.84.212 (talk) 14:10, 12 January 2018 (UTC)
- With "store" original wikitext, the idea was to store it temporarily in the browser storage or somewhere else.
- Not specifically in the server's database. 197.218.84.212 (talk) 14:12, 12 January 2018 (UTC)
- It seems that these tasks are more relevant or related:
- https://phabricator.wikimedia.org/T104663
- https://phabricator.wikimedia.org/T114548 197.218.84.212 (talk) 14:21, 12 January 2018 (UTC)
Issue:On mobile devices clicking next to the username reveals two links
When users hover over the username on the desktop it shows two links but mobile devices don't have it. So clicking right next to the username may take one to either the talk page or the user page.
Possible solution : move the two links to a drop down or selection box. 197.218.90.111 (talk) 05:07, 11 February 2018 (UTC)