[richfaces-svn-commits] JBoss Rich Faces SVN: r5676 - branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 28 15:57:46 EST 2008


Author: SergeySmirnov
Date: 2008-01-28 15:57:45 -0500 (Mon, 28 Jan 2008)
New Revision: 5676

Modified:
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml
Log:
fixing problem with IE6. The width of the panel with dragSupport is defined explicitly

Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml	2008-01-28 19:54:18 UTC (rev 5675)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml	2008-01-28 20:57:45 UTC (rev 5676)
@@ -24,7 +24,7 @@
 
 		<h:panelGrid columnClasses="panelc" columns="4" width="100%">
 
-			<rich:panel style="width:100px"> 
+			<rich:panel style="width:133px"> 
 				<f:facet name="header">
 					<h:outputText value="Source List" />
 				</f:facet>
@@ -32,7 +32,7 @@
 					var="fm" >
 
 					<h:column>
-						<a4j:outputPanel style="border:1px solid gray;padding:2px;"
+						<a4j:outputPanel style="width:100px;border:1px solid gray;padding:2px"
 							layout="block">
 							<rich:dragSupport dragIndicator=":indicator"
 								dragType="#{fm.family}" dragValue="#{fm}">




More information about the richfaces-svn-commits mailing list