wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Check box control in popup #138

Closed deepaksm1 closed 9 years ago

deepaksm1 commented 9 years ago

I have added multiple CheckBoxes inside popup. If I close and reopen popup then tick mark is not appearing on checkboxes which are checked previously. But as per my observation these checkboxes are in checked state internally. Only it doesn't show tick mark visually.

BSick7 commented 9 years ago

I am using a ComboBox to simulate a popup. When I close the popup, the popup visual tree is detached. As a result, all storyboards are stopped. This appears to be proper behavior; however, the storyboard should restart upon reattaching. Researching more.

BSick7 commented 9 years ago

Fixed in v0.16.38.