Last modified: 2013-08-30 05:19:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26080, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24080 - No title="" text for "New Messages" (lqt_newmessages)
No title="" text for "New Messages" (lqt_newmessages)
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Purodha Blissenbach
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-22 21:17 UTC by Ævar Arnfjörð Bjarmason
Modified: 2013-08-30 05:19 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ævar Arnfjörð Bjarmason 2010-06-22 21:17:30 UTC
I couldn't find a way to quickly add this myself, but this needs a title="" element:

        // Add new messages link.
        $url = SpecialPage::getTitleFor( 'NewMessages' )->getLocalURL();
        $msg = $newMessagesCount ? 'lqt-newmessages-n' : 'lqt_newmessages';
        $newMessagesLink = array(
            'href' => $url,
            'text' => wfMsg( $msg, $wgLang->formatNum( $newMessagesCount ) ),
            'active' => $newMessagesCount > 0,
        );

Then you'd get a text when you hover over it like the rest of the toolbar buttons.
Comment 1 Andrew Garrett 2010-06-28 20:14:30 UTC
I can't see title="" attributes being added in SkinTemplate::buildPersonalUrls(), odd...
Comment 2 Alex Monk 2013-02-19 15:25:05 UTC
Looks like this was done in r84840 for bug 28268.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links