Advanced Forum Search Results
-
I'm sorry about what happened at your customer demo! I can confirm though that the bug was not fixed in the recent GDR update to v2 (2.0.40115.0). We do however have a fix for the bug in the latest builds of v3 (the 'next release' I was referring to), which will be available to the public sometime later this year (the schedule has not ...
-
Actually, it turns out that this is the current behavior in WPF as well, and for compatibility purposes, we're going to retain that behavior. You could try the workaround suggested above, as an alternative.
Thanks!
-
Thank you for reporting, Agustin. I've opened a bug in our internal database and we'll try to fix this in a future release.
Thanks!
-
This is a known bug in Silverlight and is slated for a fix in our next release. In the meantime, please add " x:Name='Root' " to your XAML as indicated below to get this to work (yes, the name of the grid has to be "Root" and nothing else!):
<ControlTemplate x:Key="RepeatButtonControlTemplate" ...
-
We've verified that we can reproduce this issue, thanks for reporting! We've filed a bug in our database and should be able to release a fix in a future release.
Thanks!
Vijay
-
Thanks for sharing your code with me Jacek. This does look like a bug, and I wasn't hitting it because I didn't know you were doing a ScaleTransform. I can reproduce it now, but it reproduces even if you simply apply a ScaleTransform to the grid when not in full screen mode either:
<Grid x:Name="LayoutRoot" ...
-
It sounds to me like you're hovering over your button to get the tooltip to appear, and you then click on the button to switch to full screen mode. When you click on the button, any tooltip on the button should immediately disappear (regardless of what the click handler does). Is that not what you're seeing?
On the other hand, if ...
-
Hi Jacek, I'm not able to reproduce this problem with a simple button and textbox in fullscreen mode - their tooltips seem to appear correctly. Can you share out some XAML & code that reproduces this problem please?
Thanks!
-
Thanks, yes, I agree.
I've filed this in our database and we'll hopefully address this missing piece of functionality in our next release. I hope the workaround works for you in the meantime.
Thanks!
-
Thanks for clarifying your scenario. It sounds like this missing functionality is a developer nuisance for you, but does not affect any end-user scenario. Correct?
Yes, using Silverlight, you'll have to use some form of a workaround - either try out Bart's suggestion (which I haven't tried myself), or have your developers all use ...