Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug Silverlight 2 Beta 1 - LostFocus and Data Binding Bugs
3 replies. Latest Post by karlshifflett on July 25, 2008.
(1)
karlshif...
Member
8 points
13 Posts
04-12-2008 3:16 AM |
Silverlight Team: I have posted blog entry here : http://karlshifflett.wordpress.com/2008/04/12/silverlight-2-lostfocus-and-data-binding-bugs/ that has two videos, source code and a short write up.
Here are the links to the same two videos on my blog.
Silverlight 2 LostFocus Bugs Video
Silverlight 2 Data Binding Bugs Video
The above video covers the LostFocus bugs in great detail. (please watch it)
The above video covers the Data Binding bugs in great detail. (please watch it)
Thank you and have a great day!
Rob_Relyea
40 points
5 Posts
04-14-2008 5:37 PM |
Thanks for the great detail Karl! Got this issue in front of the right people.
-Rob
Rob Relyea | WPF & Xaml Language Teamrobrelyea.com | /blog | /wpf | /xaml
leaf_fan
70 points
33 Posts
07-25-2008 11:47 AM |
May I ask, what is the status of these issues?
I have a very simple condition where two textboxes are binding to the same property (yes with TwoWay) yet when one is updated, after lostfocus the other is not notified (yes the entity implements INotify). I am seeing even greater issues when binding the same entity value across multiple user controls... they don't talk back... I am having to handle the propertychanged events manually to update controls... are these known issues?
07-25-2008 5:56 PM |
Are you on Beta 2 yet? If not, start using this.
I have seen some strange things in Beta 2 also. I noticed that the LostFocus event fires once for the control that looses focus and the next control in the the tab order.
I'm also having some binding update issues too.
I have not had time to send these to Microsoft yet but will after my move.
I would look for the RTM release to have data binding all sorted out.