Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chatEditorPopup bad top left values #7

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Open

chatEditorPopup bad top left values #7

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

it would be awesome if people actually told you _where_ changes go to...

Original comment by [email protected] on 4 Nov 2009 at 9:44

@GoogleCodeExporter
Copy link
Author

hmm. looks like it's supposed to go in chatEditor.js at line 288.  Doesn't help 
the 
problem for me, though.  

Original comment by [email protected] on 4 Nov 2009 at 9:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant