[Mono-bugs] [Bug 570965] New: UITableViewController.Editing property is not properly used
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 15 09:47:22 EST 2010
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: gnorton at novell.com
ReportedBy: Manfred at pp-p.net
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list