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 219384 - [a11y] Editor tooltip doesn't follow customized font size
Summary: [a11y] Editor tooltip doesn't follow customized font size
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2012-10-02 12:55 UTC by Jiri Sedlacek
Modified: 2016-06-22 16:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Tooltip screenshot (165.27 KB, image/png)
2012-10-02 12:55 UTC, Jiri Sedlacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2012-10-02 12:55:47 UTC
Created attachment 125233 [details]
Tooltip screenshot

NetBeans IDE 7.2/Dev
Windows 7, JDK 6u35
running with --fontsize 20

The editor tooltip displayed by CTRL+mouse hover doesn't follow the --fontsize parameter. Also, IMO it should use a sans-serif font. See the attached screenshot - for reference it shows also a regular Swing tooltip with correct font/size.

Interestingly, the tooltip is only broken if the IDE is started with the Navigator window NOT displayed. As soon as the Navigator is opened and focus moved back to editor, the tooltip starts to use a correct font/size.
Comment 1 Milutin Kristofic 2013-08-22 13:55:20 UTC
GoToSupport.computeTooltip is in java.editor