Skip to content
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

[frontend] MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる #9998

Closed
hapo31 opened this issue Feb 19, 2023 · 2 comments
Labels
⚠️bug? This might be a bug

Comments

@hapo31
Copy link
Contributor

hapo31 commented Feb 19, 2023

💡 Summary

個別にノートの詳細を表示する画面( /notes/${noteId} )とデッキモード時に、ノートに以下のように全体の座標を大きく変えるようなMFMを指定したとき、
フッターのボタンが押せなくなり、リアクションなどが出来なくなることがある。 (※この画面だけ)

※追記
デッキモードでも再現した。

$[position.y=10 $[fg.color=0cf $[x2 **ブルー**]]$[fg.color=fff $[x2 **アーカイブ** ]]
$[position.x=7,y=-4.5 $[fg.color=fff  $[x3 $[rotate.deg=117 C ]]]]
$[position.x=7.5,y=-10.5 $[fg.color=0cf $[x3 $[rotate.deg=20 ー]]]]
$[fg.color=0cf $[position.x=6.4,y=-16.5 $[x4 $[rotate.deg=110 ー]]]]
$[position.x=10,y=-19 $[fg.color=fff BlueArchive]]]

再現 url
https://misskey.io/notes/9bcamd63fv

スクリーンショット
image

🥰 Expected Behavior

リアクションなどが押せる

🤬 Actual Behavior

リアクションなどが押せない・・・

📝 Steps to Reproduce

  1. 以下のクラスのスタイルに overflow: clip; を当てる

  2. PR は以下
    fix: #9998 MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる #9999

📌 Environment

Misskey version: 13.6.1
Your OS: Windows11
Your browser: Firefox 110.0 (64 ビット)

@hapo31 hapo31 added the ⚠️bug? This might be a bug label Feb 19, 2023
@CyberRex0
Copy link
Contributor

duplicate of #9731 ?

@hapo31 hapo31 changed the title [frontend] MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる [frontend] MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる Feb 19, 2023
@saschanaz
Copy link
Member

image

https://misskey.io/notes/9c74fqk1rf

アバターも押せなくなるし詐称はまずい気がします

@syuilo syuilo closed this as completed in dffefda Apr 13, 2023
na2na-p pushed a commit to na2na-p/misskey that referenced this issue May 10, 2023
…のボタンが押せなくなる (misskey-dev#9999)

* fix(client): add `overflow: clip;`

* fix(client): add `overflow: clip;`

* Revert "fix(client): add `overflow: clip;`"

This reverts commit c43226a.

Revert "fix(client): add `overflow: clip;`"

This reverts commit c722515.

* feat(client): add z-index to .footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

No branches or pull requests

3 participants