Hi
I have created small table editor, cells are extended JLabels. I am battling with strange problem. I am able to select and highlight cell(even with right mouse button - RMB ), open popup menu (hey, e.isPopupTrigger() on different OS kicked my ass ;) ), but when I move mouse to different cell, click with RMB, somehow it seems, that mousePressed event is not fired and it is consumed somewhere (with debugging I found that the flow is going to the mouseReleased() directly). And I can't find a solution
I found somewhere, that adding Tooltip could be problem..it wasn't for me.
It seems, that JPopupMenu.show() is consuming mousePressed event, could be this avoided somehow?
Thanks for ideas.