https://bugzilla.wikimedia.org/show_bug.cgi?id=32687
Web browser: ---
Bug #: 32687
Summary: jquery UI buttonset in Vector Skin does not show up as
a "set"
Product: MediaWiki
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: Unprioritized
Component: Javascript
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
It should look like http://jqueryui.com/demos/button/#radio .
Using monobook theme it looks fine. In vector, however it looks like singe
buttons.
To test it, you can insert the following html:
<div class="demo">
<form>
<div id="radio">
<input type="radio" id="radio1" name="radio" /><label
for="radio1">Choice 1</label>
<input type="radio" id="radio2" name="radio" checked="checked" /><label
for="radio2">Choice 2</label>
<input type="radio" id="radio3" name="radio" /><label
for="radio3">Choice 3</label>
</div>
</form>
</div><!-- End demo -->
And the followng JS:
mw.loader.using([
'jquery.ui.button'
], function(){ $( "#radio" ).buttonset(); });
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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