Page MenuHomePhabricator

Submitting comment edits with ctrl+enter doesn't ajax
Closed, ResolvedPublic

Description

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.

Event Timeline

michiel3 raised the priority of this task from to Normal.
michiel3 updated the task description. (Show Details)
michiel3 added a project: Maniphest.
michiel3 added a subscriber: michiel3.
michiel3 raised the priority of this task from Normal to Needs Triage.Apr 6 2014, 7:04 PM

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.