New lines are inserted in message text-box when press CTRL+M in Chatter.
authorRyuan Choi <ryuan.choi@samsung.com>
Fri, 4 Oct 2013 05:06:59 +0000 (14:06 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Fri, 4 Oct 2013 05:10:11 +0000 (14:10 +0900)
commitbc13101cc229f4050b699382c2e093cda963308c
treedfc30dd0b89acaa5f3361a577e9462e7b04af363
parentb88a18aba744bb9e542a5474008ad16e4601d213
New lines are inserted in message text-box when press CTRL+M in Chatter.

[Title] New lines are inserted in message text-box when press CTRL+M in Chatter.
[Issue#] N_SE-52737
[Problem] Linux generate \r for Ctrl + M and it was translated to newline in webkit.
[Cause] This behavior is not clear on all browsers.
[Solution] Removed translation

Change-Id: I698261d14a5f9c72af2b21f9eec046bc2937ef1a
Source/WebCore/platform/efl/EflKeyboardUtilities.cpp