-
Notifications
You must be signed in to change notification settings - Fork 80
Tooltip does not open while pointer is moving #6278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
4 - verified
Issues that have been tested, confirmed as mitigated, and are ready to close.
ArcGIS Field Apps
Issues logged by ArcGIS Field Apps team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
regression
Issues that are caused by changes in a release, but were working before that.
research
Issues that require more in-depth research or multiple team members to resolve or make decision.
Milestone
Comments
Research next steps with the pointer movement and with how the Some considerations during research:
|
4 tasks
driskull
added a commit
that referenced
this issue
Apr 26, 2023
driskull
added a commit
that referenced
this issue
Apr 29, 2023
**Related Issue:** #6278 #6615 #6785 ## Summary - Only clears the hovering timeout for toggling a tooltip when: - An active tooltip is being hovered. - An active tooltip exists and a tooltip reference element is not being hovered. - This means a newly hovered tooltip can be opened without having to stop moving the mouse. - Had to make some adjustments for clicked tooltips when `closeOnClick` is true. - Cleanup some code - Adds test
Installed and assigned for verification. |
Verified in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been tested, confirmed as mitigated, and are ready to close.
ArcGIS Field Apps
Issues logged by ArcGIS Field Apps team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
p - high
Issue should be addressed in the current milestone, impacts component or core functionality
regression
Issues that are caused by changes in a release, but were working before that.
research
Issues that require more in-depth research or multiple team members to resolve or make decision.
Actual Behavior
An element's tooltip does not start to open until the user stops moving the pointer over the reference element.
Expected Behavior
An element's tooltip starts to open when the user first moves the pointer onto the reference element.
Reproduction Sample
https://codepen.io/nwhittaker-esri/pen/YzjVoMK
Reproduction Steps
Reproduction Version
next.702
Relevant Info
I suspect the issue was actually introduced in
next.701
(possibly #6119), but that release's build doesn't appear to reflect those changes for some reason.Regression?
beta.99
Impact
Tooltips open at inconsistent points in time.
Esri team
ArcGIS Field Apps
The text was updated successfully, but these errors were encountered: