You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLick anywhere (except in the close surround to the input field) in each of the two panels in the output pane and they will "glow blue" (undoing the other one). Even clicking in the input field this will happen. BUT click close to the surround (exactly on the underline below the input for instance) and the event will not fire and the panel will not turn blue.
Browsers Affected
[X ] Chrome (Not tried any others)
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Description
Clicking on the small underline under the input somehow prevents its parent element receiving the
focusin
eventExpected outcome
Example shows the surrounding div change color because the selected class is added in the focusin event handler
Actual outcome
Clicking on a close surround (such as the small underline beneath the input doesn't cause the parents
focusin
event handler to fireLive Demo
https://stackblitz.com/edit/polymer-element-example-7fmjft
Steps to reproduce
CLick anywhere (except in the close surround to the input field) in each of the two panels in the output pane and they will "glow blue" (undoing the other one). Even clicking in the input field this will happen. BUT click close to the surround (exactly on the underline below the input for instance) and the event will not fire and the panel will not turn blue.
Browsers Affected
The text was updated successfully, but these errors were encountered: