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

       Web browser: ---
            Bug ID: 56363
           Summary: unattractive error message in Special:ChangeEmail,
                    more
           Product: MediaWiki
           Version: 1.22-git
          Hardware: All
                OS: All
            Status: NEW
          Keywords: design, easy
          Severity: minor
          Priority: Unprioritized
         Component: Special pages
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Visit http://en.wikipedia.beta.wmflabs.org/wiki/Special:ChangeEmail , login,
then enter a valid e-mail address and an invalid password and submit.

You get a plain red error warning.  You should get a nice pink box. The fix is
easy, change  <p class="error"> to <p class="errorbox"> in its error()
function.

There's more that could be fixed on this form.

For grins, enter valid/invalid e-mail... you get weird green and pink
client-side validation "strips" (and the browser's own type="email" HTML5
validation warning when you submit).

It should use the mw-ui-vform compact layout style, though we don't yet have
the CSS for the Agora invalid form field styling. It doesn't seem to use
HTMLForm at all, building its own form out of table elements.

Improving this form could be a nice OPW job.

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