IE Issues Grid in iFrame

Hi,

I noticed a strange behaviour using the grid within a dhxLayout cell.

The issue seems similar to:
viewtopic.php?f=2&t=25531&p=81468&hilit=focus#p81468

The Layout is 2U, left Navigation, on the right a grid which I load with attachURL .
(What leads to an iFrame for the right layout object …)

In Firefox everything is fine, after loading the grid I can navigate using the keyboard (up/down).
In IE 10/Win8 (other versions not tested) I can’t navigate using the keyboard in the grid.
All I can do is click into it and use the mouse wheel.
Even after clicking, the focus is not within the grid. (Even setting the focus using JS doesn’t move it to the grid).

I use version dhtmlxSuite 2012 Rel.1 (DHTMLX 3.5)

Is there any fix for it ?

(I could create a sample project if that would help to do analysis. This is a major blocker, because it makes the whole grid totally unusuable in IE.)

Thanks,
P.

Unfortunately the issue cannot be reconstructed locally.
the grid attached to layout using attachURL() works well for us in IE10.
If the issue with keyboard navigation is still exists - please, provide a complete demo to reproduce it.

We have the exact same problem. Navigation in the grid is woking in FF, Chrome and IE8 but not in IE9 and IE10.

We have also figured out the cause of the problem is the doctype. We are using (html5) as our doctype. If we remove the doctype the navigation is working.

Unfortunately the issue cannot be reconstructed locally.
Please, provide us with any kind of sample of your code or a complete demo where the issue can be reproduced.
Here you can find a tutorial:
docs.dhtmlx.com/doku.php?id=othe … leted_demo