[
https://issues.jboss.org/browse/DROOLS-2644?page=com.atlassian.jira.plugi...
]
Jozef Marko updated DROOLS-2644:
--------------------------------
Steps to Reproduce:
h3. Decision table
# Open expression editor
# Define top level as decision table
# Add one input (output) column
# Delete one input (output) column
## Notice width of the description column was increased
# Undo deletion of the column
## Notice deleted column was returned, however the width of the description column was not
decreased to original size
h3. Relation
# Open expression editor
# Define top level as relation
# Add two more columns
# Delete the middle one
## Notice width of the last column was increased
# Undo deletion of the column
## Notice deleted column was returned, however the width of the last column was not
decreased to original size
was:
h3. Decision table
# Open expression editor
# Define top level as decision table
# Add one input (output) column
# Delete one input (output) column
## Notice width of the description column was increased
# Undo deletion of the column
## Notice deleted column was returned, however the width of the description column was not
decreased to original size
h3. Relation
# Open expression editor
# Define top level as relation
# Add two more columns
# Delete the middle one
## Notice width of the last column was increased
# Undo deletion of the column
# Notice deleted column was returned, however the width of the last column was not
decreased to original size
[DMN Designer] Deletion of the column causes last column width
increase
-----------------------------------------------------------------------
Key: DROOLS-2644
URL:
https://issues.jboss.org/browse/DROOLS-2644
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.8.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Priority: Minor
If the user deletes * input / output column* of a decision table, then the width of the
*description* column is increased to preserve total width of decision table. The problem
is that when deletion of column is undone, the width of the *description* column is not
returned to the original size. This issue causes unexpected context grid width increase
during each *undone deletion of decision table input / output column*
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)