https://bugs.kde.org/show_bug.cgi?id=367549
Ragnar Thomsen <rthoms...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/ark/ | |bb9ede753623f7d3958f7a78985 | |bb4142fbc0bb0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Version Fixed In| |16.08.2 --- Comment #3 from Ragnar Thomsen <rthoms...@gmail.com> --- Git commit bb9ede753623f7d3958f7a78985bb4142fbc0bb0 by Ragnar Thomsen. Committed on 01/10/2016 at 19:24. Pushed by rthomsen into branch 'Applications/16.08'. Fix drag-and-drop extraction of parentless files In some archives parent folders of some files might not be part of the archive themselves, i.e. the archive does not contain separate entries for them. In this case ArchiveModel creates ArchiveDirNodes for the folders. However, the FileName and InternalID properties of these folders do not get a trailing slash. This results in faulty root nodes leading to e.g. broken drag-n-drop extraction of files within these folders. This diff simply appends a traling slash to the properties in ArchiveModel::parentFor(). FIXED-IN: 16.08.2 Differential Revision: D2909 M +1 -1 part/archivemodel.cpp http://commits.kde.org/ark/bb9ede753623f7d3958f7a78985bb4142fbc0bb0 -- You are receiving this mail because: You are watching all bug changes.