Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-15144

PopUp finction on active display

XMLWordPrintable

    • Icon: Patch request Patch request
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • 3.4.13
    • 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.

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

              Created:
              Updated:
              Resolved: