JamaSoftware-Sencha
13 Apr 2012, 1:56 PM
Hi there,
I want to have a non-floating component supply a z-index manager to descendant components, but I don't want the component to be floating: true. This is because this component is rendered into the normal page flow, but at a certain topScroll, I move this component to fixed positioning so that it stays with the user as they scroll. In this component I'm rendering ComboBoxes, and they are not getting their z-indexes set properly since this component isn't floating.
Is there any suggested ways to handle this situation, or any good workarounds?
Looking through the source code, Ext is always checking "this.up('[floating]')", so it would seem I need to set floating=true on my component. However, I need its dom rendered into the page flow upon creation.
Any thoughts or suggestions are greatly appreciated.
I want to have a non-floating component supply a z-index manager to descendant components, but I don't want the component to be floating: true. This is because this component is rendered into the normal page flow, but at a certain topScroll, I move this component to fixed positioning so that it stays with the user as they scroll. In this component I'm rendering ComboBoxes, and they are not getting their z-indexes set properly since this component isn't floating.
Is there any suggested ways to handle this situation, or any good workarounds?
Looking through the source code, Ext is always checking "this.up('[floating]')", so it would seem I need to set floating=true on my component. However, I need its dom rendered into the page flow upon creation.
Any thoughts or suggestions are greatly appreciated.