gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

Button: descendant bindings are broken #32

Open sammuell opened 10 years ago

sammuell commented 10 years ago

Descendant bindings of a button widget are only evaluated once, afterwards they are not updated anymore. The reason might be that the descendant bindings are initialized before the widget, but then the widget modifies the DOM.

http://jsfiddle.net/59v2q/1/