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

Bugfix: Nested Popup not centering in FF and Chrome #48

Open
RVXD opened this issue Mar 29, 2012 · 0 comments
Open

Bugfix: Nested Popup not centering in FF and Chrome #48

RVXD opened this issue Mar 29, 2012 · 0 comments

Comments

@RVXD
Copy link

RVXD commented Mar 29, 2012

Hi Aaron,

I noticed the nested popup is not centering properly in Firefox and Chrome.

It seems line 40 of dataobject_manager.js simply misses 'var'

Current:
top = $.fn.DataObjectManager.getPageScroll()[1] + ($.fn.DataObjectManager.getPageHeight() / 10);

Suggestion:
var top = $.fn.DataObjectManager.getPageScroll()[1] + ($.fn.DataObjectManager.getPageHeight() / 10);

Regards,
Remy Vaartjes

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

No branches or pull requests

1 participant