You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/01/14 00:06:03 UTC

svn commit: r611670 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/tapestry.js

Author: hlship
Date: Sun Jan 13 15:06:02 2008
New Revision: 611670

URL: http://svn.apache.org/viewvc?rev=611670&view=rev
Log:
TAPESTRY-2008: Validation popup bubbles are somewhat distracting, should be simplified

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

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/tapestry.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/tapestry.js?rev=611670&r1=611669&r2=611670&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/tapestry.js (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/tapestry.js Sun Jan 13 15:06:02 2008
@@ -299,7 +299,7 @@
             this.outerDiv.hide();
 
             event.stop();
-        });
+        }.bindAsEventListener(this));
 
         Tapestry.errorPopups.push(this);
 
@@ -308,6 +308,7 @@
         this.queue = { position: 'end', scope: this.field.id };
 
         Event.observe(window, "resize", this.repositionBubble.bind(this));
+
     },
 
     showMessage : function(message)