Dan Beam
Dan Beam
/cc @tjsavage
@JanMiksovsky I think letting focus move would be fine for Chrome's use cases.
btw, Chrome's settings page (and most chrome:// URLs) no longer use `` but the native `` itself
@tjsavage Chrome's settings UI also wants this (i.e. designers like bettes have asked for this for a while)
@JanMiksovsky what @freshp86 said applies to all `paper-dropdown-menu` issues affected Chrome's Settings UI (which we both work on): https://github.com/PolymerElements/paper-dropdown-menu/issues/197#issuecomment-250269370
this is also affecting Chrome's settings UI https://bugs.chromium.org/p/chromium/issues/detail?id=700611 @notwaldorf
fwiw: we just used `white-space: nowrap;` in Chrome's download page
i don't know if `white-space: nowrap;` would be right for all users (i.e. what https://github.com/PolymerElements/paper-menu-button/pull/102 is doing) maybe we should just fix this on our end if there's not a...