gwt /
gwt /
5c55579ded9bf4a3849c50f79df1ae77531127ab Fixes Issue #693.
Fixes a problem with AbsolutePanel where large Widgets may flicker when being
added to an AbsolutePanel due to position being set after DOM attachment.
This change reverses the order of operations such that the position is
set prior to DOM attachment. This also includes a javadoc fix to document
the special case in add(Widget, int, int) to get static positioning.
Patch by: bobv
Review by: knorton
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1009 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed