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)
Tue, Dec 17, 9:52 AM
Unknown Object (File)
Tue, Dec 17, 4:28 AM
Unknown Object (File)
Mon, Dec 16, 5:52 AM
Unknown Object (File)
Thu, Dec 12, 10:27 PM
Unknown Object (File)
Thu, Dec 12, 5:27 PM
Unknown Object (File)
Nov 23 2024, 12:25 AM
Unknown Object (File)
Nov 22 2024, 7:19 PM
Unknown Object (File)
Oct 19 2024, 10:32 AM
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.