What steps will reproduce the problem?
- Create polymer element using paper-action-dialog
- Call the_dialog.toggle() (dialog appears)
- Call the_dialog.toggle() again (dialog dis-appears)
What is the expected output? What do you see instead?
I would expect no exceptions. Instead I get
"Current core-overlay is attempting to focus itself as next! (bug)"
and
Uncaught TypeError: Cannot read property 'removeChild' of null index.html:2102
Polymer.removeElement index.html:2102
Polymer.transitionend index.html:2529
(anonymous function) index.html:2788
b.fire polymer.min.js:13
Polymer.complete index.html:1986
(anonymous function) index.html:3037
listener index.html:2001
What version of the product are you using?
polymer: "0.15.5"
paper_elements: "0.6.1"
Dart SDK version 1.8.5
On what operating system?
Ubuntu 14.04.1 LTS
What browser (if applicable)?
Dartium, but seems to appear on other browsers too.
Please provide any additional information below.
After the exception, the dialog still works, but its size is wrong.
Bug also reported at https://code.google.com/p/dart/issues/detail?id=22281
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I would expect no exceptions. Instead I get
and
What version of the product are you using?
polymer: "0.15.5"
paper_elements: "0.6.1"
Dart SDK version 1.8.5
On what operating system?
Ubuntu 14.04.1 LTS
What browser (if applicable)?
Dartium, but seems to appear on other browsers too.
Please provide any additional information below.
After the exception, the dialog still works, but its size is wrong.
Bug also reported at https://code.google.com/p/dart/issues/detail?id=22281