Could you try with the ComponentExplorer demo?
http://pivot.apache.org/demos/component-explorer.html

1) Expand the 'Tables' node in the left hand TreeView
2a) Select the 'TableView' node
2b) Attempt to replicate using CTRL+ALT+DELETE followed by 'cancel'
(This should help to determine if it still occurs in SINGLE select mode)

3a) Change the 'selectMode' property from 'SINGLE' to 'MULTI' in the
Properties Tab/form in the upper right corner of the app.
3b) Attempt to replicate using CTRL+ALT+DELETE followed by 'cancel'
(This should confirm that the issue can be replicated with this applet
and a TableView that is in MULTI select mode like the ones in
KitchenSink)


It would be great if you could keep an eye on the 'Event Log' Tab in
the lower left of the app, to see what ComponentKeyListener events and
ComponentMouseButtonListener events are fired.

There will be a lot of events shown, but many will not be relevant, so
the best thing would be to un-check most of the listeners in the Tree
that is part of the Event Log.
The ones that might provide useful info are
- ComponentKeyListener
- ComponentMouseButtonListener
- ComponentStateListener
- TableViewSelectionListener

Unfortunately, there is no built in mechanism to log the events to a
file, so even if you are able to do the above, it might be hard to
communicate what you see.   Recording a screen cast might also be
useful, but the CTRL+ALT+DELETE might well cause the software to stop
recording at the crucial time.

Reply via email to