Bug 417596

Summary: Notify user if comment cannot be applied for any reason
Product: [Applications] dolphin Reporter: nammidd
Component: panels: informationAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: CONFIRMED ---    
Severity: minor CC: kfm-devel, nate, tagwerk19
Priority: NOR    
Version: 19.08.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description nammidd 2020-02-13 20:14:22 UTC
SUMMARY
When adding a comment for a file, the comment will not be recorded if the added text is larger than the file system allocating space for extended attributes. An returned error must be displayed.

STEPS TO REPRODUCE
Add a big comment for a file (bigger than 4kb for ext4)

OBSERVED RESULT
Comment seems added, but its not.
Comment 1 nammidd 2020-02-15 10:12:04 UTC
By the way, it is unlikely, but any entry in the extended attributes (such as tags or rating) can cause an error if there is not enough space, so any entry should be notified of the error, or carry out a check before an error idk.