Forum /
Sencha General Forums /
Community Discussion /
Pop up a DIV tag over the Select tag is finally fixed in IE7
Pop up a DIV tag over the Select tag is finally fixed in IE7
According this blogpost http://weblogs.sqlteam.com/mladenp/a.../10/57189.aspx it's fixed, so in yui-ext we could add an extra browser check to avoid adding the IFRAME fix..
Thanks
Marco
Re: Pop up a DIV tag over the Select tag is finally fixed in
Re: Pop up a DIV tag over the Select tag is finally fixed in
Originally Posted by
mdissel
Yes, but Flash, QuickTime, etc. (probably many other ActiveX controls) still appear above the <div> without the IFRAME fix.
Where/how does yui-ext help with this? I'm rolling my own "video lightbox" solution, and I'd really like to use something that exists if possible!
-- Charles
Sencha User
I have added this check to the new version.
cwiltgen: In the new release, you can reconfigure it globally (instead of all over the place) by the central sniffed variable:
Ext.useShims = true;
Jack,
Originally Posted by
jacksloc
cwiltgen: In the new release, you can reconfigure it globally (instead of all over the place) by the central sniffed variable: Ext.useShims = true;
That's great, but I'm not enough of a yui-ext guru to know what would replace what I'm currently doing.
For example, to solve this I learned that I had to place an <iframe> under the <div>, with the <iframe> and its content having very-specific settings that took hours to suss out.
I didn't see a YUI.ext.createTransparentDivWithIframeShivIfRequired , so what bits of yui-ext will change their behavior when I set Ext.useShims? (If it's just yui-ext widgets, I'm thinking that doesn't help me.)
Thanks,
-- Charles
Sencha - Ext JS Dev Team
You don't have to be a "guru". What's "the div"????
yui-ext will handle this in it's own widgets. See BasicDialog examples. This will handle being popped up over IE6 selects.
Originally Posted by
Animal
You don't have to be a "guru". What's "the div"????
The <div> is the full-screen overlay <div> I create the foundation for the lightbox effect.
Originally Posted by
Animal
yui-ext will handle this in it's own widgets.
Ah, I'm looking for a general solution. It looks like I need to stick with my home-grown code.
Thanks,
-- Charles
Similar Threads
By dave0224 in forum Community Discussion
Replies: 5
Last Post: 2 Apr 2007, 7:42 AM
By ryes540 in forum Ext 1.x: Help & Discussion
Replies: 3
Last Post: 15 Mar 2007, 12:18 PM
By franklt69 in forum Ext 2.x: Help & Discussion
Replies: 1
Last Post: 14 Mar 2007, 6:06 PM
By khnle in forum Ext 1.x: Bugs
Replies: 1
Last Post: 8 Feb 2007, 11:31 AM
By techno_adi in forum Ext 1.x: Help & Discussion
Replies: 3
Last Post: 12 Oct 2006, 5:36 AM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us