You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the new features (sorry @DevCharly, I did not have much time to do it earlier!) I stumbled upon this major regression for us: the location of a popup is not respected:
It seems that the use of JToolTip is a problem. If I replace with a JPanel, then the position is correct (but not the look).
While testing the new features (sorry @DevCharly, I did not have much time to do it earlier!) I stumbled upon this major regression for us: the location of a popup is not respected:
It seems that the use of JToolTip is a problem. If I replace with a JPanel, then the position is correct (but not the look).
Here is the test case:
TableTestWithTip.zip
(another problem shown in this test case: "table.setShowGrid(true)" is not respected by the boolean column. Should I open a bug?)
The text was updated successfully, but these errors were encountered: