DrNiels
DrNiels
Hi, I don't want to rush anyone, but did you already get to look into this error?
I have that issue as well. In my case, it triggers on a regular HTML page if login information is automatically filled in. It recovers if I click anywhere, but...
Thanks for the idea. Unfortunately, it's not working. Checking the value of the input before the click just returns an empty string. After the click, the change event is fired...
I had that issue as well. It was caused by the label having margin-bottom set, which apparently moves the highlightline upwards. I could fix it by removing said margin
@richallanb Could you explain your workaround via m.composedPath? I would really like this to work again :(
The issue still exists. Has there been any progress?
I'm having the same issue. I use Windows 10 as well, with node v9.11.1 and npm 5.6.0. However, I have that issue with iron-resizable-behavior as well, so maybe the issue...
+1, ES6 import would be nice
I just stumbled across this bug. Is there any update on this?
The behavior from the posted jsbin would be the best, putting the last opened modal dialog on top. Avoiding nested dialogs does not really work in my case. I could...