[
https://issues.apache.org/jira/browse/TAP5-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAP5-325.
-------------------------------------
Resolution: Fixed
Fix Version/s: 5.0.16
Assignee: Howard M. Lewis Ship
Looks like Safari provides a windows.console that trips up some logic inside
tapestry.js that's expecting the FireBug console object. However, this may
only occur if Safari is in developer mode.
> Pop up error bubbles are broken in Safari
> -----------------------------------------
>
> Key: TAP5-325
> URL: https://issues.apache.org/jira/browse/TAP5-325
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.16
> Reporter: Howard M. Lewis Ship
> Assignee: Howard M. Lewis Ship
> Priority: Critical
> Fix For: 5.0.16
>
>
> Looks like it may have something to do with logging:
> var createlog = function (log)
> {
> return function(message, substitutions)
> {
> if (substitutions != undefined)
> message = message.interpolate(substitutions);
>
> log.call(this, message);
> };
> };
> The error is undefined value, on the line "log.call(....".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]