I'm working with the latest GWT release (and loving it) and almost
everything has gone smoothly.  However, I'm experiencing an issue with
my trees.   Previously I was using 1.4.60, but with both 1.5.1 and
1.5.2 I'm getting an issue whenever TreeItem removeItem() or
removeItems() is called.  The problem is the TreeItem will 'jump' to
the right in the tree, almost like it's getting an extra indent.

Taking a look using FireBug I see the div wrapping TreeItem gets extra
left padding.  Not sure why this is happening when I'm removing an
item.

Before removeItem(s) is called:
  <div style="padding: 0px; margin-left: 0pt;">.....

After removeItem(s) is called:
  <div style="padding: 0px 0px 0px 23px; margin-left: 0pt;">.....

The page is being rendered in standards mode.

Anyone else experiencing this issue after upgrading or do I just have
something strange happening in my code?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to