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
{{ message }}
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
Even weirder that addEventListener is actually used in the nav list detail archetype for the submenus, mixed with Event.sinkEvents and Event.setEventListener for top menu items.
The text was updated successfully, but these errors were encountered:
The reason for that is because top menu items are of type com.google.gwt.dom.client.AnchorElement, so they have no such method as addEventListener. The submenus are of type com.vaadin.polymer.paper.PaperItemElement which happen to have addEventListener.
Even weirder that
addEventListener
is actually used in the nav list detail archetype for the submenus, mixed withEvent.sinkEvents
andEvent.setEventListener
for top menu items.The text was updated successfully, but these errors were encountered: