Completed
Last Updated: 22 Jun 2012 05:29 by ADMIN
ADMIN
Ivan Petrov
Created on: 22 Jun 2012 05:29
Category: UI Framework
Type: Bug Report
1
FIX. HTML-like Text formatting - Lists are rendered without the last list item.
Steps to reproduce:
1. Place a RadButton on a form
2. In the load event of the form set the text of the button to some list. For example:
<html><ul><li>list item 1</li><li>list item 2</li><li>list item 3</li></ul></html>
3. Run the project and you'll see the last item is missing.
0 comments