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, Jun 5, 4:53 PM
Unknown Object (File)
Jun 2 2025, 10:43 AM
Unknown Object (File)
Jun 1 2025, 9:30 PM
Unknown Object (File)
May 31 2025, 4:35 PM
Unknown Object (File)
May 7 2025, 8:53 PM
Unknown Object (File)
Apr 30 2025, 4:41 PM
Unknown Object (File)
Apr 6 2025, 11:38 PM
Unknown Object (File)
Apr 2 2025, 12:47 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
Branch
focus3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 24349
Build 33544: Run Core Tests
Build 33543: arc lint + arc unit

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.