Completed
Last Updated: 20 Oct 2014 14:34 by Kishore
Kishore
Created on: 02 Oct 2014 16:01
Category: RichTextEditor
Type: Bug Report
0
FIX. RichTextEditor - Index was out of range exception when inserting table
Steps:
1) Launch the RichTextEditor
2) Clear the existing contents or open a new file (using File-> New)
3) Insert a table of any dimensions for ex: 2x2
4) Delete the above added table
5) Now try to insert a new table of any dimensions (For ex: 2x2)
6) You will get the following exception when you run the project using vs2010
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
7) In the demo application , you will see a Form1 error pop up opens up and makes the RichTextEditor completely blank
0 comments