YEP Item Core & Moogle X Equipment Learning - Window Issue

● ARCHIVED · READ-ONLY
Started by Ouroboros90 3 posts View original ↗
  1. Hello everyone,

    I am having an issue, using YEP Item Core and Moogle X Equipment Leanring Plugins, in combination with dsScreenLayoutSize Plugin, which resizes the width/height of the menus.

    By default, without the resize Plugin, both YEP and Moogle work fine.
    With the screen size set to 1920px by YEP Engine Core, and the menu size set to 1440px by dsScreenLayoutSize, the Item Ability Window of Moogle X Plugin start to overlap, when pressing right arrow key for switching the view:

    Issue Images
    EA_Nachweis.png Unbenannt.png

    I've tried to solve the issue by:

    • Change the width of screen size and menu size by Plugin Params
    • Change Plugin loading order by list position index
    • Alter the window width/height of the Ability Window by +- 1/2/10/100px at the js-file @ line 1484
    • Alter the context where the child is add to at the js-file @ line 1492 (but I guess that was nonsense)
    I guess the issue is caused by any position or parent/context depence, unless correcting a possible width overflow hadn't solved the issue so far.

    Please ensure the attached js-files.

    Any help would be appreciated :)
  2. Reply from Douraku:

    Thank you for using the plugin.
    I confirmed the issue you pointed out.
    It seems that there is a problem with "Moogle_X_EquipmentLearning", not dsScreenLayoutSize

    I prepared a patch fix which is in the post attachment.
  3. tale said:
    Reply from Douraku:

    Thank you for using the plugin.
    I confirmed the issue you pointed out.
    It seems that there is a problem with "Moogle_X_EquipmentLearning", not dsScreenLayoutSize

    I prepared a patch fix which is in the post attachment.

    Thank you very much!!