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 253542 - Empty "Debug Project" toolbar button when hoovered with mouse
Summary: Empty "Debug Project" toolbar button when hoovered with mouse
Status: RESOLVED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 13:48 UTC by Jiri Kovalsky
Modified: 2015-07-17 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of empty "Debug Project" toolbar button when user tries to click it. (12.04 KB, image/png)
2015-07-17 13:48 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2015-07-17 13:48:00 UTC
Created attachment 154693 [details]
Screenshot of empty "Debug Project" toolbar button when user tries to click it.

Product Version: NetBeans IDE Dev (Build 201507170001)
Java: 1.8.0_51; Java HotSpot(TM) 64-Bit Server VM 25.51-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_51-b16
System: Linux version 3.13.0-37-generic running on amd64; UTF-8; cs_CZ (nb)

Description:
============
When user decides to start debugging session by clicking the appropriate toolbar button, s/he might be surprised that it's content is gone when mouse hoovers over it. See attached picture showing what I mean.

Steps to reproduce:
===================
1. Just launch the latest NetBeans development build.
2. Open some existing Java project or create a new sample AnagramGame project.
3. Hoover over the "Debug Project" toolbar button.

Expected: Before you click the button you can still recognize the image depicting Editor gutter with 2 line numbers and one breakpoint.
Actual: The button turns grey or white with no image in it.
Comment 1 Jiri Kovalsky 2015-07-17 14:19:36 UTC
After deleting userdir this issue does no longer manifest itself. Closing as invalid.