[
https://issues.apache.org/jira/browse/TOBAGO-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473779
]
Guido Dubois commented on TOBAGO-275:
-------------------------------------
Sorry, I haben't seen that you wrote a comment. Here are the error messages...
JavaScript -
http://localhost:8080/bbg/faces/overview/intro.jspx;jsessionid=D593FD7D91C1336D3D3F2FFE547DC909
Timeout thread: delay 10 ms
Error:
name: EvalError
message: Statement on line 254: Illegal use of eval
Backtrace:
Line 254 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
results.push(iterator(value, index));
Line 223 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
iterator(value, index++);
Line 416 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
iterator(this[i]);
Line 227 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
this._each((function (value)
{
try
{
iterator(value, index++);
}
catch (e)
{
if (e != $continue)
throw e;
}
}
));
Line 255 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
this.each((function (value,index)
{
results.push(iterator(value, index));
}
));
Line 162 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
return this.extractScripts().map(eval);
Line 888 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
html.evalScripts();
At unknown location
[statement source code not available]
JavaScript -
http://localhost:8080/bbg/faces/overview/intro.jspx;jsessionid=D593FD7D91C1336D3D3F2FFE547DC909
Timeout thread: delay 10 ms
Error:
name: EvalError
message: Statement on line 254: Illegal use of eval
Backtrace:
Line 254 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
results.push(iterator(value, index));
Line 223 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
iterator(value, index++);
Line 416 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
iterator(this[i]);
Line 227 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
this._each((function (value)
{
try
{
iterator(value, index++);
}
catch (e)
{
if (e != $continue)
throw e;
}
}
));
Line 255 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
this.each((function (value,index)
{
results.push(iterator(value, index));
}
));
Line 162 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
return this.extractScripts().map(eval);
Line 888 of linked script
http://localhost:8080/bbg/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js
html.evalScripts();
At unknown location
[statement source code not available]
> <tx:date> tag - datePicker and Opera
> ------------------------------------
>
> Key: TOBAGO-275
> URL: https://issues.apache.org/jira/browse/TOBAGO-275
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.9
> Environment: winxp prof, opera 9.10, tomcat 5.5.20, myfaces 1.1.4,
> tobago 1.0.9 - same error in tobago 1.0.10 snap (06.02.2007 5:13)
> Reporter: Guido Dubois
>
> I get javascript error in Opera when clicking on the date picker icon from
> the <tx:date> tag.
> By the way Opera reports some CSS errors.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.