Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seetharaman Srinivasan on Jul 22, 2008 05:51
open dhtmlx forum
dhtmlxwindows bringtotop

I have dhtmlxwindows working fine in Firefox.
When I open the same dhtmlxWindow in IE, bringtotop does not work completely. I have some grids in the background. Some of the cells in the background have <SELECT> elements. These <SELECT> elements are show in the dhtmlxWindow. If the background grid does not have <SELECT> element, it works fine
Answer posted by Support on Jul 22, 2008 07:13
The problem caused not by z-index, this is known issue with select controls in IE.
With current version of grid - the only way to workaround issue - use window in modal mode. ( while window in modal mode, it will successfully cover selectboxes in IE )
Answer posted by Seetharaman Srinivasan on Jul 22, 2008 07:24
It works with out setting it to Modal in IE 7. it does not work in IE 6.009 even if we set it ti Modal
Answer posted by Support on Jul 23, 2008 07:46
Please try to use js file from attached sample instead of original one - it will work with IE6 correctly.
Attachments (1)
demo.zip65.99 Kb
Answer posted by Seetharaman Srinivasan on Jul 23, 2008 08:14
This really works. It also solves the problem I had  in using modern_blue skin
Answer posted by Seetharaman Srinivasan on Jul 23, 2008 11:48
Now we have a new problem with this code, It works in Firefox . But  in IE 7 and in IE 6, I get the following message

Internet explorer can not open this site ... Aborted

This happens when the following statment is executed.

var dhxWins = new dhtmlXWindows();
Answer posted by Support on Jul 25, 2008 02:19
The demo, we had provide, works fine both in IE6 and IE7 on our side.
Bug cannot be repeated. Could you please clarify your question?