Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
We have a zip file created with the ZipLibrary.
It is not possible to extract it with the "Compressed Folder Tools" tool from the "Windows Explorer" application, which is the default compress tool in Windows 8.
The result is an error saying that the zip file is invalid.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
2
Video (wmv) and Audio (wav) files aren't properly compressed. The zip file that the library creates is larger than the original media file.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The exception occurs when files larger than 1 GB are being added to ZipPackage
Completed
Last Updated: 22 Feb 2017 12:37 by Alex
In some cases the ZipArchive requires to use the Flush method for its stream. When the stream like the MS.Internal.InternalMemoryStream does not support it then it causes the NotSupportedException.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Bug Report
6
When you create a ZipPackage and then use the Add method to add a .dll file the created archive is corrupted.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Incorrect output when creating an archive from a json file (when the text in the file is too long).
Completed
Last Updated: 22 Feb 2017 12:37 by Jörg
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
4
When used to zip files which names contains special characters(such as swedish special characters) the filename is displayed with wrong encoding after unzipping the file.

The fix is available in our latest LIB release (v. 2015.1.0323).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When operation stream is created on top of the stream which doesn't support seeking the NullReferenceException is thrown from the constructor. There are other things which makes impossible using of the ZIP library on the stream which doesn't support seeking. We should fix these things.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
7
When certain files are added to ZipPackage IndexOutOfRangeException is thrown.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Add additional properties to the ZipPackageEntry that describe the creation date, the last modified date and etc.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Add a possibility to create a ZipPackage with a password associated with it.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
4
Ability to zip files bigger than 4 GB needed
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
7
Implement the "add file to existing archive" functionality
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Currently, when setting a style to a table/table cell the following syntax is imported properly
.tdborder{border: 1px solid black}
However, if the order of the properties is changed (solid 1px black), the style will not be interpreted.

The fix will be available in our latest LIB release (v. 2015.1.0323).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When a document, which contains TOC with visible tab leader, is exported to PDF, the tab leader is missing in the produced document.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Boby
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Add TableCell.TextDirection property.