Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Tanya
Created on: 21 Oct 2015 10:21
Category: RichTextBox
Type: Bug Report
0
RichTextBox: HtmlFormatProvider: Importing CSS property set with '=' in style attribute throws NullReferenceException
This scenario is not valid according to the HTML specification, but exception shouldn't be thrown.

Steps to reproduce:
- Try to import the following HTML:

<html>
<body>
<p style="font-size = 9px">Simple Test</p>
</body>
</html>

Observed: A NullReferenceException is thrown.
0 comments