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)
Mar 24 2024, 6:28 PM
Unknown Object (File)
Mar 23 2024, 11:56 PM
Unknown Object (File)
Mar 21 2024, 11:33 AM
Unknown Object (File)
Feb 16 2024, 9:35 AM
Unknown Object (File)
Feb 11 2024, 5:40 AM
Unknown Object (File)
Jan 24 2024, 8:04 PM
Unknown Object (File)
Jan 24 2024, 2:31 PM
Unknown Object (File)
Jan 24 2024, 2:30 PM
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).