We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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のAiScriptによる投稿フォーム表示ボタン(postFormButton)、Playの"ノートで共有"メニューなどから投稿フォームを開こうとすると、画面にぼかしが掛かるのみで何も起こりません。 ブラウザのコンソールではエラーが出ているのが分かります。
投稿フォームが表示されれば、内容をコピーして他のサーバーに文章を持っていけます。 最低でもエラーメッセージが表示されるべきだと思います。
Related?: #13089
エラーが出るか、ログインが必要です( #5219 )、の画面を出す、或いは投稿フォームが出るが投稿は出来ない(コピーが出来るため、意味はある)
画面にぼかしが掛かる(投稿フォームが出るときの効果)だけ
ブラウザ側で Error: signin required TypeError: Cannot read properties of undefined (reading 'addEventListener')
Error: signin required
TypeError: Cannot read properties of undefined (reading 'addEventListener')
Summaryの通り
* Model and OS of the device(s): any * Browser: any * Server URL: https://misskey.niri.la/ * Misskey: 2024.5.0-kinel.3
* Installation Method or Hosting Service: * Misskey: * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💡 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
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: