]
Jozef Marko commented on DROOLS-3895:
-------------------------------------
During review of this was spotted
[DMN Designer] TextAreas can no longer be multi-line
----------------------------------------------------
Key: DROOLS-3895
URL:
https://issues.jboss.org/browse/DROOLS-3895
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.20.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
Priority: Major
Labels: drools-tools
{{TextAreaSingletonDOMElementFactory}} extends {{BaseSingletonDOMElementFactory}} that
attaches a {{KeyDownHandlerCommon}} handler.
This handler intercepts {{KeyCodes.KEY_ENTER}} that flushes the content of the editor.
The {{KeyDownHandlerCommon}} handler should not respond to {{KeyCodes.KEY_ENTER}} for
{{TextAreas}}.
h2. Accetance criteria
User can put multiline for
- Literal expression (/)
- Context (/)
- Relation (/)
- Invocation (/)
- Function (/)
- Decision Table (/)