https://bugzilla.novell.com/show_bug.cgi?id=371990

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=371990#c2


Andy Hume <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #2 from Andy Hume <[EMAIL PROTECTED]>  2008-03-26 03:54:23 MST ---
There's a wee regression. :-(  Wwhen the drop-down is closed any arrow-key
press causes a NRE.

[[
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object

at System.Windows.Forms.ComboBox.OnKeyDownCB
(object,System.Windows.Forms.KeyEventArgs) [0x000db]
at System.Windows.Forms.Control.OnKeyDown (System.Windows.Forms.KeyEventArgs)
[0x0001c]
at System.Windows.Forms.ComboBox.OnKeyDown (System.Windows.Forms.KeyEventArgs)
[0x00000]
at System.Windows.Forms.Control.ProcessKeyEventArgs
(System.Windows.Forms.Message&) [0x0004a]
at System.Windows.Forms.ComboBox.ProcessKeyEventArgs
(System.Windows.Forms.Message&) [0x00000]
at System.Windows.Forms.Control.ProcessKeyMessage
(System.Windows.Forms.Message&) [0x0001e]
at System.Windows.Forms.Control.WmKeys (System.Windows.Forms.Message&)
[0x00000]
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&)
[0x0020c]
at System.Windows.Forms.ComboBox.WndProc (System.Windows.Forms.Message&)
[0x000bc]
at ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) [0x00000]
..trimmed and truncated...
]]


Also, in DropDownList mode I've just noticed that Home and End keypresses
navigate to the first and last item respectively.  Do we want to support that
too?  (In the other styles they of course navigate within the text field).


-- 
Configure bugmail: https://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

Reply via email to