Page MenuHomePhabricator

Fix rendering of comments deleted by editing
ClosedPublic

Authored by epriestley on Mar 14 2014, 3:12 PM.
Tags
None
Referenced Files
F13165194: D8533.diff
Tue, May 7, 5:12 AM
Unknown Object (File)
Fri, May 3, 2:37 AM
Unknown Object (File)
Tue, Apr 30, 12:10 AM
Unknown Object (File)
Tue, Apr 30, 12:10 AM
Unknown Object (File)
Tue, Apr 30, 12:10 AM
Unknown Object (File)
Mar 24 2024, 6:28 PM
Unknown Object (File)
Mar 23 2024, 11:56 PM
Unknown Object (File)
Mar 21 2024, 11:33 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).