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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.