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 193273 - Variables view is not intuitive (Variables button and watches button)
Summary: Variables view is not intuitive (Variables button and watches button)
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-11 21:21 UTC by michal.owsiak
Modified: 2011-01-13 07:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Disabled buttons (33.67 KB, image/png)
2010-12-11 21:21 UTC, michal.owsiak
Details
Enabled buttons (35.21 KB, image/png)
2010-12-11 21:22 UTC, michal.owsiak
Details
button disabled (19.57 KB, image/png)
2011-01-11 11:37 UTC, michal.owsiak
Details
button enabled (21.88 KB, image/png)
2011-01-11 11:37 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2010-12-11 21:21:53 UTC
Created attachment 103966 [details]
Disabled buttons

use-case:

Window -> Debugging -> Variables

watches/variables buttons are not that intuitive (enables/disabled) in MacOS X
Comment 1 michal.owsiak 2010-12-11 21:22:18 UTC
Created attachment 103967 [details]
Enabled buttons
Comment 2 Martin Entlicher 2010-12-16 14:28:17 UTC
This is the default view on Mac L&F. This can not be changed.

I've looked at Tasks window and it can be better distinguished there, because there is a spare space around the icons. So perhaps this can be improved by adding 1-2 pixels from each side of the icon...
Comment 3 Martin Entlicher 2010-12-19 16:27:55 UTC
Buttons in the views should be better displayed now.
Fixed in changeset:   185121:8346eeec734d
http://hg.netbeans.org/main/rev/8346eeec734d
Comment 4 Quality Engineering 2010-12-21 07:49:01 UTC
Integrated into 'main-golden', will be available in build *201012210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8346eeec734d
User: mentlicher@netbeans.org
Log: #193273 Better display of side icons in views.
Comment 5 michal.owsiak 2011-01-11 11:37:16 UTC
Created attachment 104871 [details]
button disabled
Comment 6 michal.owsiak 2011-01-11 11:37:43 UTC
Created attachment 104872 [details]
button enabled
Comment 7 michal.owsiak 2011-01-11 11:40:28 UTC
There is still issue on my machine.

It is not possible to verify whether button is enabled/disabled (see screen shoot button_enabled/button_disabled).

Additionally, there is a vertical bar on the margin (see button_enabled/button_disabled)
Comment 8 Martin Entlicher 2011-01-11 15:08:18 UTC
It looks like it's corrupted on Mac only.
Aqua look and feel is probably not able to draw the toggle button without border! :-(
Comment 9 Martin Entlicher 2011-01-11 17:49:43 UTC
It should be finally fixed on Mac by changeset:   186129:88035cec8098
http://hg.netbeans.org/main/rev/88035cec8098
Comment 10 dds.dhawal 2011-01-12 16:09:51 UTC
verified in NetBeans IDE Build 201101110000
Comment 11 Quality Engineering 2011-01-13 07:40:09 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/88035cec8098
User: mentlicher@netbeans.org
Log: #193273 Aqua L&F specifics.