Page MenuHomePhabricator

Fix rendering of comments deleted by editing
ClosedPublic

Authored by epriestley on Mar 14 2014, 3:12 PM.
Tags
None
Referenced Files
F15698868: D8533.id20256.diff
Wed, May 28, 3:16 PM
F15691742: D8533.id20242.diff
Wed, May 28, 3:57 AM
F15691100: D8533.id20256.diff
Wed, May 28, 2:25 AM
F15691067: D8533.id20242.diff
Wed, May 28, 2:21 AM
Unknown Object (File)
Fri, May 9, 6:37 AM
Unknown Object (File)
Thu, May 8, 7:25 AM
Unknown Object (File)
Thu, May 8, 7:25 AM
Unknown Object (File)
Wed, May 7, 7:28 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
Branch
rmcomment
Lint
Lint Passed
Unit
No Test Coverage

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).