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
F14081336: D21219.diff
Fri, Nov 22, 7:19 PM
Unknown Object (File)
Oct 19 2024, 10:32 AM
Unknown Object (File)
Oct 17 2024, 12:41 PM
Unknown Object (File)
Oct 17 2024, 5:48 AM
Unknown Object (File)
Oct 15 2024, 6:27 AM
Unknown Object (File)
Oct 15 2024, 6:20 AM
Unknown Object (File)
Oct 2 2024, 1:51 AM
Unknown Object (File)
Sep 18 2024, 1:33 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.