You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Cezary Butler (JIRA)" <de...@myfaces.apache.org> on 2007/12/18 15:16:43 UTC

[jira] Commented: (TOMAHAWK-796) inputCalendar doesn't work under Opera 9 when renderAsPopup is 'true'

    [ https://issues.apache.org/jira/browse/TOMAHAWK-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552765 ] 

Cezary Butler commented on TOMAHAWK-796:
----------------------------------------

I don't think Tomahawk 1.1.1works with new versions of Opera.

On the Opera 9.24 with Tomahawk 1.1.1 when I click ... button, I get:
JavaScript - http://localhost:8080/WebApplication2/faces/welcomeJSF.jsp
Event thread: click
Error:
Unhandled exception: [Object DOMException]
code: 5
message: INVALID_CHARACTER_ERR
Backtrace:
  Line 125 of linked script http://localhost:8080/WebApplication2/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11979869/calendar.HtmlCalendarRenderer/popcalendar.js
    iframe = document.createElement("<iframe src='javascript:false;' id='" + overDiv.id + "_IFRAME' style='visibility:hidden; position: absolute; top:0px;left:0px;'/>");
  Line 1405 of linked script http://localhost:8080/WebApplication2/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11979869/calendar.HtmlCalendarRenderer/popcalendar.js
    this._hideElement(this.calendarDiv);
  Line 1283 of linked script http://localhost:8080/WebApplication2/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11979869/calendar.HtmlCalendarRenderer/popcalendar.js
    this._popUpCalendar_Show(ctl);
  Line 1 of  script 
    _5FidJsp0_3A_5FidJsp1CalendarVar._popUpCalendar(this, document.getElementById("_idJsp0:_idJsp1"), "dd MMMM yyyy");
  At unknown location
    [statement source code not available]
JavaScript - http://localhost:8080/WebApplication2/faces/welcomeJSF.jsp
Timeout thread: delay 200 ms
Error:
Unhandled exception: [Object DOMException]
code: 5
message: INVALID_CHARACTER_ERR
Backtrace:
  Line 125 of linked script http://localhost:8080/WebApplication2/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11979869/calendar.HtmlCalendarRenderer/popcalendar.js
    iframe = document.createElement("<iframe src='javascript:false;' id='" + overDiv.id + "_IFRAME' style='visibility:hidden; position: absolute; top:0px;left:0px;'/>");
  Line 1402 of linked script http://localhost:8080/WebApplication2/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11979869/calendar.HtmlCalendarRenderer/popcalendar.js
    this._hideElement(this.calendarDiv);
  Line 52 of linked script http://localhost:8080/WebApplication2/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11979869/prototype.PrototypeResourceLoader/prototype.js
    return __method.apply(object, args.concat($A(arguments)));
  At unknown location
    [statement source code not available]

I really need patch for this one.

> inputCalendar doesn't work under Opera 9 when renderAsPopup is 'true'
> ---------------------------------------------------------------------
>
>                 Key: TOMAHAWK-796
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-796
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>    Affects Versions: 1.1.3, 1.1.5-SNAPSHOT
>         Environment: Windows, Opera 9.02 (also 9.01), Sun Java Runtime Environment version 1.4
>            Reporter: Safronov Sergey
>            Priority: Critical
>
> after click on calendar image we have errors in Opera error console: 
> Event thread: click
> Error:
> Unhandled exception: [Object DOMException]
> code: 5
> message: INVALID_CHARACTER_ERR
> Backtrace:
>   Line 124 of linked script http://localhost:8080/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11642727/calendar.HtmlCalendarRenderer/popcalendar.js;jsessionid=9B5EA2BE7C36884AD86ABDEC32B2A84E
>     iframe = document.createElement("<iframe id='" + overDiv.id + "_IFRAME' style='visibility:hidden; position: absolute; top:0px;left:0px;'/>");
>   Line 1393 of linked script http://localhost:8080/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11642727/calendar.HtmlCalendarRenderer/popcalendar.js;jsessionid=9B5EA2BE7C36884AD86ABDEC32B2A84E
>     this._hideElement(this.calendarDiv);
>   Line 1282 of linked script http://localhost:8080/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11642727/calendar.HtmlCalendarRenderer/popcalendar.js;jsessionid=9B5EA2BE7C36884AD86ABDEC32B2A84E
>     this._popUpCalendar_Show(ctl);
>   Line 1 of  script 
>     form_3AbeginDateCalendarVar._popUpCalendar(this, document.getElementById("form:beginDate"), "dd.MM.yyyy");
>   At unknown location
>     [statement source code not available]
> Timeout thread: delay 200 ms
> Error:
> Unhandled exception: [Object DOMException]
> code: 5
> message: INVALID_CHARACTER_ERR
> Backtrace:
>   Line 124 of linked script http://localhost:8080/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11642727/calendar.HtmlCalendarRenderer/popcalendar.js;jsessionid=9B5EA2BE7C36884AD86ABDEC32B2A84E
>     iframe = document.createElement("<iframe id='" + overDiv.id + "_IFRAME' style='visibility:hidden; position: absolute; top:0px;left:0px;'/>");
>   Line 1390 of linked script http://localhost:8080/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11642727/calendar.HtmlCalendarRenderer/popcalendar.js;jsessionid=9B5EA2BE7C36884AD86ABDEC32B2A84E
>     this._hideElement(this.calendarDiv);
>   Line 52 of linked script http://localhost:8080/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/11642727/prototype.PrototypeResourceLoader/prototype.js;jsessionid=9B5EA2BE7C36884AD86ABDEC32B2A84E
>     return __method.apply(object, args.concat($A(arguments)));
>   At unknown location
>     [statement source code not available]
> you can try http://example.irian.at/example-simple-20061123/calendar.jsf (MyFaces Tomahawk Examples latest build) to see it.
> --
> Best regards, Sergey

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.