Emmanuel Garcia
Emmanuel Garcia
@doughaase are you able to send a complete jsbin?
Here's how to workaround it http://jsbin.com/lagowa/edit?html,output. The issue is caused by calling `focus` on an element too early on the transition of the drawer, basically when that element is off...
probably just `stopPropagation()`. Feel free to send a PR with the unit test. Thanks!
@slightlyoff we have thought about fixing this. I think it's worth experimenting with it, at least in the new app layout system: https://github.com/PolymerLabs/app-layout To achieve this behavior property, the easing...
@ebidel yup. we will!
I'd suggest looking at [app-layout](https://github.com/PolymerElements/app-layout) for the cases you are describing.
That is certainly an issue. This issue is less noticeable in app-drawer because the user needs to pass a threshold for the drawer to close. e.g. https://elements.polymer-project.org/bower_components/app-layout/demo/demo6.html
hmm. so what is `targetElement` if it's not an element with `hasAttribute`? Would you mind sending a code that reproduces this issue?
cc @azakus. Is it possible for `Polymer.dom(event).localTarget` to return `window` in the case described above?
friendly ping @azakus