[Mono-bugs] [Bug 384183] ListBox: Vertical scrolling is broken in HEAD

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 28 12:05:43 EDT 2008


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

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=384183#c1


Jonathan Pobst <jpobst at novell.com> changed:

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




--- Comment #1 from Jonathan Pobst <jpobst at novell.com>  2008-04-28 10:05:43 MST ---
Changed to Math.Max in r102051.  I left it at zero because it should never be
hit anyways.  If either of those values are negative, then I doubt there should
be much scrolling going on anyways (and I've yet to see a test case that shows
it).

Thanks for the report!

2008-04-28  Jonathan Pobst  <monkey at jpobst.com>

        * ListBox.cs: Math.Min should be Math.Max.  [Fixes bug #384183]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list