Completed
Last Updated: 23 Apr 2014 12:56 by Jesse Dyck
ADMIN
Paul
Created on: 25 Jul 2013 09:10
Category:
Type: Bug Report
2
FIX. RadRichTextBox when importing from HTML margins get omitted
If a file is exported from RadRichTextBox to HTML format margins are saved correctly, but when it has to be imported the margins are omitted and zero values are assumed.
1 comment
Jesse Dyck
Posted on: 26 Jul 2013 17:55
This issue is caused by the margin style properties being parsed as doubles but the code expecting them to be floats and defaulting back to 0. I have patched the code to simply cast double to float instead of defaulting to 0.

Is there somewhere it would b