Open theoriginalbit opened 11 years ago
When right-clicking a popup can appear off the screen. Screenshot
A suggested fix would be to have it something like
if mouse x + popup width > screen width popup x position = screen width - popup width
or
if mouse x + popup width > screen width popup x position = mouse x - popup width
We are planning to completely rewrite the popup window functionality. This issue will also be fixed. But thanks for reporting!
When right-clicking a popup can appear off the screen. Screenshot
A suggested fix would be to have it something like
or