Actions
Bug #9329
closedNewlines striped in textareas
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
-
Target version:
-
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the GUI, when editing a technique, all newlines in the textareas are stripped, even before saving.
The generated html looks like:
<textarea ng-model="current.value" class="form-control textarea ng-pristine ng-valid"> </div>
</div>
</input:textarea>
</xml:group></textarea>
Therefore all techniques using textareas will be corrupted when edited.
Rudder 3.2.8, all techniques versions (including old versions)
Chrome 53.0.2785.143
Actions