misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

fix(frontend): MkRangeのタッチ操作時にtooltipが複数重なって表示されないように #14548

Closed kakkokari-gtyih closed 2 weeks ago

kakkokari-gtyih commented 4 weeks ago

What

v-tooltipとos.popupの両方でツールチップを呼び出していたため、os.popup側だけに寄せた Cherry-picked from https://github.com/taiyme/misskey/pull/265

Why

Additional info (optional)

Checklist

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 45 lines in your changes missing coverage. Please review.

Project coverage is 19.43%. Comparing base (0c6d1ec) to head (c1e18bc). Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/components/MkRange.vue 0.00% 45 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14548 +/- ## ============================================ - Coverage 38.66% 19.43% -19.24% ============================================ Files 1541 714 -827 Lines 192612 101028 -91584 Branches 3253 986 -2267 ============================================ - Hits 74474 19634 -54840 + Misses 117576 80849 -36727 + Partials 562 545 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

syuilo commented 4 weeks ago

これだとマウスオーバーしたときに表示されなくならない?

kakkokari-gtyih commented 4 weeks ago

これだとマウスオーバーしたときに表示されなくならない?

ホバー時にも出るようにした

syuilo commented 2 weeks ago

🙏🏿