We were correctly invoking a didSyntheticSubmit event on the form, but nothing was listening to it. Re-jigger the workflow submit code a tad so an onsyntheticsubmit event handler can be written to fill this gap. Fixes T4669.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T4669: Submitting comment edits with ctrl+enter doesn't ajax
- Commits
- Restricted Diffusion Commit
rPc995e93bc1c3: Transactions - make ctrl + enter submit ajax-style
edited comments, submitting both via clicking the button and apple + enter LIKE A BOSS
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I poked at this for a bit but couldn't come up with anything cleaner, seems reasonable to me.