Any progress on the licensing?
Any progress on the licensing?
Hey
I need a bit of a help with focus on superboxSelect element.
I have a form with fields and one field triggers loading of elements in sbs component and then sbs steals focus. Is there a way to force it not to steal focus ?
Regards
Armando
thanks very much ,I followed your post,and I solved this problem![]()
Thanks!
We have an app with 2 multi-select CBs. The first one works, but then when you use the 2nd one, it's list is hidden behind the window the same as your situation.
Any fix for this situation?
Thanks in advance.
Hello All,
I have an issue with renderer on IE8 as soon as the SP1 is installed on Win7 no trouble with IE8 if the OS SP1 is not installed.
In fact, the height of combo box is not available.
On first renderer, it's smaller, and after when the list growing the height doesn't change, so we can not read the selected elements.
Have you some trick on IE8 parameters or correction on superBox to avoid this?
Thanks you for your help.
Thanks for the solution but it doesn't work for us. We're on FF 20.0.1.
If we have 2 super CBs the second one behaves like this with the drop-down list 'behind' the input box.
Any ideas?PHP Code:
expand : function(){
if (this.isExpanded() || !this.hasFocus) {
return;
}
this.list.setZIndex(this.getZIndex());//RK..6.19.2012 Fix for successive clicks rendering the list behind the window
this.list.alignTo(this.outerWrapEl, this.listAlign).show();
this.innerList.setOverflow('auto'); // necessary for FF 2.0/Mac
Ext.getDoc().on({
mousewheel: this.collapseIf,
mousedown: this.collapseIf,
scope: this
});
this.fireEvent('expand', this);
}