Project

General

Profile

Bug #9100

Inconsistent Tooltip behavior for browse widget

Added by Paula Păstrăguș almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:

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.

Also available in: Atom PDF