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 256506 - Breakpoint is set instead of opening the hint-dialog
Summary: Breakpoint is set instead of opening the hint-dialog
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 00:22 UTC by mvrahden
Modified: 2016-05-16 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Before Clicking (682.06 KB, image/png)
2015-11-11 00:22 UTC, mvrahden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mvrahden 2015-11-11 00:22:01 UTC
Created attachment 157265 [details]
Before Clicking

While clicking on the hint-Symbol ("yellow Lamp with yellow triangle and exclamation mark") a breakpoint is going to be set, instead of opening the hint-dialog.

System: Mac OS X 10.11.1
Hardware: MacBook Pro (Retina, 13-inch, Early 2015)
Hardware Overview:
Processor: 2,9 GHz Intel Core i5
Memory: 16 GB 1867 MHz DDR3

Java-Version: 8u65

My Opinion:
Since the display is 13" the line-numbers are pretty small, which leads to this behaviour. The onClick()-behaviour of the hint-dialog is interfering with the onClick()-behaviour of the breakpoints.

See the attached picture for a deeper understanding.

BTW: The Graphics for the Symbols aren't optimized for Retina Display...
Comment 1 Martin Entlicher 2016-05-16 15:04:07 UTC
You probably clicked just before the light-bulb icon. Clicking just on the icon shows the hint for me, clicking into the space before the icon, adds/removes a breakpoint.
We have issue #239745 for retina support already.