﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
459	erasure of rows in btable.tcl	jgarcia	jgarcia	"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."	defect	closed	highest		Interface	head	critical	fixed		
