Comment 3 for bug 1400372

Revision history for this message
Bill Filler (bfiller) wrote :

Seeing this issue a lot, not just on gmail. It's quite easy to reproduce. Just load a web page that has a text field and other content. Move cursor into the text field. Swipe the keyboard away. Then try to scroll the page.

Expected result:
- I can start scrolling the page without the keyboard popping back up

Actual result:
- As soon as scrolling starts, the keyboard re-appears.

Seems like the problem is we are not releasing focus correctly on the field when we close the keyboard so that when scrolling starts it thinks it has a new focus event.