I solved it by setting autoScroll to true on the myWidget for IE, just
weird it didn't work with scroll on the Window.. Oh I hate IE..

On Jun 16, 3:44 pm, Patrizio De Michele <[email protected]> wrote:
> Maybe depends on your "myWidget"...consider also that ie7 is very slow....
> (seems that ie8 is more fast)...
> about 4 times slower than mozilla....that usually is slower than opera that
> is
> obviously slower than chrome...
> Have you some event attached like onMouseOver on your widget?
> Usually if you attach an event with some things to do inside on an
> event called continuosly (like onMouseOver) everything could become slow.
> bye patrizio
>
> 2009/6/16 gwtTexter <[email protected]>
>
>
>
> > 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