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 124932 - "nb_header.png" can not be displayed on Windows Firefox
Summary: "nb_header.png" can not be displayed on Windows Firefox
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: Registration (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-09 03:55 UTC by Masaki Katakai
Modified: 2008-01-09 11:08 UTC (History)
1 user (show)

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 Masaki Katakai 2008-01-09 03:55:30 UTC
When browsing register.html on offline mode, "nb_header.png"
is not displayed on only Firefox. I'm using Windows Vista Japanese
and Firefox 2.0.0.11 Japanese. I haven't tried other platforms yet.

IE is OK.

It seems that Firefox can not display the image in the following case,

        <img src="C:\Users\root\.netbeans-registration\6.0.1\nb_header.png" width="783" height="63"></td>

When I added "file://" before the "C:\Users...", it works.

        <img src="file://C:\Users\root\.netbeans-registration\6.0.1\nb_header.png" width="783" height="63"></td>

IE displays properly both cases.
Comment 1 mslama 2008-01-09 11:08:56 UTC
Fixed reference to picture in register.html.

Main trunk:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbServiceTagSupport.java
new revision: 1.12; previous revision: 1.11

release60:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbServiceTagSupport.java
new revision: 1.2.2.11; previous revision: 1.2.2.10

release60_registration:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbServiceTagSupport.java
new revision: 1.2.2.7.2.4; previous revision: 1.2.2.7.2.3

release55:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbServiceTagSupport.java
new revision: 1.2.4.11; previous revision: 1.2.4.10

release551:
/cvs/ide/reglib/src/org/netbeans/modules/reglib/NbServiceTagSupport.java
new revision: 1.2.6.11; previous revision: 1.2.6.10