When editing a comment and submitting the changes by using the ctrl+enter keyboard shortcut, the form itself is submitted instead of an AJAX call. As a result, the changes are not persisted.
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D8961 | rPc995e93bc1c3 Transactions - make ctrl + enter submit ajax-style | ||
D8952 | rP4e4a520b783e Transactions - fix edit submit URI |
Related Objects
Related Objects
- Duplicates Merged Here
- T4942: Ctrl+Enter closes box, but doesn't generate an edited comment in "Edit Comment"
Event Timeline
Comment Actions
Attached commit makes the form actually submit - pre-patch its not submitting to the proper URI and ends up being a page refresh.
Attached commit DOES NOT fix the non-ajaxing part. I'm going to poke at it for another ten minutes but its already pretty wonky in to my understanding so I expect to quit without having made progress.