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

非ログイン時にPlayの投稿フォーム表示ボタンなどを押した際、ログイン案内やエラーメッセージは表示されず、画面にぼかしが掛かるだけになる #14175

Closed
1 task
Sayamame-beans opened this issue Jul 10, 2024 · 0 comments · Fixed by #13089
Labels
🐛Bug Unexpected behavior packages/frontend Client side specific issue/PR

Comments

@Sayamame-beans
Copy link
Member

Sayamame-beans commented Jul 10, 2024

💡 Summary

ログインしていない状態で、チャンネルの投稿フォーム表示ボタン、PlayのAiScriptによる投稿フォーム表示ボタン(postFormButton)、Playの"ノートで共有"メニューなどから投稿フォームを開こうとすると、画面にぼかしが掛かるのみで何も起こりません。
ブラウザのコンソールではエラーが出ているのが分かります。

投稿フォームが表示されれば、内容をコピーして他のサーバーに文章を持っていけます。
最低でもエラーメッセージが表示されるべきだと思います。

Related?: #13089

🥰 Expected Behavior

エラーが出るか、ログインが必要です( #5219 )、の画面を出す、或いは投稿フォームが出るが投稿は出来ない(コピーが出来るため、意味はある)

🤬 Actual Behavior

画面にぼかしが掛かる(投稿フォームが出るときの効果)だけ

ブラウザ側で
Error: signin required
TypeError: Cannot read properties of undefined (reading 'addEventListener')

📝 Steps to Reproduce

Summaryの通り

💻 Frontend Environment

* Model and OS of the device(s): any
* Browser: any
* Server URL: https://misskey.niri.la/
* Misskey: 2024.5.0-kinel.3

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@Sayamame-beans Sayamame-beans added the ⚠️bug? This might be a bug label Jul 10, 2024
@KisaragiEffective KisaragiEffective added 🐛Bug Unexpected behavior packages/frontend Client side specific issue/PR and removed ⚠️bug? This might be a bug labels Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Unexpected behavior packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants