DataObjectManager icon indicating copy to clipboard operation
DataObjectManager copied to clipboard

Bugfix: Nested Popup not centering in FF and Chrome

Open RVXD opened this issue 12 years ago • 0 comments

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

RVXD avatar Mar 29 '12 11:03 RVXD