[Webkit-unassigned] [Bug 62539] New: [EFL] Input method hints not updated while clicking non-input field editable area

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 05:29:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62539

           Summary: [EFL] Input method hints not updated while clicking
                    non-input field editable area
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://24ways.org/examples/have-a-field-day-with-html5
                    -forms/24ways-form.html
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Overview:
On some pages input method hints are not updated while focus is changed from editable area with input tags to other which are does not have input tag i.e. textarea

When input method hints are set by ewk_view_input_method_state_set current input method priv->imh is being reset after an if condition. One of its conditions is that a focused node has to have tag name input. There may be editable areas i.e. textarea are which does not have input tag, and hints remain unchanged.

Steps to reproduce:
Go to http://24ways.org/examples/have-a-field-day-with-html5-forms/24ways-form.html, click on the one of input fields - input method hints should change respectively of an input type. Then click on Address area.

Actual result:
Input method hint remains unchanged

Expected result:
Input method hint should be reset to 0.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list