ShaBren / tkintertable

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

Problem with deleteRows when deleting all the rows in table #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Let's say you have a TableModel called tableModel with 10 rows:
-call tableModel.deleteRows(0,10)
or
- select all the rows with GUI and delete them through the popup dialog 
clicking on "Delete Row(s)"

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

I would expect the rows not to be visible anymore, but they are still visible, 
even if unresponsive to user action, like clicking on them.

What version of the product are you using? On what operating system?

tkintertable-1.1.2, Linux Mint 15 (Ubuntu 13.04)

Please provide any additional information below.

If new rows are inserted, the content of the table is displayed correctly.
The problem appears only if you delete all the rows, not just one or a subset 
of the total rows.

Original issue reported on code.google.com by fausto_z...@yahoo.it on 18 Mar 2014 at 8:18