Page MenuHomePhabricator

combobox jquery broken due to misplaced extending of ui-combobox
Closed, ResolvedPublic

Description

Author: cretep

Description:
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() {


Version: unspecified
Severity: normal

Details

Reference
bz26137

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:22 PM
bzimport set Reference to bz26137.

Thanks for the new JS; this was added in v2.0.6.