[richfaces-issues] [JBoss JIRA] Commented: (RF-9774) Calendar: popup doesn't open in IE7

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Nov 9 13:48:01 EST 2010


    [ https://jira.jboss.org/browse/RF-9774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562285#action_12562285 ] 

Nick Belaevski commented on RF-9774:
------------------------------------

The problem in calendar code. Fix:

Index: src/main/resources/META-INF/resources/org.richfaces/calendar.js
===================================================================
--- src/main/resources/META-INF/resources/org.richfaces/calendar.js	(revision 20001)
+++ src/main/resources/META-INF/resources/org.richfaces/calendar.js	(working copy)
@@ -223,7 +223,7 @@
 		todayControl: CalendarView.todayControl,
 		closeControl: CalendarView.closeControl,
 		applyControl: CalendarView.applyControl,
-		timeEditorFields: CalendarView.timeEditorFields,
+		timeEditorFields: CalendarView.timeEditorFields
 	});
 
 	// must be :defaultTime, minDaysInFirstWeek, firstWeekday, weekDayLabels, weekDayLabelsShort, monthLabels, monthLabelsShort


> Calendar: popup doesn't open in IE7
> -----------------------------------
>
>                 Key: RF-9774
>                 URL: https://jira.jboss.org/browse/RF-9774
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: browser compatibility, component-input
>    Affects Versions: 4.0.0.Milestone4
>         Environment: RichFaces 4.0.0.20101107-M4 r.19981 
> Metamer 4.0.0.20101107-M4 r.19986 
> Mojarra 2.0.2-FCS 
> Apache Tomcat 6.0.28 
> OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux 
> Internet Explorer 7.0 @ Win32 
>            Reporter: Pavol Pitonak
>            Assignee: Nick Belaevski
>             Fix For: 4.0.0.Milestone4
>
>
> 1. deploy Metamer to Tomcat 6 http://nexus.qa.jboss.com:8081/nexus/content/repositories/releases/org/richfaces/tests/metamer/4.0.0.20101107-M4/metamer-4.0.0.20101107-M4-mojarra.war 
> 2. open http://localhost:8080/metamer/faces/components/richCalendar/simple.xhtml 
> 3. click on calendar's input or button
> result:
> * nothing happens
> * when popup is set to false, nothing is rendered
> * happens only in IE7

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

        


More information about the richfaces-issues mailing list