You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
If you use IE7 the popups for smiles and text color doesn't work
What is the expected output? What do you see instead?
Instead use offsetTop and offsetLeft, use:
var positions = Position.page(this.element);
and them:
$(this.divContent).setStyle({top : (positions[1] - dimensions.height) - 2 +
'px', left : (positions[0] + 1) + 'px'});
This work on IE6, IE7 and FF2
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 12 Jul 2007 at 8:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Jul 2007 at 8:49The text was updated successfully, but these errors were encountered: