Committer: dpetrov
LJSUP-10033: Need always view full contectual popupU trunk/htdocs/js/contextualhover.js
Modified: trunk/htdocs/js/contextualhover.js =================================================================== --- trunk/htdocs/js/contextualhover.js 2011-10-05 08:20:50 UTC (rev 20230) +++ trunk/htdocs/js/contextualhover.js 2011-10-05 08:34:20 UTC (rev 20231) @@ -478,6 +478,11 @@ .empty() .append(jQuery.tmpl(this.templates.content, buildObject)); + if (this.element.is(':visible')) { + //show method forces bubble to reposition with respect to the new content + this.element.bubble('updatePosition'); + } + this.setPopupEvents(buildObject); },