-
Notifications
You must be signed in to change notification settings - Fork 2k
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
polymer-selected class is not applied to Polymer UI elements #364
Comments
Hi Marcin, we had troubles testing polymer_ui_elements there were always some polymer bugs that hit us (import, build). This has improved lately but we were busy revising the polymer_elements to support the new shadowDom CSS selectors. They are almost done. Günter |
It looks like there's a release problem in the platform repo. That will be fixed this week. In the meantime, you can bower for the master versions to make sure you have the latest. For example,
Note, we just fixed a version issue that was preventing polymer from grabbing the master platform. If you have an existing bower installation, you can correct it by (1) deleting the platform component, (2) doing bower install Polymer/platform#master. |
Awesome! A fresh installation from bower fixes the problem. Thank you for such a quick response. |
verified with |
Polymer version: head (installed using bower install polymer-ui-elements#master)
Chrome version: 33.0.1733.1 canary SyzyASan (Web Platform features enabled)
In
<polymer-ui-tabs>
and<polymer-ui-menu>
demos, the currently selected item is not visually highlighted on screen. It turns out, that the class namepolymer-selected
is not added to the current element.The bug is likely to be in https://github.com/Polymer/polymer-selector/blob/master/polymer-selector.html but I am not sure. Two tests fail in the
polymer-selector
test suite.Steps to reproduce: Load demo
polymer-ui-tabs\index.html
and click on tabs. Observe that the current tab is not highlightedThe text was updated successfully, but these errors were encountered: