Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paper-toolbar [title] conflicts with HTML [title] #1745

Closed
imskull opened this issue Jun 4, 2015 · 3 comments
Closed

paper-toolbar [title] conflicts with HTML [title] #1745

imskull opened this issue Jun 4, 2015 · 3 comments
Assignees

Comments

@imskull
Copy link

imskull commented Jun 4, 2015

<paper-toolbar>
  <paper-icon-button title="whatever"></paper-icon-button>
</paper-toolbar>

the HTML title conflicts with the style in paper-toolbar :

    .toolbar-tools > ::content [title] ...

it causes paper-icon-button has unwanted style, like flex: 1.

@andreleblanc-wf
Copy link

+1 the 'title' attribute appears to be the only way to get a tooltip on a button inside a toolbar, but it also causes a bunch of unwanted styles to be added. IMO the toolbar should look for a different attribute, 'title' is already taken.

@kevinpschaaf
Copy link
Member

This is the Polymer core library issue tracker. Element issues should be filed under the repo for the specific element in question.

@andrepl
Copy link

andrepl commented Jun 4, 2015

This has been fixed: PolymerElements/paper-toolbar@cca6996

@tjsavage tjsavage closed this as completed Jun 5, 2015
ghost pushed a commit that referenced this issue Sep 27, 2016
Polymer/old-docs-site#1745. Clarified info about deprecated combinators /deep/ and ::shadow
kevinpschaaf added a commit that referenced this issue Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants