[Webkit-unassigned] [Bug 40518] New: [GTK] String can be entered in two <input> elements during Hangul character composition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 12 01:10:37 PDT 2010


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

           Summary: [GTK] String can be entered in two <input> elements
                    during Hangul character composition
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.google.com/advanced_search?hl=en
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joone at kldp.org


1. Go to http://www.google.com/advanced_search?hl=en
2. Enter 가 in the "all these words:" <input> element (still preedit state)
3. Move focus to the "this exact wording or phrase:" <input> element by mouse down
4. Composition string is also entered to the "this exact wording or phrase:" <input> element

When we are in the middle of Hangul composition in the current focused <input> element, if we select another <input> element, the composition string is also entered to the newly focused <input> element.

Currently, IME commit signal is emitted after a mouse down signal so we need to filter IME commit signal when the focused node is changed.

-- 
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