Re: Can't read any columns besides Summary in Windows L&F
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems, Inc |
| Message-ID | <1037667971.22075.91.camel@proto> |
On Mon, 2002-11-18 at 16:59, Julian Sinai wrote: > I really like the task list. Great job! I'm starting to use it, and as > you request, I'll send feedback: I'm glad you like it! > > If you use the Windows L&F, and you highlight a row in the tasklist, > you won't be able to read any of the columns that are editable, > because the highlight color is dark blue, and the text is black. > > I'm using Windows 2000 with the default coloring scheme. Hm, the tasklist doesn't do anything with colors; it reuses the "TreeTable" component provided by openide. So I suspect you're observing this problem in other parts of NetBeans that's using the treetable (the debugger, the module selector in the Setup Wizard, ...) as well -- is that true? I would appreciate it if you would file a bug on this. Either against tasklist (and I'll reassign as appropriate), or against openide/explorer which I suspect is the category this bug belongs to. Thanks for your feedback! -- Tor