Acts up when UIParent does not cover all the screen #4


  • New
  • Defect
Open
  • II_Tomate_II created this issue May 2, 2013

    What steps will reproduce the problem?
    Just have UIParent to not cover all the screen.

    What is the expected output? What do you see instead?
    When you drage a frame it should stay where you release your mouse button.
    Instead it move the same number of pixel the UIParent is to the left size of your screen.

    What version of the product are you using?
    1.1 r11

    Please provide any additional information below.
    You should replace line 160 and 165 by those ones:
    setStorage(frame, "x", x-UIParent:GetLeft())
    frame:SetPoint(point, frame:GetParent(), point, x/s-UIParent:GetLeft(), y/s);

  • II_Tomate_II added the tags New Defect May 2, 2013
  • Forge_User_96189362 posted a comment Jun 9, 2013

    Now I'm intrigued.. why would you move UIParent?

  • Forge_User_96189362 posted a comment Jun 13, 2013

    And perhaps more importantly - WHEN do you move UIParent? Do you want windows to move when the UIParent moves or not? Why? Why not?

  • Forge_User_96189362 edited title Jun 13, 2013
  • II_Tomate_II posted a comment Jun 14, 2013

    I move UIParent beacause I am on eyefinity configuration (3 screens) and I want my interface to stay on the center screen. It's done automatically in Tukui when it detect you resolution.


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