Threaded View
-
2 Jun 2010 6:38 AM #1
Ext.Window show() works incorrectly in IE7/8
Ext.Window show() works incorrectly in IE7/8
Hi,
I'm using Ext.Window to show images from thumbnails. It also contains toolbar with next/prev buttons to browse the images. In FF or Chrome works everything fine.
In IE I encountered two errors:
1) When I click the magnfying glass icon which triggers the functions that creates Ext.Window, nothing happens. On second click, window is finally shown. (debugger gets to the line winThumbnail.show()

2) Clicking anywhere on the Ext.Window including close button, header or the next/prev arrows, window becomes grey and the whole pages doesn't respond. Looks like some layer covers it.

I have almost the same functionality (functions for generating Ext.Window and it's template to show buttons are exactly the same) on another page and it works even in IE.
Any ideas what could be possibly wrong?
Thanks in advance.
Similar Threads
-
[FIXED] [1.1.4 - 1.2.2] TreeTable Horizontal Scroll works incorrectly
By Piotr.B in forum Ext GWT: Bugs (1.x)Replies: 6Last Post: 7 Apr 2009, 4:38 AM -
[SOLVED] Combobox FireEvent works incorrectly
By srajakaruna in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 20 Nov 2008, 8:22 PM -
Ext.getDom works in ff but not in ie7 issue
By twosouth in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 11 Nov 2008, 11:12 PM -
grid checkbox renders incorrectly first then works fine
By SpiderMac in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 12 Jun 2008, 6:53 PM -
Ext.Window works in FF not in IE7??
By mrras25 in forum Ext 2.x: Help & DiscussionReplies: 14Last Post: 17 Jan 2008, 10:03 AM


Reply With Quote