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 67471 - There is no selection border for Menubar neither Menu in the designer
Summary: There is no selection border for Menubar neither Menu in the designer
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 08:51 UTC by Marian Mirilovic
Modified: 2006-06-08 18:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-10-25 08:51:13 UTC
NB5.0(200510241800), JDK 1.5.0_06

Steps to reproduce:
- run IDE
- create project
- create JFrame
- add JMenubar
- try to select the menu bar in the designer
-> selection border isn't painted around this component

I think I've already reported this problem, but it was fixed. Probably realted
to another border selection problem ...
Comment 1 Marian Mirilovic 2005-10-25 08:52:10 UTC
Ups ...
Comment 2 Tomas Stupka 2005-12-06 15:23:08 UTC
Fixed in trunk.

Checking in HandleLayer.java;
/cvs/form/src/org/netbeans/modules/form/HandleLayer.java,v  <--  HandleLayer.java
new revision: 1.132; previous revision: 1.131
done
Comment 3 Marian Mirilovic 2005-12-08 13:58:08 UTC
verified in NB5.0 (200512072015)