[Mono-bugs] [Bug 673863] New: UINavigationItem.Prompt cannot be set to null in order to take away the UINavigationBar prompt space taken up
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 21 16:21:58 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=673863
https://bugzilla.novell.com/show_bug.cgi?id=673863#c0
Summary: UINavigationItem.Prompt cannot be set to null in order
to take away the UINavigationBar prompt space taken up
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Macintosh
OS/Version: Apple iOS 4.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: johan.otto at justenough.com
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Blocker: ---
Description of Problem:
The UINavigationItem.Prompt cannot be set to null and the class library throws
an ArgumentNull exception.
Steps to reproduce the problem:
UINavigationItem item = viewController.NavigationItem;
item.Prompt = "Some message"
item.Prompt = null; // ArgumentException
Actual Results:
An argument exception is raised.
Expected Results:
The prompt space on the navigation bar reduces when set to null.
How often does this happen?
Everytime
Additional Information:
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list