Hello,
Ran into issue where Dialog Positioning does not work. It only works at a certain cases.
Case 1: If dialog is not modal and dialog position is {X:'center',Y:'center'} it DOESN'T WORK.
Case 2: If dialog is not modal and dialog position for example is: {X: 300, Y: 300} it WORKS
Case 3: if dialog IS MODAL either {X:'center',Y:'center'} or {X: 300, Y: 300} DOESN'T WORK