ChrisAndre / tkintertable

Automatically exported from code.google.com/p/tkintertable
Other
0 stars 0 forks source link

Access violation. Double clicking records outside the list. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table with records
2. Have a window that's larger than the list of records so there is open area
3. Double click the area.
4. Exception occurs: list index of of range. name=self.reclist[rowindex]

What is the expected output? What do you see instead?

Nothing should happen when you double click somewhere without a row/column.

Original issue reported on code.google.com by cka...@gmail.com on 17 Nov 2014 at 5:57

GoogleCodeExporter commented 9 years ago
My mistake, this is a duplicate of an already posted bug.

Original comment by cka...@gmail.com on 17 Nov 2014 at 6:20