Last modified: 2013-10-23 18:17:12 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 T36343, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34343 - jQuery UI Button Icons do not display properly in Monobook (causing a new line in the button)
jQuery UI Button Icons do not display properly in Monobook (causing a new lin...
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
JavaScript (Other open bugs)
1.18.x
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-11 22:27 UTC by Rainer Rillke @commons.wikimedia
Modified: 2013-10-23 18:17 UTC (History)
3 users (show)

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


Attachments
screenshot of the layoutbug +vector style-solution (10.70 KB, image/png)
2012-02-11 22:27 UTC, Rainer Rillke @commons.wikimedia
Details

Description Rainer Rillke @commons.wikimedia 2012-02-11 22:27:51 UTC
Created attachment 9989 [details]
screenshot of the layoutbug +vector style-solution

MediaWiki 1.18wmf1 (r109351)

// generic
$selector.button({
    icons: {
         primary: "ui-icon-locked"
    }
})


// Test the following on
// https://www.mediawiki.org/w/index.php?title=MediaWiki_1.19&useskin=monobook#footer
mw.loader.using('jquery.ui.button', function() {
$('<button>', { text: 'buttontext' }).button({
    icons: {
         primary: "ui-icon-locked"
    }
}).appendTo('#bodyContent')

});

Should look like this:
http://jqueryui.com/demos/button/#icons

But looks ... (see attachment)
Comment 1 Rainer Rillke @commons.wikimedia 2012-03-07 23:27:32 UTC
The monobook design was completely dropped.
Comment 2 Rainer Rillke @commons.wikimedia 2012-03-07 23:28:05 UTC
The jquery.ui-monobook design was completely dropped in 1.19

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


Navigation
Links