Author: Alex.Kolonitsky
Date: 2009-07-04 10:36:15 -0400 (Sat, 04 Jul 2009)
New Revision: 14777
Added:
branches/community/3.3.X/samples/calendar-sample/src/main/webapp/pages/RF-5519.jsp
Log:
Calendar problem under IE6-7 if dir="rtl" for body tag.
https://jira.jboss.org/jira/browse/RF-5519
Added: branches/community/3.3.X/samples/calendar-sample/src/main/webapp/pages/RF-5519.jsp
===================================================================
--- branches/community/3.3.X/samples/calendar-sample/src/main/webapp/pages/RF-5519.jsp
(rev 0)
+++
branches/community/3.3.X/samples/calendar-sample/src/main/webapp/pages/RF-5519.jsp 2009-07-04
14:36:15 UTC (rev 14777)
@@ -0,0 +1,15 @@
+<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/calendar"
prefix="rich" %>
+<html>
+ <head>
+ <title></title>
+ </head>
+ <body dir="rtl">
+ <f:view>
+ <h:form id="f" >
+ <rich:calendar id="calendar"
direction="bottom-left"></rich:calendar>
+ </h:form>
+ </f:view>
+ </body>
+</html>