googlearchive / paper-dialog

A dialog à la Material Design
19 stars 16 forks source link

Opening multiple dialogs that have the "modal" attribute throws an error #60

Open aabluedragon opened 8 years ago

aabluedragon commented 8 years ago

And the output from webstorm is:

Uncaught RangeError: Maximum call stack size exceeded.    paper-dialog-behavior.html:215
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:215
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:213
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:215
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:213
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:215
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:213
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:215
  Polymer.PaperDialogBehaviorImpl._onFocus  paper-dialog-behavior.html:213
patrinhani-ciandt commented 8 years ago

:+1:

christophbuehler commented 8 years ago

I have the same issue.

fearlessbryan commented 8 years ago

I also have this issue.

nawafnaim commented 8 years ago

I see the same error running dart code.