You found a bug! We've classified it as
TOUCH-4626
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Hi,
I have a DataView component into a Container. the content of my DataView is correctly displayed with Chrome and Safari but not with IE 10.
is there any problem with my code ?
REQUIRED INFORMATION
Code :
Sencha Touch 2.2.0
Browser versions tested against:
IE10
Chrome 27
Safari 4
Description:
DataView into container does not appear with IE10.
Steps to reproduce the problem:
create an mvc application
put a Ext.dataview.DataView into Ext.Container
The result that was expected:
content of DataView displayed with all browsers
The result that occurs instead:
The content of the DataView does not display with IE10
I'm having the same problem (no content in dataviews nested within containers on IE10), although I have noticed in my application that when the browser is resized the content suddenly appears.
I've tested the above example and resizing the browser doesn't have the same effect (content still not visible), I'll post back if I isolate the difference in my application that causes resize to make the content appear.