Details
-
Bug
-
Resolution: Out of scope
-
P5: Not important
-
4.4.1
-
None
Description
To reproduce:
- create a HTML file with the following content:
<html>
Some text above the line.
<hr />
Some text below the line.
</html>
- open the file in the demos/textedit example
- click on the horizontal line, the text cursor will go to the beginning of it
- press RETURN, a duplicate line will be created
- type in some characters, the line in the selected block goes invisible
- press RETURN again, the line above will reappear below the typed characters and
another duplicate line will appear