Removing text with an inline comment, should cause the comment to be deleted in mobile
Environment
Confluence Mobile
Steps to Reproduce
- Create an inline comment
- Delete the text that the comment was highlighting
- 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
https://product-fabric.atlassian.net/browse/WS-3512