Community
Participate
Working Groups
Created attachment 211825 [details] Patch implementing the PROPOSED SOLUTION Build Identifier: 3.7.2 PROBLEM DESCRIPTION: Clicks in a tree (f.e. right click to get context menu) does only work on displayed texts and not in the empty area on the left or right side of a node/leaf. EVALUATION: In SwingScoutTree the node will be get by JTree's getPathForLocation(int x, int y) which only returns a node if the mouse pointer exactly resides over it. PROPOSED SOLUTION: Implementing a custom getPathForLocation(int x, int y) method which also returns a node if the mouse pointer resides in the empty area on the left or right side of a node/leaf. Reproducible: Always
Applied patch with minor modifications, Thanks!
backported to 3.7
Bugfixes shipped on Scout 3.7 branch