Last modified: 2010-12-01 04:27:48 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 T28137, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26137 - combobox jquery broken due to misplaced extending of ui-combobox
combobox jquery broken due to misplaced extending of ui-combobox
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
SemanticForms (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Yaron Koren
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-27 08:33 UTC by Pete C
Modified: 2010-12-01 04:27 UTC (History)
1 user (show)

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


Attachments

Description Pete C 2010-11-27 08:33:07 UTC
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() {
Comment 1 Yaron Koren 2010-12-01 04:27:48 UTC
Thanks for the new JS; this was added in v2.0.6.

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


Navigation
Links