[richfaces-issues] [JBoss JIRA] Reopened: (RF-5519) Calendar problem under IE6-7 if dir="rtl" for body tag.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Wed Aug 12 09:02:26 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Dubovsky reopened RF-5519:
------------------------------------

      Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)


Still reproducible under IE7:

Case 1:
<body dir="rtl">
	<h:form>
		<rich:calendar></rich:calendar>
	</h:form>
	</body>
Result: pop up appears, but after each click is more to the right. See case_1.png

Case 2:
<body dir="rtl">
	<h:form>
		<rich:calendar direction="bottom-left"></rich:calendar>
	</h:form>
	</body>
Result: pop up appears, but in incorrect place. See case_2.png

Case 3:
<body dir="rtl">
	<h:form>
		<div dir="ltr"><rich:calendar direction="bottom-left"></rich:calendar>
		</div>
	</h:form>
	</body>
Result: pop up is opened to the left and to the right serially after each open.

> Calendar problem under IE6-7 if dir="rtl" for body tag.
> -------------------------------------------------------
>
>                 Key: RF-5519
>                 URL: https://jira.jboss.org/jira/browse/RF-5519
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-input
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.CR1, IE6-7
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>             Fix For: 3.3.2.CR1
>
>
> Source:
> <body dir="rtl">
> 	<h:form>
> 		<rich:calendar></rich:calendar>
> 	</h:form>
> </body>
> # Open page under IE 6 or 7.
> # Try to show calendar pop up.
> Result: it is not shown.
> # Repeate the same stepd after define direction="bottom-left" for calendar
> Result: pop up appears, but in incorrect place.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list