I found the same issue on bugs page. One of the forums mentioned using below as a workaround. DOM.setStyleAttribute(scrlPnl.getElement(), "position","static"); DOM.setStyleAttribute(tree.getElement(), "position","relative");
But it didn't work for me. On Jan 25, 3:50 am, Litty Preeth <[email protected]> wrote: > There are bugs reported on GWT for these scrollbar moving issues... you may > check them out if they r relevent to ur case... > > > > On Fri, Jan 23, 2009 at 10:08 PM, rookie <[email protected]> wrote: > > > Hi, > > I've tree in scroll panel. When user selects tree item, horizontal > > scroll moves to right. Scrollbar should not move unless user moves it. > > Is there any work around for this? > > I tried below but it did not work. > > > DOM.setStyleAttribute(scrlPnl.getElement(), "position","static"); > > DOM.setStyleAttribute(tree.getElement(), "position","relative"); > > > -Suresh- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
