wsick / Fayde

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

Tooltip content not showing in second time #204

Closed DheerajSaravagi closed 7 years ago

DheerajSaravagi commented 8 years ago

Tool tip content is showing first time when we enter mouse again it is not showing content

      <Border Background="Transparent" ToolTipService.ToolTip ="THIS IS TEST TOOLTIP">
        <TextBlock Margin="5,0" Text="test" />
      </Border>
dp901 commented 7 years ago

I solved this issue by adding a second VisualTransition in Metro.theme.xml file where tooltip style is defined. There was a single VisualTransition, from: Open -> to: Closed. I think there has to be a second transition, from: Closed -> to: Open.