Dialog with Grid throws error

I’m using Business starter app vaadin v 14.3.7. My application tries show a Dialog which contains a grid. I’ve two issues now.

  1. When the dialog window opens, I get error (TypeError) : Cannot read property ‘overlay’ of undefined vaadin. Not sure from where this is coming from
  2. The dialog window size setting is also not working. I tried fullSize, max(100%), max(800px). I can see these values in the dom parser but dialog window is still showing as shrinked.

Hi Srinivasa,

Can you report this issue in https://github.com/vaadin/vaadin-dialog/issues/new with an attached code snippet or a zipped project so that we can quickly see the problem?