Bug #9100
Inconsistent Tooltip behavior for browse widget
0%
History
#2 Updated by Paula Păstrăguș almost 2 years ago
- Subject changed from Inconsistent Tooltip behaivior for browse widget to Inconsistent Tooltip behavior for browse widget
#3 Updated by Paula Păstrăguș almost 2 years ago
This task is meant to address the current issue with the browse widget, where tooltip fails to appear consistently.
The tooltip is linked to the parent component, BrowseGuiImpl. When the user hovers a column (managed by the BrowseColumnGuiImpl (the child component)) the tooltip does not display as expected, which causes a disruption in the user experience.
The issue appears to stem from a lack of proper event propagation between the child BrowseColumnGuiImpl and the parent BrowseGuiImpl components. To resolve this, the solution involves ensuring that events originating from the child component are correctly passed up to the parent widget. This adjustment will enable the tooltip to display consistently, regardless of where the user hovers within the browse widget.