[Bug 22093] New: Consider adding candidatewindowshow/update/hide events and getCandidateWindowClientRect()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22093

            Bug ID: 22093
           Summary: Consider adding candidatewindowshow/update/hide events
                    and getCandidateWindowClientRect()
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IME API
          Assignee: mike@w3.org
          Reporter: kochi@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

Add candidatewindow{show,update,hide} events on InputMethodContext
as described in
https://dvcs.w3.org/hg/ime-api/raw-file/tip/proposals/IMEProposal.html
as well as getCandidateWindowClientRect() for the API to be useful.

interface InputMethodContext : EventTarget {
    ...snip...
    ClientRect         getCandidateWindowClientRect ();
                attribute EventHandler  oncandidatewindowshow;
                attribute EventHandler  oncandidatewindowupdate;
                attribute EventHandler  oncandidatewindowhide;
};


The use case is to align/position search suggest UI dropdown when
candidate window UI appears.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 20 May 2013 03:50:24 UTC