https://bugzilla.novell.com/show_bug.cgi?id=374713
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=374713#c4 --- Comment #4 from Andy Hume <[EMAIL PROTECTED]> 2008-05-21 03:51:44 MST --- Created an attachment (id=217175) --> (https://bugzilla.novell.com/attachment.cgi?id=217175) List of all test scenarios and failures. With Simple mode now working this won't occur. :-) However it can be reproduced with other settings. The list of all the tests I did is attached. In summary: 1a) Style=Simple mode, IntegralHeight=False, Size.Height=30 Now PageDn moves Up, and PageUp moves Down! At the bottom of the list with PageUp (which moves down) that crash occurs! 1b) Also if one sets Style=Simple mode, IntegralHeight=False, and Size.Height=50 Now PageUp and PageDown have no effect. Another issue found in this testing: 2a) Style=Simple mode, IntegralHeight=False, Size.Height=50 On down-arrow at the bottom list the exception below occurs! 2b) With default IntegralHeight=True, setting Size.Height=50 rounds down to 42 (depended on font height) Same as 2a. I've extra logging in ScrollBar which shows that at this point: Value=16 set_Value=17 Min=0 Max=16 [[ Unhandled Exception: System.ArgumentOutOfRangeException: '17' is not a valid value for 'Value'. 'Value' should be between 'Minimum' and 'Maximum' Parameter name: Value at System.Windows.Forms.ScrollBar.set_Value (Int32 value) [0x000a8] in /usr/local/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs:615 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ScrollBar:set_Value (int) at System.Windows.Forms.ComboBox+ComboListBox.Scroll (Int32 delta) [0x00073] in /usr/local/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs:2510 at (wrapper remoting-invoke-with-check) ComboListBox:Scroll (int) at System.Windows.Forms.ComboBox.OnKeyDownCB (System.Object sender, System.Windows.Forms.KeyEventArgs e) [0x00117] in /usr/local/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs:1608 at System.Windows.Forms.Control.OnKeyDown (System.Windows.Forms.KeyEventArgs e) [0x0001c] in /usr/local/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:6167 at System.Windows.Forms.ComboBox.OnKeyDown (System.Windows.Forms.KeyEventArgs e) [0x00000] in /usr/local/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs:1208 .. ... ]] -- 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
