Hi!

Have a weird situation where the scrollbar for a Window in IE is very
slow and saggy..
Works fine in all other browser even IE8!!

final Window window = new Window();
window.setTitle("myWindow");
window.setClosable(true);
window.setWidth(800);
window.setHeight(550);
window.setPlain(true);
window.add(myWidget);
window.setCloseAction(Window.HIDE);
window.setAutoScroll(true);
window.show();

Has anyone had a similar experience?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to