Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0, 1.1, 1.1.1, 1.1.2, 1.2, 1.3, 1.4, 1.5, 2.0
-
Fix Version/s: None
-
Component/s: Inline Edit
-
Labels:
Description
We currently use a third-party jQuery plugin called "selectbox." It is available here:
http://www.brainfault.com/jquery-plugins/jquery-selectbox-replacement/
We're using an older version. The newest version claims support for noConflicts() mode, but a quick look through the source code suggests otherwise. The code always binds against the "jQuery" symbol instead of wrapping itself in an anonymous closure. I'm thinking perhaps the author didn't fully understand how noConflicts() mode works.
If we're committed to this particular plugin, we should offer a fix back to the author.