-
Notifications
You must be signed in to change notification settings - Fork 18
Current core-overlay is attempting to focus itself as next! (bug) #83
Comments
Any clue of what could the cause of this issue ? How should I approach it ? Any suggested work around (other than not using polymer) ? |
I think that the only workaround right now to to insert a delay in between the calls. Afaik this issue happens when calling toggle() during an active transition. |
What do you mean by "active transition" ? Even when waiting long time between step 2 and 3 the issue appears. |
My current work around is using |
Weird, in the past I have only seen this when calling toggle() in quick succession. This might be a separate bug. |
FYI I've seen this in my logs over quite a long period but largely ignored it as the app seemed to work fine. I'm looking more closely at it now since my app is having issues |
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
The text was updated successfully, but these errors were encountered: