You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jane Skolnick (JIRA)" <de...@myfaces.apache.org> on 2005/12/12 21:42:45 UTC

[jira] Created: (MYFACES-940) ImportCalendar doesn't work in FireFox browser

ImportCalendar doesn't work in FireFox browser
----------------------------------------------

         Key: MYFACES-940
         URL: http://issues.apache.org/jira/browse/MYFACES-940
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
 Environment: Windows XP with FireFox browser
    Reporter: Jane Skolnick


InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.

Code in JSP: 
<t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
						forceId="true" size="13" value="#{person.dateOfBirth}" 
						popupDateFormat="#{uimsg['format.date']}"
						required="true" validator="#{memberController.validate}"
						renderAsPopup="true" renderPopupButtonAsImage="true"/>	

Error: jscalendarSetImageDirectory is not defined
Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

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


[jira] Commented: (TOMAHAWK-42) ImportCalendar doesn't work in FireFox browser

Posted by "Holger Schimanski (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-42?page=comments#action_12419319 ] 

Holger Schimanski commented on TOMAHAWK-42:
-------------------------------------------

I can confirm, that inputCalendar from http://www.irian.at/myfaces/calendar.jsf is working fine in Firefox 1.5 on Windows XP and MacOS X.

Holger

> ImportCalendar doesn't work in FireFox browser
> ----------------------------------------------
>
>          Key: TOMAHAWK-42
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-42
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Calendar
>  Environment: Windows XP with FireFox browser
>     Reporter: Jane Skolnick

>
> InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.
> Code in JSP: 
> <t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
> 						forceId="true" size="13" value="#{person.dateOfBirth}" 
> 						popupDateFormat="#{uimsg['format.date']}"
> 						required="true" validator="#{memberController.validate}"
> 						renderAsPopup="true" renderPopupButtonAsImage="true"/>	
> Error: jscalendarSetImageDirectory is not defined
> Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

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


[jira] Commented: (TOMAHAWK-42) ImportCalendar doesn't work in FireFox browser

Posted by "Mike Youngstrom (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-42?page=comments#action_12419351 ] 

Mike Youngstrom commented on TOMAHAWK-42:
-----------------------------------------

Ya, I think this can be closed.  One note though.  If you're page is set as xhtml then firefix 1.5 will throw an exception because document.write() is not a supported operation in xhtml.  To solve that problem make sure your content type is plain html.  I don't know if that is the problem the original poster was having or not so this might also be a duplicate of the document.write bug related to inputCalendar not sure of the bug number right off hand.

Mike

> ImportCalendar doesn't work in FireFox browser
> ----------------------------------------------
>
>          Key: TOMAHAWK-42
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-42
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Calendar
>  Environment: Windows XP with FireFox browser
>     Reporter: Jane Skolnick

>
> InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.
> Code in JSP: 
> <t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
> 						forceId="true" size="13" value="#{person.dateOfBirth}" 
> 						popupDateFormat="#{uimsg['format.date']}"
> 						required="true" validator="#{memberController.validate}"
> 						renderAsPopup="true" renderPopupButtonAsImage="true"/>	
> Error: jscalendarSetImageDirectory is not defined
> Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

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


[jira] Commented: (TOMAHAWK-42) ImportCalendar doesn't work in FireFox browser

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-42?page=comments#action_12416820 ] 

Matthias Weßendorf commented on TOMAHAWK-42:
--------------------------------------------

Hey Mike,

so we can close this issue ?

> ImportCalendar doesn't work in FireFox browser
> ----------------------------------------------
>
>          Key: TOMAHAWK-42
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-42
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Calendar
>  Environment: Windows XP with FireFox browser
>     Reporter: Jane Skolnick

>
> InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.
> Code in JSP: 
> <t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
> 						forceId="true" size="13" value="#{person.dateOfBirth}" 
> 						popupDateFormat="#{uimsg['format.date']}"
> 						required="true" validator="#{memberController.validate}"
> 						renderAsPopup="true" renderPopupButtonAsImage="true"/>	
> Error: jscalendarSetImageDirectory is not defined
> Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

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


[jira] Commented: (MYFACES-940) ImportCalendar doesn't work in FireFox browser

Posted by "Sukhada (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-940?page=comments#action_12364239 ] 

Sukhada commented on MYFACES-940:
---------------------------------

Try adding extension filter in web.xml.

http://myfaces.apache.org/tomahawk/extensionsFilter.html


> ImportCalendar doesn't work in FireFox browser
> ----------------------------------------------
>
>          Key: MYFACES-940
>          URL: http://issues.apache.org/jira/browse/MYFACES-940
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>  Environment: Windows XP with FireFox browser
>     Reporter: Jane Skolnick

>
> InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.
> Code in JSP: 
> <t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
> 						forceId="true" size="13" value="#{person.dateOfBirth}" 
> 						popupDateFormat="#{uimsg['format.date']}"
> 						required="true" validator="#{memberController.validate}"
> 						renderAsPopup="true" renderPopupButtonAsImage="true"/>	
> Error: jscalendarSetImageDirectory is not defined
> Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

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


[jira] Commented: (TOMAHAWK-42) ImportCalendar doesn't work in FireFox browser

Posted by "Mike Youngstrom (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-42?page=comments#action_12416819 ] 

Mike Youngstrom commented on TOMAHAWK-42:
-----------------------------------------

I can confirm that a simple example (<t:inputCalendar renderAsPopup="true"/>) was not working in 1.1.1 but is now working in 1.1.3.

Mike

> ImportCalendar doesn't work in FireFox browser
> ----------------------------------------------
>
>          Key: TOMAHAWK-42
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-42
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Calendar
>  Environment: Windows XP with FireFox browser
>     Reporter: Jane Skolnick

>
> InputCalendar component (tomahawk extensions) is working fine in Internet Explorer but it doesn't work in FireFox browser. The following is javascript error message detected by FireFox browser. I can see the calendar image on FireFox browser but the calendar doesn't pop up when I click the calendar image.
> Code in JSP: 
> <t:inputCalendar id="personDOBInput" title="#{uimsg['label.person.DOB']}" alt="date" 
> 						forceId="true" size="13" value="#{person.dateOfBirth}" 
> 						popupDateFormat="#{uimsg['format.date']}"
> 						required="true" validator="#{memberController.validate}"
> 						renderAsPopup="true" renderPopupButtonAsImage="true"/>	
> Error: jscalendarSetImageDirectory is not defined
> Source File: http://localhost/CAS/jsp/provider/presumptiveEligibility/providerSearch.jsf

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