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
F13096538: D21219.diff
Thu, Apr 25, 5:15 PM
F13084593: D21219.diff
Wed, Apr 24, 11:10 PM
Unknown Object (File)
Sun, Mar 31, 9:25 PM
Unknown Object (File)
Sun, Mar 31, 2:49 PM
Unknown Object (File)
Sun, Mar 31, 1:44 PM
Unknown Object (File)
Feb 1 2024, 1:22 AM
Unknown Object (File)
Dec 30 2023, 5:36 PM
Unknown Object (File)
Dec 27 2023, 1:23 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.