Author: hlship
Date: Mon Nov  3 11:07:15 2008
New Revision: 710131

URL: http://svn.apache.org/viewvc?rev=710131&view=rev
Log:
TAP5-326: Pop up error bubbles are broken in Safari

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js?rev=710131&r1=710130&r2=710131&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
 Mon Nov  3 11:07:15 2008
@@ -804,7 +804,7 @@
 
 // When FireBug is available, rewrite the error(), warn() and debug()
 // methods to make use of it.
-if (window.console)
+if (window.console && ! Prototype.Browser.WebKit)
 {
     var createlog = function (log)
     {


Reply via email to