googlearchive / paper-toast

A lightweight feedback about an operation in a small popup at the base of the screen on mobile and at the lower left on desktop.
17 stars 8 forks source link

Toasts should not steal focus #8

Closed sparhami closed 10 years ago

sparhami commented 10 years ago

Toasts should not steal focus when shown. If a user has focus on some element (say an input box) and a toast is shown, then the user should still have focus on the input box.

Currently, it steals focus and dumps you back on when the toast hides.

frankiefu commented 10 years ago

need support from core-overlay: https://github.com/Polymer/core-overlay/issues/17