Skip to content

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

Description

@RVXD

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions