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 250997 - [dark] javadoc tables hard to read in dark theme
Summary: [dark] javadoc tables hard to read in dark theme
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-07 18:19 UTC by everflux
Modified: 2015-05-12 08:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
javadoc html table (28.88 KB, image/png)
2015-03-07 18:19 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2015-03-07 18:19:15 UTC
Created attachment 152468 [details]
javadoc html table

See attached screenshot for SimpleDateFormat Javadoc
Comment 1 Svata Dedic 2015-05-12 08:21:33 UTC
Sadly this is probably not a fixable issue in NetBeans: the javadoc doclet hardcodes color numbers in elements. If it used styles, it would be possible to provide proper background/foreground colors as part of the theme.

Please file a defect against JDK / javadoc / default doclet.