Bold, Italic and Underline Icons are bugged.
authorLukasz Krok <l.krok@samsung.com>
Tue, 17 Jun 2014 10:41:40 +0000 (12:41 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Issue: CBEFL-152 / CBWEBVIEW-852

Cause: _ewk_view_text_style_state_cb in email application was not executed on text input in order to
       make the rich text toolbar to become dimmed.
Solution: Query for selection style on text input state changed.

Change-Id: If7f8545a0d95d1c58a34dbdc75cc49714721e050

tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc

index d09a2850af870ac10560395ffe6723e1207e3b68..1a14df63a1cdebbe12dd2f1a751c4d5debab9def 100644 (file)
@@ -534,6 +534,7 @@ void RenderWidgetHostViewEfl::TextInputStateChanged(
 
   if (im_context_) {
     im_context_->UpdateInputMethodState(params.type);
+    web_view_->QuerySelectionStyle();
   }
 
   if (GetSelectionController()) {