Fix IME return key type when in Form Tag.
authorKarol Furmaniak <k.furmaniak@samsung.com>
Tue, 29 Apr 2014 12:58:09 +0000 (14:58 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitf76187e06f0e4d940febc6f73ce7726b54d4ec65
tree4441701e61f7cc9edb5625f4a6bba23d425388c2
parent9745b3de9702ba76f6e35c4e88182a4155acd28b
Fix IME return key type when in Form Tag.

Issue: CBBROWSER-90, CBBROWSER-91,
      CBWEBCORE-399

[Problem]: When input is in Form tag keyboard has wrong return key type.
           It should be "Go" key.
[Cause]: IME Efl context has no information if input has Form Tag.
[Solution]: Add IPC message when "In Form Tag" state is changed.

Change-Id: I435aab142777c02ceb6842eb4d8b1daf1d71a525
tizen_src/impl/browser/renderer_host/im_context_efl.cc
tizen_src/impl/browser/renderer_host/im_context_efl.h
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.h