-
Notifications
You must be signed in to change notification settings - Fork 655
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
削除モーダルのダブルクリックをpointer-event:none で回避 #5971
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## 4.3 #5971 +/- ##
============================================
+ Coverage 82.45% 82.52% +0.06%
Complexity 6465 6465
============================================
Files 477 477
Lines 25946 25946
============================================
+ Hits 21394 21412 +18
+ Misses 4552 4534 -18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
実装方法の修正から必要ですので、4.2.2のスコープから外します。 |
@cajiya-nakamura |
コメントと最新化を行いました。 |
動作確認済みです。 |
概要(Overview・Refs Issue)
以下ISSUEの対策です。
削除モーダルでダブルクリックで「ページがみつかりません。」画面に遷移する #5922
方針(Policy)
a[token-for-anchor]
を押下されるとJavaScriptでform
を作成してPOSTする仕様になっていて、aタグにdisable属性を付与しても駄目(form生成&postしてしまう)だったので、cssで
pointer-event:none;
しています。実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目