Actions
Bug #8191
closedImprove cbSelect jQuery so it can't bind to select2 element
Description
Currently if you call cbselect jQuery to bind to an element and then you call it again from another unrelated plugin because of the CSS class copy behavior it binds yet again cbselect except it does so to the select2 element. This can be avoid if the selector is prefixed with "select" (e.g. select.MyClass), but cbselect should just be smart enough to not do this (just make sure the element it's binding to isn't a select2 already).
Updated by krileon about 4 years ago
- Tracker changed from Feature proposal to Bug
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1588
Actions