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 191765 - Icons in debugger views magically disappearing
Summary: Icons in debugger views magically disappearing
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-09 18:19 UTC by Jiri Kovalsky
Modified: 2011-01-09 22:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Animation showing how icons in debugger views are disappearing. (85.67 KB, image/gif)
2010-11-09 18:19 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2010-11-09 18:19:07 UTC
Created attachment 102865 [details]
Animation showing how icons in debugger views are disappearing.

Product Version: NetBeans IDE 7.0 Beta (Build 201011082300)
Java: 1.6.0_22; Java HotSpot(TM) Client VM 17.1-b03
System: Linux version 2.6.31-22-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/cesilko/.netbeans/7.0beta

Description:
============
It seems that buttons in debugger views like "Variables" are for some reason disappearing when switching from one view to another. I am attaching an animation showing what I mean. This is a regression from NetBeans IDE 6.9.1. BTW, "Output" view displays its buttons without any problems.

Steps to reproduce:
===================
1. Launch NetBeans IDE 7.0 Beta candidate build #201011082300 with clean userdir.
2. Generate new Anagram Game sample application project.
3. Invoke "Debug > Debug Main Project" action from main menu.
4. Make sure that "Create new watch" button in "Variables" view is visible.
5. Switch to "Breakpoint" view and then back to "Variables" view.
6. Note that some buttons were not displayed.
Comment 1 Martin Entlicher 2010-11-10 12:38:26 UTC
Reproduced.
This happens only on GTK Look and Feel to me. On Metal Look and Feel (which I use, since GTK is (or was) buggy) it works fine for me.
Comment 2 Martin Entlicher 2010-11-10 15:02:23 UTC
An extra repaint has fixed the problem.
Fixed in changeset:   181649:0561e33befa0
http://hg.netbeans.org/main/rev/0561e33befa0
Comment 3 Jiri Kovalsky 2011-01-09 22:00:02 UTC
Verified in NetBeans IDE 7.0 development build #201101050001.