Open alvarezguille opened 6 years ago
It can't be reproduced in user and product CRUD which create the dialog in different way
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
Can be reproduced in bakery-flow.demo.vaadin.com in IE11. Open one order, and start navigating through fields with
tab
key