vaadin / full-stack-starter

Public repository for Full Stack Starter issues
https://vaadin.com/start
1 stars 0 forks source link

in bakery flow spring in storefront in IE it's possible to focus elements behind dialog #12

Open alvarezguille opened 6 years ago

alvarezguille commented 6 years ago

Can be reproduced in bakery-flow.demo.vaadin.com in IE11. Open one order, and start navigating through fields with tab key

alvarezguille commented 6 years ago

It can't be reproduced in user and product CRUD which create the dialog in different way

DiegoCardoso commented 6 years ago

The error origin is from one dependency of vaadin-overlay, which fails to read all elements if there's on SVGElement on the tree, because SVGElement#children returns undefined on IE11. An issue was filled with the details.

See https://github.com/PolymerElements/iron-overlay-behavior/issues/283