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 146117 - "quick search" in toolbar overlapped debugger toolbars
Summary: "quick search" in toolbar overlapped debugger toolbars
Status: RESOLVED DUPLICATE of bug 140464
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 02:45 UTC by Chihin Ko
Modified: 2008-09-16 07:07 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jif file that demonstrate problem (145.47 KB, text/plain)
2008-09-10 02:37 UTC, Chihin Ko
Details
last one is a bad one, try again (69.87 KB, image/gif)
2008-09-10 02:44 UTC, Chihin Ko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chihin Ko 2008-09-04 02:45:48 UTC
When a debug session come up and debug buttons shown in tool bar, "quick search" will cover partial debug buttons, for
my case in dbxgui, debug buttons only shown up to stepover, others are covered by "quick search"
Comment 1 Chihin Ko 2008-09-04 20:47:07 UTC
I got nb6.5 from Thomas' download for ceres SSIDE, and here is the version info that I got from IDE help,
I guess it is 20080902 build.

Product Version: Sun Studio (Build 200809021401, Sun Studio 20080610)
Java: 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b03
System: SunOS version 5.10 running on x86; ISO646-US; en (sunstudio)
Userdir: /net/benjamin2/export/ws/jeanko/dinstall/ideuserdir
Comment 2 Chihin Ko 2008-09-10 02:37:02 UTC
Created attachment 69486 [details]
jif file that demonstrate problem
Comment 3 Chihin Ko 2008-09-10 02:44:11 UTC
Created attachment 69487 [details]
last one is a bad one, try again
Comment 4 Peter Pis 2008-09-15 20:46:47 UTC
Reassigning to cnd for further evaluation.
Comment 5 _ gordonp 2008-09-15 21:11:41 UTC
> Reassigning to cnd for further evaluation.

Why did you reassign to cnd? The quick search window has nothing to do with cnd. Its a *standard* netbeans
6.5 window from the module spi.quicksearch. If you look in nbbuild/cluster.properties, its part of nb.cluster.platform.

IMHO it works as expected. If your size your main window small enough that not all toolbars fit,
the right-most typically wins. I don't know if this is a netbeans decision, a l&f decision, or a
standard UI behavior. Perhaps a UI designer (XDesign) should evaluate this issue. But its definitely
*not* a cnd issue.
Comment 6 Peter Pis 2008-09-15 21:21:32 UTC
There was also debugger toolbar mentioned. So I thought that cnd debugger is also involved.
Comment 7 Chihin Ko 2008-09-15 22:10:57 UTC
There are several button areas within toolbar, if user decide to turn on all areas of toolbar, and the window size is
not enough to show them all, then the right most area should wrap to next line. Play with "View" menu to turn on/off
button areas, it seems everyone follow this rule except "quick search", only "quick search" overlap others, "debugger"
is not an issue, "debugger" is just lucky that it's next to "quick search".

This is a very basic UI common sense.  I don't think we need HIE to decide who is winning.
Comment 8 ivan 2008-09-15 22:21:39 UTC
This looks like a bug in toolbar layout.
I found that as one narrows the main IDE window more and more the quick-search toolbar
will cover first the debugger toolbar, then the debugger toolbar, belatedly, moves to the
second line and then it's the build toolbars turn to get covered. 

Note that the quick-search toolbar is layed out in a right justified fashion.
Is this right justification a new thing? It looks like it's not very
well integrated with toolbar wrapping.



Comment 9 Peter Pis 2008-09-16 07:03:53 UTC
Reassigning to ui.
Comment 10 Petr Chytil 2008-09-16 07:07:11 UTC
marking as duplicate of Issue 140464

*** This issue has been marked as a duplicate of 140464 ***