[Mono-bugs] [Bug 574233] New: Selected / SetSelected is not handled properly for UITableviewCell
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 27 03:48:44 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=574233
http://bugzilla.novell.com/show_bug.cgi?id=574233#c0
Summary: Selected / SetSelected is not handled properly for
UITableviewCell
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: Manfred at pp-p.net
QAContact: Manfred at pp-p.net
Found By: ---
Blocker: ---
Description of Problem:
The same behaviour as reported here:
https://bugzilla.novell.com/show_bug.cgi?id=570965
UITableViewCell does not handle the Selected property correctly
Steps to reproduce the problem:
1. Create a class derivied from UITableViewCell
2. Override Selected / SetSelected with a method wich does Console.Write
3. Selecte a Row in the TableView and see, that selected get's not fired
Actual Results:
Only SetSelected is called
Expected Results:
Seleceted as well as SetSelected should be called
How often does this happen?
Allways
Additional Information:
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mono-bugs
mailing list