- From: snianu <notifications@github.com>
- Date: Tue, 27 Jul 2021 18:16:37 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 July 2021 01:16:56 UTC
@snianu commented on this pull request. > @@ -131,7 +130,7 @@ <h2>The <dfn>VirtualKeyboard</dfn> Interface</h2> Call the system API to show the VK. </li> <li> - When the VK is shown by the system, fire {{VirtualKeyboard/ongeometrychange()}} event. + When the VK is shown by the system, the OS reports the bounding rectangle of the keyboard. Calculate the {{VirtualKeyboard/boundingRect}} which is the intersection of the keyboard rectangle reported by the OS and the layout viewport. Fire {{VirtualKeyboard/ongeometrychange()}} event to JS. Done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/pull/317#discussion_r677903166
Received on Wednesday, 28 July 2021 01:16:56 UTC