-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Developに追従するとノート作成画面でカスタム絵文字を入力できない(385969e適用以降) #14188
Comments
強火 |
@kakkokari-gtyih |
①絵文字ピッカー・リアクションピッカーは常にDOM上で待機してる(このへんによるもの) ①+②=新しくダイアログが生成された時にDOM上で控えてた絵文字ピッカーに対してinertを当てる |
常時待機要素にinertが当たらないように、本当に表示されているかどうかでfocustrapを判断させていたはず |
けど、domを見る限り当たってしまってるので、その条件に漏れがありそう…? |
これどこか教えてほしいです |
Modalの326行目辺り |
あー解除しないといけないのか(できてなかったのか…) |
「自分自身」に対してはModalの制御で良いけど、他の要素に対してまでは及んでない認識 |
inertする要素の除外条件を増やした方が丸そうですかね(idふるなり、data-*で独自属性をつけて判定するなり) |
inertが既にかかっていた場合は解除する処理が必要そう |
#14189 を適用すると解消する |
@kanarikanaru |
💡 Summary
🥰 Expected Behavior
🤬 Actual Behavior
📝 Steps to Reproduce
💻 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: