Steps to Reproduce:
- Open a message in TUX that has {{Related}}
or {{Identical}}in its documentation, e.g. https://translatewiki.net/w/i.php?title=Special:Translate&showMessage=wbqc-suggestions-long&group=ext-wikibasequalityconstraints-user&language=hu - Wait until the documentation loads, and observe it.
Actual Results:
- The boxes are closed and cannot be opened (the toggles are inactive).
Expected Results:
- The box toggles work.
Details:
Issuing
mw.hook('wikipage.content').fire($('.message-desc'));
on the browser console fixes the problem; something like this should be added in the extension’s JS.
Additional note: This seems to happen only when linking to a message directly and not when traversing via the translation list.