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
when a "on-click" or "on-tap" is added to a div (maybe only to the div containing the "main-title" attribute) inside a app-toolbar, they get kicked by Polymer when executed in the browser. When looking into the code with Chrome Dev Tools, the event isn't in the code any more.
You can override the default CSS but make sure to also adjust the title so it's not on top of the button, something like this:
[main-title] {
/* override pointer-events: none set by app-toolbar */
pointer-events: auto;
/* set margin-right so title won't be on top of the 2 buttons on the right */
margin-right: 100px
}
Hello everyone,
when a "on-click" or "on-tap" is added to a div (maybe only to the div containing the "main-title" attribute) inside a app-toolbar, they get kicked by Polymer when executed in the browser. When looking into the code with Chrome Dev Tools, the event isn't in the code any more.
Regards,
Michael
The text was updated successfully, but these errors were encountered: