Unplanned
Last Updated: 26 Apr 2016 15:13 by ADMIN
ADMIN
Dimitar
Created on: 28 Oct 2013 02:32
Category: RichTextEditor
Type: Bug Report
1
FIX. RadRichTextEditor - when the tab key is pressed and the caret is in front of hyperlink/paragraph the following lines are moved too.
To reproduce:
- Insert the following HTML vide the HtmlFormatProvider: "<!DOCTYPE html><html><head><title>test</title> <body><span >Hello,</span><p ><span >Kind regards,</span></p> <br /> <span >Test</span><p><a href=\"#\"><span>Hyperlink</span></a><span ><br /></span><span >test: 0</span><span ><br /></span><span>Test</span><span  </span></p></body></html>"

- Start the application place the caret in front of the link and press the tab key, you will notice that the text below the link is also moved.

This behavior is also observed when the text box contains plain text or a imported rtf, just move the caret at the top left corner, in front of all text and press Tab. 
0 comments