Community
Participate
Working Groups
1. Create test case for downloading plugin for eclipse. 2. Use SWT(Tree) module to select pluging by checking checkbox. 3. Execute test. 4. When checkbox is checked you will see that Next button remains unable. Eclipse expects left mouse click event on that checkbox to make Next button accessible.
This is not an exclusive Mac OS problem. I tested this on Windows and the same behaviour occurred. The checkbox is selected, but the "Next" button remains disabled. Leaving the tree with Tab etc doesn't change the enablement of the buttons.
As the dialog contains a tree table, try and see if a selection of the node with a move one cell left and then click could be used as a workaround for now.
This is SWT tree and object mapper selects whole component. I tried to use ub_grc_clickInComponent as workaround. It works for me but I am not satisfied with this approach. Please fix it.
The suggestion wasn't to try click in component (you are right, this is not a suitable workaround). From the looks of it, the component is a Tree Table (it has expandable nodes as well as columns). If this is the case, it may be possible to select a node in the tree and then use the action "move" on the table component to move one cell to the left and click in the checkbox column. I will try this out over the coming days.
Thank you Alex for your suggestion but I am unable to do it because of technical name (that is tree not a table). Please provide me your step-by-step solution if you can do it. BTW I ordered to buy 5 licenses.
Vladimir - you are right - the component is indeed a tree, not a tree-table. This means that the planned workaround won't work. I'm going to increase the severity and priority of this bug so that it gets seen to sooner.
fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=4b8ce189a2c1a8748e18490305445adcc4fd1052
Verfified manually.