can3p (can3p) wrote in changelog,
can3p
can3p
changelog

[livejournal] r20231: LJSUP-10033: Need always view full conte...

Committer: dpetrov
LJSUP-10033: Need always view full contectual popup
U   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);
 		},
 

Tags: can3p, js, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments