Open rnair-tw opened 9 months ago
Considered a Normal bug and to prioritize this
Make note of all places the custom tooltips appear if outside create case dialogue
We remove from CreateCaseDialog component PaperProps
props from MUI Dialog. This solved our custom tooltip bug.
Here is the information on PaperProps and why it was used for Dialogs custom tooltip: 👇🏼
Adding a title in PaperProps would add a title attribute to the underlying Paper component in the DOM. The title attribute is standard HTML and is used to provide additional "tooltip" information. When the mouse moves over the element with a title attribute, a small box pops up with the description text.
Verified custom tooltips are removed from Hawaii (tooltips do not apply to NOIPM)
Create New Case
Case Details Page
Tags
Admin Portal
Data Export
User Story
As an intake specialist I only want to see tooltips that help me navigate the system better So that I do not get confused by unnecessary tooltips
Business Context:
The current tooltips in the system are not user friendly and pretty confusing. We therefore want to remove all the custom tool tips created in the system (leaving anything that it out of the box).
Example of existing behavior:
In Scope
Out of Scope
Open Questions
Mockups
Acceptance Criteria
Scenario: Given I am in any page in the Complaint Manager When I hover over any text, field, system dialog Then there should not be any custom tooltips that pop up
Scenario: Given When Then
Notes
Checklist
Kickoff
Deskcheck