You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/05/24 07:50:00 UTC

svn commit: r1485935 - /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml

Author: lofwyr
Date: Fri May 24 05:50:00 2013
New Revision: 1485935

URL: http://svn.apache.org/r1485935
Log:
TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml?rev=1485935&r1=1485934&r2=1485935&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml Fri May 24 05:50:00 2013
@@ -40,20 +40,20 @@
 
             <tc:link id="l7" image="image/feather-leaf.png" tip="16px"/>
 
-            <tc:out value="2nd row">
+            <tc:out value="[2nd row]">
                 <tc:gridLayoutConstraint columnSpan="10"/>
             </tc:out>
 
         </tc:box>
 
         <tc:script file="script/tobago-assert.js"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l1', 6, 26, 3, 14);"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l2', 14, 26, 7, 14);"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l3', 26, 26, 11, 14);"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l4', 42, 26, 23, 14);"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l5', 70, 26, 27, 14);"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l6', 102, 26, 31, 14);"/>
-        <tc:script onload="TobagoAssert.assertLayout('page:l7', 138, 26, 16, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l1', 6, 26, 4, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l2', 15, 26, 8, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l3', 28, 26, 12, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l4', 45, 26, 24, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l5', 74, 26, 28, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l6', 107, 26, 32, 14);"/>
+        <tc:script onload="TobagoAssert.assertLayout('page:l7', 144, 26, 16, 14);"/>
 
     </tc:page>
 </f:view>