-
Notifications
You must be signed in to change notification settings - Fork 141
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
fix(Tooltip): Tooltip trigger外に移動する際にtooltipを非表示にする #5219
base: master
Are you sure you want to change the base?
Conversation
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!ありがとうございます〜!
@daiHash VRTで差分が出てるので、確認してもらえると助かります! (hover時のVRTがなんらかの理由で有効になってないかもです) |
@Qs-F |
@Qs-F |
関連URL
https://smarthr.atlassian.net/browse/SHRUI-1209
概要
Dropdown menuを表示/非表示の操作のtrigger buttonなどにtooltipでラベル表示のためラップすると、menu内操作中でもtooltipが表示されたままになるので、tooltip trigger外に移動する際にはtooltipを非表示にする
変更内容
BEFORE - dropdown menu開いてTooltip trigger buttonから別の要素に移動するとtooltipが表示されたまま
Screen.Recording.2024-12-20.at.18.58.42.mov
Screen.Recording.2024-12-20.at.18.59.48.mov
AFTER- dropdown menu開いてTooltip trigger buttonから別の要素に移動するとtooltipが非表示になる
Screen.Recording.2024-12-20.at.18.54.25.mov
Screen.Recording.2024-12-20.at.18.53.35.mov
確認方法
ローカルでstorybookで確認できますが、dropdown menuのStoryにtooltipを追加する必要があります.
以下のcomponentのstoryに追加すると確認しやすいかと思います。こちらの問題がおきたプロダクト側ではinstallして検証済みです