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

Summary: Breakpoint is set instead of opening the hint-dialog
Product: platform Reporter: mvrahden
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Before Clicking

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.