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 73534 - Javahelp's "BrowserDisplayer" always displays "??" on Solaris and Linux
Summary: Javahelp's "BrowserDisplayer" always displays "??" on Solaris and Linux
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 06:08 UTC by Masaki Katakai
Modified: 2008-12-22 18:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (28.57 KB, image/png)
2006-03-13 06:09 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2006-03-13 06:08:31 UTC
"org.netbeans.modules.javahelp.BrowserDisplayer" will display some string and link,
but it always displays "??" on Solaris and Linux platform. I tried on JDK1.5 and
1.4.2,
but I got the same results. When I tried JDK1.6, it can displayed properly.
On Windows and Mac, it's OK.

For example, in

usersguide/javahelp/org/netbeans/modules/usersguide/getstart/keyconcepts.html

these lines should display "http://ant.apache.org/" on online help, but it
always "??".
See screenshot.

<p><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    <param name="content" value="http://ant.apache.org/">
    <param name="text" value="<html><u>http://ant.apache.org/</u></html>">
    <param name="textFontSize" value="medium">
    <param name="textColor" value="blue">
  </object>
Comment 1 Masaki Katakai 2006-03-13 06:09:15 UTC
Created attachment 29221 [details]
screenshot
Comment 2 mslama 2006-03-16 08:56:14 UTC
I need more specific info. What NB build, OS, Window Manager, JDK build. I tried:
On Linux/FC3/Gnome:
1.current dev build and JDK 1.5.0_06, 1.6.0b75
2.NB 5.0 FCS 200601251500 and JDK 1.4.2_11, 1.5.0_06, 1.6.0b75 

Solaris 10/Sparc using remote access ssh -X:
NB 5.0 FCS 200601251500 and JDK 1.4.2_09, 1.5.0_06

I tried also latest NB 5.0 ML build
netbeans-5_0-daily-bin-200603142030-ml_ja_zh_CN-14_Mar_2006_2030.zip on
Linux/FC3/Gnome and JDK 1.4.2_11, 1.5.0_06 and it is again ok.
Comment 3 Tomas Danek 2006-03-16 14:56:09 UTC
Could not reproduce in 5.0 20060125, jdk 1.5.0_02, gnome 2.0.2 on solaris
9/sparc. Tried help page shown on screenshot.
Comment 4 Masaki Katakai 2006-03-16 21:24:03 UTC
Thank you for testing. I'll try to find the exact environment for this issue.
Comment 5 Antonin Nebuzelsky 2006-09-22 15:27:02 UTC
Closing as WORKSFORME. No more information for half a year. Reopen with more
info if you want.