Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

Current core-overlay is attempting to focus itself as next! (bug) #83

Description

@rodrigob

What steps will reproduce the problem?

  1. Create polymer element using paper-action-dialog
  2. Call the_dialog.toggle() (dialog appears)
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions