PDA

View Full Version : Issue with IE



t.sriram
20 Aug 2009, 11:05 PM
Hi,
I'm using Ext.nd 2x.


I've this code written in the JS Header of a form.

var ExtndApp = function() {
return {
init : function(){
this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: ''},
uiView : {viewName: 'myView', viewTitle : 'Docs'

}
});
} // init
} // return
}();
Ext.onReady(ExtndApp.init, ExtndApp, true);

I can get it fine in FireFox/Google Chrome. But the documents in the view are not displayed in IE. Am i missing anything?

Thanks.

mdm-adph
27 Aug 2009, 5:20 AM
Is it throwing an error in IE?

t.sriram
27 Aug 2009, 8:11 PM
No, there is no error shown in IE.

jratcliff
29 Aug 2009, 10:03 AM
If you resize the browser window does the documents/rows show then?

t.sriram
30 Aug 2009, 7:58 PM
No. I don't see any documents when i resize the browser window.

jratcliff
31 Aug 2009, 5:45 AM
This code works for me in IE. What version of IE are you using? And can you verify that the view design and data are loading using something like Fiddler (http://www.fiddler2.com/fiddler2/) or HttpWatch (http://httpwatch.com/)?

t.sriram
31 Aug 2009, 5:51 AM
Hi, thanks for your reply.

I'm using IE 6. Is the same code working for you? what version of IE are you using?
I'll give a try with that version.

jratcliff
1 Sep 2009, 6:24 AM
Yes, I'm using IE 6 and it is working for me. There may be something wrong with your view design. Can you create a blank database and copy this view into it and then send it to me so I can test it? My email is jackratcliff at gmail dot com