Unplanned
Last Updated: 02 Sep 2020 08:36 by ADMIN
Abhilash Reddy
Created on: 02 Sep 2020 08:36
Type: Bug Report
2
When HtmlTextBox content is placed in nested block elements, the content is displaced vertically

When an HTML content is placed in nested block elements, it is displayed differently from the way the browser displays it.

For example, the following HTML:

<div><p>htmlTextBox1</p></div>

is vertically displaced compared to the same content when not wrapped in another block element:

<p>htmlTextBox1</p>

This image demonstrates the difference.

0 comments