Bugzilla – Bug 510030
ToolBarButton with DropDownButton style stays impressed after being clicked
Last modified: 2009-06-26 19:48:30 UTC
Description of Problem: This was found on Mono WinForms revision 133896. With Mono a ToolBarButton with the Style property set to ToolBarButtonStyle.DropDownButton stays impressed (i.e., armed) when it is clicked. This is not the case in .NET on Windows. Steps to reproduce the problem: 1. Run the attached (IronPython) test case application 2. Left click on the "DropDownButton" push button portion of the ToolBarButton (i.e., don't click on the drop-down arrow portion of the button). Actual Results: The "DropDownButton" ToolBarButton stays impressed Expected Results: The "DropDownButton" ToolBarButton should be pressed and immediately released; it should not stay impressed. How often does this happen? Every time. Comments: I have verified the expected behavior on Windows Vista.
Created attachment 296310 [details] IronPython test case application referenced above
This is fixed in rev 137002. Thanks!