Page MenuHomePhabricator

When cancelling an unsaved editing inline after a reload, don't cancel into an empty state
ClosedPublic

Authored by epriestley on May 4 2020, 9:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 7:14 PM
Unknown Object (File)
Thu, Aug 13, 7:14 PM
Unknown Object (File)
Jun 30 2026, 3:48 PM
Unknown Object (File)
Apr 16 2026, 10:31 PM
Unknown Object (File)
Apr 16 2026, 4:38 PM
Unknown Object (File)
Apr 16 2026, 9:52 AM
Unknown Object (File)
Apr 2 2026, 11:36 PM
Unknown Object (File)
Apr 2 2026, 11:36 PM
Subscribers
None

Details

Summary

Ref T13513. Overloading "original text" to get "edit-on-load" comments into the right state has some undesirable side effects.

Instead, provide the text when the editor opens. This fixes a cancel interaction.

Test Plan
  • Create an inline, type text, don't save.
  • Reload page.
  • Cancel.
  • Before: cancelled into empty state.
  • After: cancelled into deleted+undo state.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 4 2020, 10:20 PM
This revision was automatically updated to reflect the committed changes.