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 - Enable DropDownButton to display popup when button is selected...
Summary: Enable DropDownButton to display popup when button is selected...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 20:57 UTC by makmed
Modified: 2008-12-22 13:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
DropDownButton.java (13.36 KB, application/octet-stream)
2007-07-27 20:59 UTC, makmed
Details

Note You need to log in before you can comment on or make changes to this bug.
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.