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

Two-way Binding doesn't work in canary #297

Closed
0x-r4bbit opened this issue Sep 25, 2013 · 4 comments
Closed

Two-way Binding doesn't work in canary #297

0x-r4bbit opened this issue Sep 25, 2013 · 4 comments

Comments

@0x-r4bbit
Copy link

Just built a very simple polymer element that shows binding between components and native elements, just like the given example on the homepage: http://www.polymer-project.org/getting-started.html#binding-between-components-and-native-elements

Turns out that one isn't able to type any value into the input. However, removing chars works.

@sorvell
Copy link
Contributor

sorvell commented Sep 25, 2013

Here's a jsbin with the same example. Can you repro the problem there? If so, what browser and version?

http://jsbin.com/IjiruwI/1/edit

@0x-r4bbit
Copy link
Author

The bin doesn't work due to broken reference to localhost.

I'm using canary Version 32.0.1651.2 canary

There it appears that I can focus the input, I can also remove chars from its value, but I can't type anything. This does not happen in stable chrome channel.

@sorvell
Copy link
Contributor

sorvell commented Sep 25, 2013

Oops, sorry about that. Here's an updated jsbin:

http://jsbin.com/IjiruwI/6/edit

I'm hoping you can verify that this bin does or does not exhibit the same problem. If it does not, then it would be helpful if you could perhaps make a gist of enough of your code for us to help debug the problem. If it does, we'll need to track down more info about your browser, flags, platform, etc.

@0x-r4bbit
Copy link
Author

@sorvell Okay now THIS is weird. It now just works. haha. Also works on polymer-project.org. Maybe my canary just had a little blackout, I dunno. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants