Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80606 --- shadow/80606 2007-01-24 13:02:13.000000000 -0500 +++ shadow/80606.tmp.26180 2007-01-24 13:02:13.000000000 -0500 @@ -0,0 +1,69 @@ +Bug#: 80606 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: Fedora Core 3 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: DataBinding - entered value is lost after focus change + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Data binding in mono works different from dotnet 1.1 in Windows. When value +in textBox is changed (from keyboard) then after focus is moved to other +field, then in Mono is value restored to original state. + +For example (because my english is wrong): +Field TOWN contains: "New York" +value are changed to: "New York City" +Focus is moved to field ZIP. +Value are restored back to "New York". + +Steps to reproduce the problem: +Create simple table in DB + +Create form with two TextBoxes and bind then to fields +Add one button to establish connection and fill dataset. + +Run application and click button +When you change some value and move to other textbox then your value will +be lost + +On my system (FC3) this is everytime. I can send code if needed. +My mono version: +mono-basic-1.2.2-0.novell +mono-data-oracle-1.2.2.1-0.novell +mono-core-1.2.2.1-0.novell +mono-data-postgresql-1.2.2.1-0.novell +mono-web-1.2.2.1-0.novell +mono-nunit-1.2.2.1-0.novell +mono-winforms-1.2.2.1-0.novell +mono-data-sybase-1.2.2.1-0.novell +monodevelop-0.12-0.novell +mono-data-1.2.2.1-0.novell +mod_mono-1.2.1-0.fedora3.novell +mono-devel-1.2.2.1-0.novell +monodoc-core-1.2.1-1.novell +mono-data-sqlite-1.2.2.1-0.novell + +Actual Results: + + +Expected Results: +On Windows System with ms dotnet entered value is stored and remain +displayed and after update() are changes saved to database. + +How often does this happen? +everytime + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
