[Mono-bugs] [Bug 596930] New: UITextField does not fire ValueChanged (or have Changed)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 15 09:50:30 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=596930
http://bugzilla.novell.com/show_bug.cgi?id=596930#c0
Summary: UITextField does not fire ValueChanged (or have
Changed)
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: All
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Class Libraries
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: nicw at fastchicken.co.nz
QAContact: mono-bugs at lists.ximian.com
Found By: Customer
Blocker: Yes
Description of Problem:
The event "ValueChanged" is not fired on a UITextField when a charactor is
typed (or at all).
(the Changed event IS fired in a UITextView, so I assume it's a typo?)
Steps to reproduce the problem:
1. Add a UITextField to a form. Wire it up
2. In MonoDevelop, attach to the field's ValueChanged event.
3. Put a breakpoint / logging in the valuechanged event code
4. watch it not fire the event as you type into the field
The UITextView (the multiline one) has Changed, which fires exactly as
expected. They both use the same underlying CocoaTouch event mechanisms
(UITextFieldTextDidChangeNotification and UITextViewTextDidChangeNotification)
Actual Results:
Event is never fired.
Expected Results:
Event is fired!
How often does this happen?
Always.
Additional Information:
Using MT 2.0.2. Not tested on previous versions.
--
Configure bugmail: http://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