In SuperBoxSelect, this is a bug.
To fix the SBS error, I simply changed:
this.el.addClassOnOver('x-superboxselect-item x-superboxselect-item-hover');
to:
this.el.addClassOnOver('x-superboxselect-item-hover');
This solves the problem very well, without the side effects that I could see.
source
share