Tapestry.ErrorPopup.prototype.repositionBubble=function(){var a=this.field.cumulativeOffset();this.outerDiv.setStyle({top:(a[1]+this.BUBBLE_VERT_OFFSET)+"px",left:(a[0]+this.BUBBLE_HORIZONTAL_OFFSET)+"px",width:this.BUBBLE_WIDTH,height:this.BUBBLE_HEIGHT})};Tapestry.FieldEventManager.prototype.orgRemove=Tapestry.FieldEventManager.prototype.removeDecorations;Tapestry.FieldEventManager.prototype.removeDecorations=function(){var a=this.field.parentNode;if(a.oldtitle==null||a.oldtitle==""){a.removeAttribute("title")}else{a.title=a.oldtitle}a.className=a.className.replace(/ ?validation-FAILED/gi,"");this.orgRemove()};Tapestry.FieldEventManager.prototype.orgAdd=Tapestry.FieldEventManager.prototype.addDecorations;Tapestry.FieldEventManager.prototype.addDecorations=function(a){var b=this.field.parentNode;if(typeof b.oldtitle=="undefined"){b.oldtitle=b.getAttribute("title")}b.title=a;b.className+=" validation-FAILED";this.orgAdd(a)};
