jide-oss icon indicating copy to clipboard operation
jide-oss copied to clipboard

Position of the popup of a JideTabbedPane in multi-display configuration

Open html04 opened this issue 8 years ago • 0 comments

The position of the popup of a JideTabbedPane with the list of all tabs is wrong when you work on a second screen that extends the desktop to the left of the main screen. The popup is then shown on the left border of the screen because the calculation of the popup position doesn't work with a negative screenposition.x value.

html04 avatar Feb 21 '17 12:02 html04