Navigation using trees is broken when tab is in detail
Description
Hi,
Open the Account Element window. Let the "Element value" tab in detail position (bottom of the window). When clicking on a tree item, the grid is not updated. It's always the first line which is selected.
The behaviour is correct when the tab is opened in master.
Hi , Find a patch that allow to navigate to the correct grid line from a tree located in a detail tab.
The call to focusToActivePanel was commented (line 878) ; maybe i miss something ?
Thanks,
Nicolas
Nicolas Micoud February 26, 2018 at 2:42 PM
Seems the issue is linked to AbstractADWindowContent.onTreeNavigate The adTabbox.getSelectedGridTab() retrieves the "master" tab and not the tab with the tree
Hi,
Open the Account Element window.
Let the "Element value" tab in detail position (bottom of the window).
When clicking on a tree item, the grid is not updated. It's always the first line which is selected.
The behaviour is correct when the tab is opened in master.
Regards,
Nicolas