[Rt-commit] rt branch, 4.4/ticket-enter-submit, repushed
Shawn Moore
shawn at bestpractical.com
Thu Sep 21 15:51:59 EDT 2017
The branch 4.4/ticket-enter-submit was deleted and repushed:
was ff398b2fb7e253860e3441f9e6b49a87d0fc509d
now be3c6749ba5f3ac12d0aa8f6e5d32bfb46f39141
1: ff398b2 ! 1: be3c674 Suppress enter-keystroke form submission behavior on ticket create/reply
@@ -3,7 +3,11 @@
Suppress enter-keystroke form submission behavior on ticket create/reply
This is too easy to trigger accidentally, especially when navigating
- autocomplete results.
+ autocomplete results. This is especially relevant after we added the
+ drag and drop uploader in 4.4. Prior to 4.4, hitting enter would submit
+ the form by activating the "Add More Files" button, which of course was
+ harmless besides just reloading the page. Now in 4.4 it creates/updates
+ the ticket, which can certainly have irreversible effects.
Fixes: I#32632
More information about the rt-commit
mailing list