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 - help set does not pick up css
Summary: help set does not pick up css
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-02-20 20:45 UTC by Patrick Keegan
Modified: 2004-02-23 17:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.