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

avalon v1.46 上在谷歌浏览器最新版本 53.0.2785.89 上,中文输入法无法绑定到值 #825

Open
fireflyhoo opened this issue Sep 9, 2016 · 3 comments

Comments

@fireflyhoo
Copy link

fireflyhoo commented Sep 9, 2016

avalon 双向绑定, 在谷歌最新浏览器上有问题, 由于事件顺序的问题照成的,

希望给出解决方案

image
我修改代码后在谷歌浏览器输入中文后有如下日志输出

image

`

<title></title> <script src="avalon/dist/1.4.js"></script>
xxx

{{ w }} x {{ h }}

W:

H:

<script>
          var vm = avalon.define({
             $id: "box",
              w: 100,
              h: 100,
              click: function() {                    
              }
          })

    </script>
</body>
`

^(* ̄(oo) ̄)^

@RubyLouvre
Copy link
Owner

RubyLouvre commented Sep 9, 2016

你给出例子啊,你不会英文吗,英文写得清清楚楚,给例子!

@fireflyhoo
Copy link
Author

会英文,哥就去米国了,怎么还会写前端

@fireflyhoo
Copy link
Author

RubyLouvre/avalon#1735

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