Please provide a reproduction of the bug in a codepen:
https://codepen.io/danschDE/pen/VEZjNO
Bug Report
Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, if needed)
Requested priority: (Normal)
Describe the issue:
Focus/blur events from the browser seem not to reach components (SearchBox,InputField,etc) added to a layered component (eg. Panel).
Actual behavior:
Once one component loses the focus (onBlur), attached listeners are not triggered (eg. SearchBox animation not played - all browsers). On Firefox (latest) text cursor also disappears even if the component owns the focus.
Expected behavior:
In the codepen:
Eg. the SearchBox should play its animation once the focus moves to the TextField.