Aman-Mittal opened a new issue, #384: URL: https://github.com/apache/fineract-backoffice-ui/issues/384
### What happened <img width="1363" height="663" alt="Image" src="https://github.com/user-attachments/assets/dd98955b-c656-4e34-9a73-b70ec15d7b99" /> The custom matTooltip used in the Fineract Backoffice UI does not disappear as expected after the user moves focus or interacts with another element. In the login screen, the tooltip associated with the API Endpoint field remains visible even after the interaction has changed. Multiple tooltips can also remain displayed simultaneously, resulting in overlapping tooltip messages. Expected Behavior The tooltip should disappear when the triggering element is no longer hovered/focused or when the tooltip's configured dismissal condition is met. Only the tooltip associated with the currently active/triggered element should remain visible. Actual Behavior The tooltip remains visible after the user moves away from the triggering element. This can result in multiple tooltips being displayed simultaneously and overlapping the login form, as shown in the attached screenshot. ### Steps to reproduce Open the Fineract Backoffice UI login page. Navigate to the login form. Hover over or focus on the information/help icon associated with API Endpoint. Observe that the custom tooltip is displayed. Move the mouse/focus away from the icon or interact with another field, such as Tenant Identifier. Observe that the previously displayed tooltip does not disappear as expected. Repeat the interaction with another tooltip. ### Screen or route _No response_ ### Browser console and network errors ```text ``` ### Which backend The public Mifos community sandbox ### Fineract version _No response_ ### Browser and version _No response_ ### Before submitting - [x] I searched existing issues for this. - [x] This is a bug in the UI, not in the Fineract platform. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
