BorisMoore / jsviews

Interactive data-driven views, MVVM and MVP, built on top of JsRender templates
http://www.jsviews.com/#jsviews
MIT License
856 stars 130 forks source link

change event #390

Closed IPrudnikov closed 7 years ago

IPrudnikov commented 7 years ago

While carrying the text with the mouse, the object did not change.

BorisMoore commented 7 years ago

Hi. Thanks for suggesting this. In fact your fix won't work since it breaks a few other scenarios, including IE 8 and 9 compatibility, setting of trigger to false (http://www.jsviews.com/#link2way@trigger), etc. so many unit tests fail. So I will decline this pull request. But I have followed up on your scenario, and the next update will include changes that should make mouse editing of textboxes work for all HTML5 'oninput' compatible browsers.

I created an issue to track this: https://github.com/BorisMoore/jsviews/issues/391