]
Michael Anstis updated DROOLS-3896:
-----------------------------------
Attachment: DROOLS-3896-1.png
DROOLS-3896-2.png
[DMN Designer] Editing a merged header cell positions editor at the
wrong location
----------------------------------------------------------------------------------
Key: DROOLS-3896
URL:
https://issues.jboss.org/browse/DROOLS-3896
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.20.0.Final
Reporter: Michael Anstis
Assignee: Jozef Marko
Priority: Major
Labels: drools-tools
Attachments: DROOLS-3896-1.png, DROOLS-3896-2.png
Double clicking the "Enter function" header cell shows an editor.
However depending on which column was double clicked the editor appears in the wrong
location.
{{CellContextUtilities.editSelectedCell(..)}} calls
{{ColumnIndexUtilities.findUiColumnIndex(..)}} that should find the start of a merged
block and therefore should probably call
{{ColumnIndexUtilities.getHeaderBlockStartColumnIndex(..)}} instead.