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 78941 - Javadoc code completion uses wrong selection color
Summary: Javadoc code completion uses wrong selection color
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-22 22:16 UTC by tkellerer
Modified: 2008-01-15 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot showing wrong selection color (7.05 KB, image/png)
2006-06-22 22:17 UTC, tkellerer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tkellerer 2006-06-22 22:16:51 UTC
When using the Javadoc code completion module, the popup window uses the wrong
text color for selected entries. It does change the background for the selected
entry to dark blue, but the text stays black and is thus not readable.
Comment 1 tkellerer 2006-06-22 22:17:22 UTC
Created attachment 31324 [details]
Screenshot showing wrong selection color
Comment 2 Miloslav Metelka 2006-06-26 14:02:38 UTC
What build are you using? The trunk builds currently do not contain the javadoc
CC so this seems as an experimental functionality.
Anyway the CC SPI allows to determine the fact that the item is selected and use
the appropriate color - see CompletionItem.render() in editor/completion so the
completion's implementor should fix that.
Closing as invalid please reopen if necessary.
Comment 3 tkellerer 2006-06-26 14:12:01 UTC
I'm using the current daily Dev builds and then I download the Javadoc CC module
from the development update center. So where do I report an error like that
then, if this is set to invalid?
Comment 4 Miloslav Metelka 2006-06-26 14:42:31 UTC
I see. The proper category for this should likely be 3dparty/other and possibly
notify the author of the module about the issue. Reopening.
Comment 5 tkellerer 2006-07-08 01:32:19 UTC
Just one more note: this seems to be related to the "Classic Windows look". When
using the XP look, the selection color is a bit lighter, so the text is
readable. With the classic look on XP or on Windows 2000, the highlighted text
is not visible.