https://bugzilla.wikimedia.org/show_bug.cgi?id=51595

       Web browser: ---
            Bug ID: 51595
           Summary: returnTo link layout wrong if no JavaScript
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: GettingStarted
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Created attachment 12875
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=12875&action=edit
detail of Getting Started page displayed after account creation on en-beta

If you disable JavaScript and create an account on a wiki that has
Extension:GettingStarted, the returnto link that appears on the bottom of the
"Welcome, $Username!" getting started page appears strangely (see attachment).
Instead of "Return to _Page title_." the link appears out of sequence below and
to the left of "Return to.".

This happens because Special:GS loads CSS (resources/ext.gettingstarted.css)
that styles '#mw-returnto a' as "display: block, float: left". JavaScript
(resources/ext.gettingstarted.test.accountCreation.js) removes the "Return to "
and "." text surrounding the link, avoiding the bug.  I think '#mw-returnto a'
CSS is from when the returnto was an Agora-style button, and is obsolete.

The introduction of CentralAuth/SUL2's silent redirect has disabled Special:GS
on account creation, and the way GettingStarted works is likely to change,
hence minor severity and priority.

-- 
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

Reply via email to