HNEditFrame doesn't appear when map is in full screen mode #62


  • New
Open
  • user_939802 created this issue Nov 20, 2016

    To Reproduce:

    1. Maximize the map with the arrow
    2. Alt-Right Click to add note (frame appears behind map)
    3. Press ESC
    4. Frame is visible

    Temporary fix:

     

    1. Open HandyNotes_EditFrame.lua
    2. Add self:SetFrameLevel(3) at line 296
    3. Enter WoW
    4. ALT-RC on the "small" map (not maximized) to create a frame instance
    5. Close the map and note frame
    6. Reopen the map and maximize it
    7. Now the HNEditFrame should be visible as intended

    I've already tried just doing this simply adding the frame level change, but doesn't work.  There's something different between the "minimized" and "maximized" map displays that is preventing the edit frame from appearing on "maximized" map on startup.  I'm long out of touch with the API, but hope this helps you build a workaround.

     

  • user_939802 added a tag New Nov 20, 2016

To post a comment, please login or register a new account.