Reviewers: rdayal,
Please review this at http://gwt-code-reviews.appspot.com/1586803/
Affected files:
M user/src/com/google/gwt/user/client/ui/UIObject.java
Index: user/src/com/google/gwt/user/client/ui/UIObject.java
diff --git a/user/src/com/google/gwt/user/client/ui/UIObject.java
b/user/src/com/google/gwt/user/client/ui/UIObject.java
index
10985d3708018b1447a1e329f0d72aa0a6a52fee..a9bc6ab52b88c7954fc2ff654afa30bc480dbb35
100644
--- a/user/src/com/google/gwt/user/client/ui/UIObject.java
+++ b/user/src/com/google/gwt/user/client/ui/UIObject.java
@@ -530,7 +530,7 @@ public abstract class UIObject implements HasVisibility
{
/**
* Gets the object's offset height in pixels. This is the total height
of the
- * object, including decorations such as border, margin, and padding.
+ * object, including decorations such as border and padding, but not
margin.
*
* @return the object's offset height
*/
@@ -540,7 +540,7 @@ public abstract class UIObject implements HasVisibility
{
/**
* Gets the object's offset width in pixels. This is the total width of
the
- * object, including decorations such as border, margin, and padding.
+ * object, including decorations such as border and padding, but not
margin.
*
* @return the object's offset width
*/
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors