-
23 Apr 2012 7:31 AM #281Sencha Premium Member
- Join Date
- Feb 2009
- Location
- Amsterdam, The Netherlands
- Posts
- 217
- Vote Rating
- 2
Any progress on the licensing?
-
27 Apr 2012 7:43 AM #282
-
23 May 2012 12:16 AM #283
Focus problem
Focus problem
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
-
14 Jun 2012 11:18 PM #284
-
10 Oct 2012 4:55 AM #285Sencha Premium Member
- Join Date
- Feb 2009
- Location
- Amsterdam, The Netherlands
- Posts
- 217
- Vote Rating
- 2
-
17 Mar 2013 10:24 PM #286
thanks very much ,I followed your post,and I solved this problem


-
17 Mar 2013 10:26 PM #287
-
25 Mar 2013 6:27 AM #288
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.
-
28 Apr 2013 11:40 PM #289
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.
-
8 May 2013 5:06 AM #290
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);
}


Reply With Quote
