This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 111264

Summary: Enable DropDownButton to display popup when button is selected...
Product: platform Reporter: makmed <makmed>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: DropDownButton.java

Description makmed 2007-07-27 20:57:53 UTC
Sometimes it is preferred to display popup menu when DropDownButton is pressed in any area, and not only in the arrow 
region. This can easily be achieved by using a flag variable in isInArrowArea() method. The best name I could come up 
for this variable was "alwaysInArrowArea". I attached modified DropDownButton to this post.
Comment 1 makmed 2007-07-27 20:59:04 UTC
Created attachment 45844 [details]
DropDownButton.java
Comment 2 David Simonek 2008-10-23 13:54:51 UTC
Hello, thanks for your contribution, could you please make a patch (diff) for us with current version? Thank you very
much, passing to saubrecht, author of original code.