How to pass certain keypresses, like Up / Down and Page Up / Page Down to child components?
I am trying to understand how to fix this bug with Google Codelab component. https://github.com/googlecodelabs/codelab-components/issues/46 Parent element holds focus, so child content window can not be scrolled. I tried to mess with focus, but it doesn't fix all states where Up / Down is not used. There is keybinds property https://github.com/googlecodelabs/codelab-components/blob/master/google-codelab.html#L356 but I don't know what function/handler should I write to just pass the key. Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/816f44c7-297f-4377-9c4b-b3dcf96100b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
