]
Jozef Marko updated DROOLS-3439:
--------------------------------
Issue Type: Enhancement (was: Bug)
Prevent selection of specific cells in Scenario Simulation
----------------------------------------------------------
Key: DROOLS-3439
URL:
https://issues.jboss.org/browse/DROOLS-3439
Project: Drools
Issue Type: Enhancement
Components: Scenario Simulation and Testing
Affects Versions: 7.16.0.Final
Reporter: Jozef Marko
Assignee: Jozef Marko
Priority: Major
Labels: drools-tools
User is able to edit grid cell by pressing an enter. Currently the edit mode is cancelled
by *Shift + Tab* combination. We have to change this to:
- *Tab* for cancel edit mode and *store* the value
- *Esc* for cancel edit mode and *discard* the value
This defect is caused by keyboard shortcuts implemented as part of DROOLS-2932.