close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

#459 closed defect (fixed)

erasure of rows in btable.tcl

Reported by: jgarcia Owned by: jgarcia
Priority: highest Milestone:
Component: Interface Version: head
Severity: critical Keywords:
Cc:

Description

Hi guys

I have a critical problem with rows delete table. I mean, Originally the erasure was programmed to erase from the first row selected to the last selected row, independently of the possible selections between this interval.

It's wrong because if I have a table with six rows, for example, and I select rows 1,3,5 the action that I hope that it is made when trying to erase rows is delete those rows (1,3,5).

I made a change in the file (btable.tcl) so that the list of indices of rows was crossed to erase and made the erasure of these indices but btable, in this case, flock the selected rows of incorrect form.

This supposes a critical problem in the case of our project because if the user is seeing rows in a table and wants to erase his selection the erasure does not adjust to the selected values.

Change History (2)

comment:1 Changed 18 years ago by azamorano

Owner: changed from azamorano to jgarcia

comment:2 Changed 18 years ago by jgarcia

Resolution: fixed
Status: newclosed

it was a problem with indexing table due to sequencial delete.

Note: See TracTickets for help on using tickets.