Expected outcome
The button is not focused.
Actual outcome
The button is focused.
Live Demo
https://jab.github.io/paper-behaviors-issue-80/
source: https://github.com/jab/paper-behaviors-issue-80/
Steps to reproduce
- Open the live demo in Chrome for Android or iOS (does not reproduce in iOS Safari)
- Click the "go to page 2" link as directed
- Click the back button as directed
Browsers Affected
Hypothesis
Looking at https://github.com/PolymerElements/paper-behaviors/blob/fd8c137/paper-inky-focus-behavior.html#L26-L33, I think what's happening is that for some reason, the receivedFocusFromKeyboard param is getting passed in as true, even though the only user interactions have been taps (there's no keyboard in sight).
Screenshots
Chrome for iOS

Chrome for Android

Expected outcome
The button is not focused.
Actual outcome
The button is focused.
Live Demo
https://jab.github.io/paper-behaviors-issue-80/
source: https://github.com/jab/paper-behaviors-issue-80/
Steps to reproduce
Browsers Affected
Hypothesis
Looking at https://github.com/PolymerElements/paper-behaviors/blob/fd8c137/paper-inky-focus-behavior.html#L26-L33, I think what's happening is that for some reason, the
receivedFocusFromKeyboardparam is getting passed in astrue, even though the only user interactions have been taps (there's no keyboard in sight).Screenshots
Chrome for iOS
Chrome for Android