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 40329

Summary: help set does not pick up css
Product: java Reporter: Patrick Keegan <pkeegan>
Component: JUnitAssignee: junit-issues@java <junit-issues>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Patrick Keegan 2004-02-20 20:45:12 UTC
For the convenience of people who want to change
the help css, we link all help topics to a common
css that is installed by the usersguide module.
However, the junit help does not pick this up. I
have tried absolute links:

<link rel="stylesheet"
href="/org/netbeans/modules/usersguide/ide.css"
type="text/css">

and relative:

<link rel="stylesheet"
href="/org/netbeans/modules/usersguide/ide.css"
type="text/css">

but none of them work, so I think the problem is
elsewhere. Please help investigate
Comment 1 Patrick Keegan 2004-02-20 21:46:24 UTC
Maybe adding org.netbeans.api.javahelp.Help to OpenIDE-Module-Requires
in the manifest would fix it, but it didn't in my mockup
Comment 2 Patrick Keegan 2004-02-23 17:05:10 UTC
I've now got it working (by adding nbdocs: at the front of the URL.