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 Dec 29, 2022. It is now read-only.
Testing on Windows 7 SP 1 with Chrome v46.0.2490.86
I was messing around with the Polymer Designer for the first time ever after watching the Google I/O 2014 video about Polymer -- and so far I'm loving it. Although after a very short while I encountered a pretty aggravating bug.
When I drag a core-field into the design area, the core-input child element is not visible nor functional:
The placeholder and value attributes simply don't work. I cannot bind to these or edit them. I cannot click on the input and the input is not functional when I preview the page. By add a padding to the input you can see that it's still there but simply condensed to zero height:
For the time being I have found the following work-around:
Drag a core-field element into the design area
Select the core-input element in the tree view and delete it
Drag a core-input element into the core-field
It's only core-field that is broken, so by adding a new core-input everything works perfectly:
The text was updated successfully, but these errors were encountered:
Unfortunately we're not supporting the version of designer that's hosted anymore. All of our work is being done on a new version ("Designer 2"). The old version is kept up to allow access to elements already created. We do need to add a deprecation notice.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing on Windows 7 SP 1 with Chrome v46.0.2490.86
I was messing around with the Polymer Designer for the first time ever after watching the Google I/O 2014 video about Polymer -- and so far I'm loving it. Although after a very short while I encountered a pretty aggravating bug.
When I drag a
core-field
into the design area, thecore-input
child element is not visible nor functional:The
placeholder
andvalue
attributes simply don't work. I cannot bind to these or edit them. I cannot click on the input and the input is not functional when I preview the page. By add a padding to the input you can see that it's still there but simply condensed to zero height:For the time being I have found the following work-around:
core-field
element into the design areacore-input
element in the tree view and delete itcore-input
element into thecore-field
It's only
core-field
that is broken, so by adding a newcore-input
everything works perfectly:The text was updated successfully, but these errors were encountered: