Unplanned
Last Updated: 25 Dec 2019 13:53 by ADMIN
Bob
Created on: 25 Dec 2019 13:50
Category: RichTextBox
Type: Bug Report
0
RichTextBox: HtmlFormatProvider: Padding value is imported incorrectly when shorthand property
Importing padding CSS style property with shorthand value produces an incorrect result. 
Example: 
Importing padding: 5px; style is imported as padding-top: 5px, padding-right: 0px, padding-bottom: 0px, padding-left: 0px

Padding syntax can be seen in the specification.

Workaround: Apply padding values for all four sides.
0 comments