Page MenuHomePhabricator

Fix rendering of comments deleted by editing
ClosedPublic

Authored by epriestley on Mar 14 2014, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 18, 1:47 AM
Unknown Object (File)
Mon, Feb 17, 11:54 AM
Unknown Object (File)
Mon, Feb 17, 11:54 AM
Unknown Object (File)
Jan 23 2025, 4:50 PM
Unknown Object (File)
Jan 20 2025, 4:48 AM
Unknown Object (File)
Jan 18 2025, 11:14 PM
Unknown Object (File)
Jan 18 2025, 7:58 AM
Unknown Object (File)
Jan 16 2025, 2:04 AM
Subscribers

Details

Summary

Fixes T4609. Steps are:

  • Make a comment.
  • Edit it.
  • Delete all the text.

We expect to see "This comment has been deleted." -- instead, things currently render goofy.

Root cause is that hasComment() means both "comment object exists" and "comment object is nonempty".

Test Plan

Screen_Shot_2014-03-14_at_8.07.39_AM.png (158×856 px, 22 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Fix rendering of comments deleted by editing.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 14 2014, 5:45 PM
epriestley updated this revision to Diff 20256.

Closed by commit rP48910537b939 (authored by @epriestley).