PDA

View Full Version : java Applet at the top of all ext module



dly
5 Dec 2007, 4:40 AM
Java Applet at the top of all ext module.
For Example:
Ext.form.ComboBox
http://extjs.com/forum/attachment.php?attachmentid=3118&stc=1&d=1196858418
Ext.Msg.alert
http://extjs.com/forum/attachment.php?attachmentid=3118&stc=1&d=1196858418

Ext ver:1.0
Ext ver:2.0

Java applet view module at the top layer of ext view module
you see my upload pictuer.
flash view module can resolve this problem so that i add parameter :<param name="wmode" value="opaque"> .but java applet view module have not this parameter.

I think third party module for web browser bring this problem.
If Ext view module add iframe htmle label can resolve above problem.
My English is very poor,Please be patient!:D

mystix
5 Dec 2007, 7:12 AM
i'm sorry, but where's the bug? :-/

p.s. please post sample code, version no. etc as mentioned in 8887. thanks.

dly
5 Dec 2007, 7:07 PM
Ext ver:1.0
Ext ver:2.0

Java applet view module at the top layer of ext view module
you see my upload pictuer.
flash view module can resolve this problem so that i add parameter :<param name="wmode" value="opaque"> .but java applet view module have not this parameter.

I think third party module for web browser bring this problem.
If Ext view module add iframe htmle label can resolve above problem.
My English is very poor,Please be patient!:D

mystix
5 Dec 2007, 7:24 PM
方便的话就用(简单)华文来解释吧。;)
但必须要翻译成英文。

[translation]
you may post in (simple) mandarin, but be sure to include an english translation.

dly
5 Dec 2007, 7:59 PM
嘿嘿。在ie 和 ff 浏览器中 用java applet控件就会导致Ext 控件被 applet 所遮住(在ff下更明显)。 就和html select 标签一样在所有层之上。 解决办法是用iframe 来遮挡。不过我如果修改所有ext中的层问题,会拖延我的项目进度。所以希望Ext开发组能够解决这个问题,而且这个问题不单单是java applet 会有。
英文翻译和例子中午再整理;)

[translation]
Hei,Hei. Use java applet in ie or ff browser keep out ext module interface (in ff is very). this problem like html select label at the other html label.
Resolve:
Use iframe shelter. But my no time edit of this .So ,I wish Ext Development Team modify this problem .this problem on other third party module .

mystix
5 Dec 2007, 9:49 PM
override Ext.useShims (http://extjs.com/deploy/ext/docs/output/Ext.html#useShims) to activate global iframe shims.
i.e. in your overrides file (together with Ext.BLANK_IMAGE_URL for example)


Ext.BLANK_IMAGE_URL = '/path/to/blank/image';
Ext.useShims = true;


p.s. for the record, this is not an Ext bug. different browsers will give different "z-index priorities" (so to speak) to different embedded objects (e.g. flash, java applets etc)