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
            Priority: Critical


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]

Reply via email to