Dialog box for the problem moves on the X axis when selecting the lightbulb a second times #7886
-
Tried with C++ and JAVA. When I have a lightbuld to select, when I select it one it opens a dialog box showing the Option to fix the issue. But when the dialog box is already open and I click on the lightbulb again, but a few pixels away, you see the dialog box moving on the "X" axis. Should we just keep the same position of the dialog when it is already open ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@lmcbout in my opinion this is a normal behavior, we trigger the rendering of the context-menu based on the x,y co-ordinates of the mouse (you're actually moving so the rendering anchor will be different). |
Beta Was this translation helpful? Give feedback.
-
Fine, but I think we should not re-anchor the dialog box position if it is already opened, i=t should stay at the same coordinates |
Beta Was this translation helpful? Give feedback.
@lmcbout in my opinion this is a normal behavior, we trigger the rendering of the context-menu based on the x,y co-ordinates of the mouse (you're actually moving so the rendering anchor will be different).