[Mono-bugs] [Bug 401279] ButtonBounds in toolStripSplitButton is wrong
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jun 19 04:21:38 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=401279
User bjansen at etro.vub.ac.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=401279#c5
Bart Jansen <bjansen at etro.vub.ac.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bjansen at etro.vub.ac.be
--- Comment #5 from Bart Jansen <bjansen at etro.vub.ac.be> 2008-06-19 02:21:38 MDT ---
An issue remains when you set autosize to false
splitty.Width = 100;
splitty.AutoSize = false;
should give [according to vs2008]
{X=0,Y=0,Width=88,Height=23}
{X=88,Y=0,Width=1,Height=23}
{X=89,Y=0,Width=11,Height=23}
(or something close to this)
while it actually gives
{X=0,Y=0,Width=97,Height=23}
{X=97,Y=0,Width=1,Height=23}
{X=98,Y=0,Width=11,Height=23}
The button is drawn in such a manner that it is very hard to actually click on
the dropdownbutton, see screenshot in attachment
--
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