GitHub user ludop-usharesoft opened a pull request:
https://github.com/apache/brooklyn-ui/pull/81
Fix firefox multi-lines issue in configuration text-area
Fix firefox multi-lines issue in configuration text-area in the blueprint
composer
- replace white-space "nowrap" by "pre" otherwise firefox doesn't display
new lines
- handle shift+enter (in addition to ctrl+enter and option+enter) to create
a new line
- avoid javascript error when the input is empty and new line is inserted
Signed-off-by: Ludovic Plantin <[email protected]>
Signed-off-by: Ludovic Plantin <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/usharesoft/brooklyn-ui firefox-multiline
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/81.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #81
----
commit df6b98ddc954cc41a31aad4f513c950a31530b79
Author: Ludovic Plantin <ludovic.plantin@...>
Date: 2018-10-09T14:02:19Z
Correct firefox multi-lines issue on configuration text-area in the
blueprint composer
- replace white-space "nowrap" by "pre" otherwise firefox doesn't display
new lines
- handle shift+enter (in addition to ctrl+enter and option+enter) to create
a new line
- avoid javascript error when the input is empty and new line is inserted
Signed-off-by: Ludovic Plantin <[email protected]>
----
---