https://bugzilla.wikimedia.org/show_bug.cgi?id=72064
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High --- Comment #1 from [email protected] --- Gerrit 156489 deliberately set the needed textarea and buttons in flow_newtopic_form to style="display:none" in order to "Avoid flash of unstyled content on new topic form." JS then makes them visible on click. On the standalone new-topic page both JS and no-JS should simply show the entire form from the start. An alternative is to use the client-{,no}js classes to control display, but that would mean doing useless JS work and would have to tweak to avoid the FOUC flash. See https://www.mediawiki.org/wiki/Manual:Coding_conventions/CSS#client-js_and_client-nojs -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
