Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-66730

When an inline comment is deleted due to text being removed, the comment still appears in mobile

      Removing text with an inline comment, should cause the comment to be deleted in mobile

      Environment

      Confluence Mobile

      Steps to Reproduce

      1. Create an inline comment
      2. Delete the text that the comment was highlighting
      3. View in mobile

      Expected Results

      The comment should not be visible with the other comments

      Actual Results

      The comment is visible, and appears current.

      Notes

      I think this is due to the different status for resolved versus dangling. A comment that has been resolved due to text being deleted has a resolution as dangling. To make mobile consistent with the web, this comment should not appear with the other comments.

      extensions: {
         location: "inline",
         resolution: {
         status: "resolved"
         }
      }
      
      extensions: {
        location: "inline",
        resolution: {
          status: "dangling"
        }
      }
      

      Workaround

      Delete the comment with the rest api, there is no way in web or mobile for a customer to delete this dangling comment through the UI.

      cc ametcalfe

              b67662768652 Josh Stevens
              slancashire Steve Lancashire (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: