Bug 417596 - Notify user if comment cannot be applied for any reason
Summary: Notify user if comment cannot be applied for any reason
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: information (show other bugs)
Version: 19.08.3
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-13 20:14 UTC by nammidd
Modified: 2020-02-15 10:12 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.