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.
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