PopUp finction on active display

XMLWordPrintable

    • Type: Patch request
    • Resolution: Fixed
    • Priority: Trivial
    • None
    • Affects Version/s: 3.4.13
    • Component/s: Frontend (F)
    • None

      common.js:

      Please change the line 5402 (PopUp function)

      from

      var left = (screen.width - (width + 150)) / 2;

      to

      var left = window.screenX + ((screen.width - (width + 150)) / 2);

      Or any other solution to make the popup windows open ON THE SAME monitor we are working on.

      Please.

            Assignee:
            Unassigned
            Reporter:
            Grzegorz Grabowski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: