Submitted by Armando on 2009/10/21 20:02
I just -- again -- accidently erased data in many items (125). (Recovered everything thanks to the IQ's automatic backup, fortunately.)
 
This happened because of :
 
1- mantis issue 426 :
 
I clicked in the filter box of a grid that was "tiled" beside the one I was working in, got some misleading feedback that focus was where I clicked and... pasted...
 
Well, as described in the mantis issue, focus wasn't in the textbox but on the item field because this is where I left it before -- so it jumped there "from the filter text box".
 
In general, I think that when one clicks in an inactive tiled grid (whether it's in the filter text box or in the grid itself) it should set the focus there, ready to edit (important point).
 
Not some kind of intermediary focus state where pasting will paste in the item field or any other previously selected field, and typing [space] will sometimes check some random Y/N field (happened a lot today, it's an easy mistake to be done, and it happens silently which is pretty dangerous.)
 
[If you need a screen capture to see what I mean I'll provide it]
 
2-  there's no warning when a user pastes data in several selected fields... It just pastes the data. And since there's no undo for that kind of action it's just... gone. One must rely on the latest backup to repair the mistake. IMO, it should be like entering data from the properties pane : if the modification will be applied to several items, a confirmation dialog should appear.
 

Comments

All of which begs the question: should the BARE minimum be having a reliable multi-level un-do function?
 
--
Jan Rifkinson
Ridgefield CT USA
HP Blackbird Vista Ultimate SP-2

Armando

2009/10/22 10:29

In reply to by jan_rifkinson

Yes...
Approximately once or twice a week a real undo function would've saved me lots of time. Because... stuff happens.

jan_rifkinson

2009/10/22 13:32

In reply to by Armando

Pierre, maybe undo is a priority for many people as stuff happens to most of us at one time or another. What do you think?
 
--
Jan Rifkinson
Ridgefield CT USA
HP Blackbird Vista Ultimate SP-2

I was able to reproduce the problem. 2 changes  were made:
  1. No longer need to click twice to move focus to the source box (or other non-grid UI element)
  2. If pasting some content to more than 1 cell (i.e. more than one cell is selected), a dialog appears to confirm the action
 
Regarding the full-featured undo... I hear you loud and clear... it isn't obvious to implement as changes are committed to the database, as IQ is also multi-user, etc.
 
 

Armando

2009/10/26 14:02

In reply to by Pierre_Admin

[quote=Pierre_Admin]
I was able to reproduce the problem. 2 changes  were made:
  1. No longer need to click twice to move focus to the source box (or other non-grid UI element)
  2. If pasting some content to more than 1 cell (i.e. more than one cell is selected), a dialog appears to confirm the action
 [/quote]
 
Thanks ! This should help avoiding disasters...