]> source.dussan.org Git - vaadin-framework.git/commitdiff
rename target width attribute in uidl to avoid collapsing with Sizeable width
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 5 Feb 2008 15:33:24 +0000 (15:33 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 5 Feb 2008 15:33:24 +0000 (15:33 +0000)
svn changeset:3712/svn branch:trunk

src/com/itmill/toolkit/ui/Link.java

index 0ba5f535649c1e90f3060486cef0568f07723172..3f4b526d9a4221e4df21c4c5d83ec6408d793f20 100644 (file)
@@ -116,10 +116,10 @@ public class Link extends AbstractComponent {
 
         // Target window size
         if (getTargetWidth() >= 0) {
-            target.addAttribute("width", getTargetWidth());
+            target.addAttribute("targetWidth", getTargetWidth());
         }
         if (getTargetHeight() >= 0) {
-            target.addAttribute("height", getTargetHeight());
+            target.addAttribute("targetHeight", getTargetHeight());
         }
 
         // Target window border