Page MenuHomePhabricator

Fix rendering of comments deleted by editing
ClosedPublic

Authored by epriestley on Mar 14 2014, 3:12 PM.
Tags
None
Referenced Files
F14061486: D8533.diff
Mon, Nov 18, 6:45 AM
F14035875: D8533.id20242.diff
Sun, Nov 10, 7:51 AM
F14033147: D8533.diff
Sat, Nov 9, 4:53 PM
F14013421: D8533.id20242.diff
Sat, Nov 2, 6:53 AM
F14004205: D8533.id20242.diff
Sat, Oct 26, 5:07 PM
F13963750: D8533.diff
Oct 15 2024, 5:40 PM
Unknown Object (File)
Oct 11 2024, 4:25 AM
Unknown Object (File)
Oct 6 2024, 6:57 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).