Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Aylin
Created on: 03 Feb 2016 12:48
Category: RichTextBox
Type: Bug Report
2
RichTextBox: Span placed in <a> tag is not imported from HTML if 'href' and 'name' attributes are missing
When a span or text is placed in <a> tag, but 'href' and 'name' attributes are missing, then the span/text is not imported from the HTML document.

Workaround: preprocess the HTML and add the 'href' attribute to all <a> elements.

Steps to reproduce:
1. Import the following HTML:

<html>
	<body>
		<a target="_blank">Some text</a>
	</body>
</html>

Expected: The hyperlink "Some text" is imported in the document.
Actual: The span "Some text" is not imported.
0 comments