http://bugzilla.novell.com/show_bug.cgi?id=570965
http://bugzilla.novell.com/show_bug.cgi?id=570965#c0 Summary: UITableViewController.Editing property is not properly used Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3) chromeframe/4.0 I tried to overwrite UITableViewController.Editing to track changes on this property. If I use MyController.Editing=XXXX the override works. Using MyController.SetEditing(x,y) the override get's not called. Reproducible: Always Steps to Reproduce: 1. Create an application with a UITableViewController 2. Override Editing in this controler (place Console.WriteLine in set) 3. In ViewDidLoad set Editing via the function SetEditing Actual Results: The overridden property Editing gets not called Expected Results: No matter how I change the value of Editing it should always call the setter. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
