wsick / Fayde

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

Button inside HyperlinkButton not working in fayde #189

Closed deepaksm1 closed 8 years ago

deepaksm1 commented 8 years ago

Button inside HyperlinkButton not working in fayde

<HyperlinkButton TargetName="_blank" NavigateUri="{Binding Path=FileUri}">
   <Button Height="32" Width="32" HorizontalAlignment="Right"
                                                  VerticalAlignment="Top"                                                  
                                                  Tag="Test"
                                                  Margin="-3"
                                                  Command="{Binding Path=Parent.DeleteFileCommand}"
                                                  CommandParameter="{Binding }" />
  </HyperlinkButton>
BSick7 commented 8 years ago

Please leave version info and description of what is not working.

BSick7 commented 8 years ago

Duplicate of #239. Please refrain from creating multiple issues in github with the same bug.