https://bugzilla.wikimedia.org/show_bug.cgi?id=26137
Summary: combobox jquery broken due to misplaced extending of
ui-combobox
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Normal
Component: SemanticForms
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
the extention of ui-combobox at
SemanticForms/libs/SemanticForms.js:674-745
must occur before the combobox is applied to inputs on lines 656-661.
Currently the script will fail sporadically depending on browser script loading
times.
To follow best practices, line 659 should change from
jQuery(function() {
to
jQuery(document).ready(function() {
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l