You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach a custom event handler to the element 'on-polymerSelect'.
Call this.fire('polymerSelect').
What is the expected output? What do you see instead?
The handler bound to on-polymerSelect should fire.
The handler doesn't fire.
What version of the product are you using? On what operating system?
0.8.9 build 19720
Please provide any additional information below.
If the name of the handler is case insensitive, then firing the event should be case insensitive as well. Otherwise, event names have to be all lowercase which make them difficult to read and write. You
can improve legibility with underscores, but then you get funky event handlers line on-polymer_select.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by Erik.G...@gmail.com
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The handler bound to on-polymerSelect should fire.
The handler doesn't fire.
What version of the product are you using? On what operating system?
0.8.9 build 19720
Please provide any additional information below.
If the name of the handler is case insensitive, then firing the event should be case insensitive as well. Otherwise, event names have to be all lowercase which make them difficult to read and write. You
can improve legibility with underscores, but then you get funky event handlers line on-polymer_select.
The text was updated successfully, but these errors were encountered: