New issue
Advanced search Search tips

Issue 697457 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug

Blocking:
issue 404315



Sign in to add a comment

Inert OSK doesn't fire resize event

Project Member Reported by bokan@chromium.org, Mar 1 2017

Issue description

Chrome Version: 58.0.3026.5
OS: Android

What steps will reproduce the problem?
(1) Turn on the chrome://flags/#enable-osk-overscroll
(2) Go to http://bokand.github.io/keyboardtest.html
(3) Tap in the input box to show the OSK

What is the expected result?
A resize event should be fired (indicated by "Resize Fired" being added to the page)

What happens instead?
The window.innerHeight changes but no resize event is fired.
 

Comment 1 by bokan@chromium.org, Mar 8 2017

Status: WontFix (was: Assigned)
Actually, I this this is how it should behave. `resize` should occur only when the initial containing block is resized.

Sign in to add a comment