Bug 93493

Summary: [navigation] Javadoc view not displaying images from the doc-files directory
Product: [Eclipse Project] JDT Reporter: Feles <kaly_white>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, kiralyattila.hu
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=545882
Whiteboard:

Description Feles CLA 2005-05-03 05:06:12 EDT
The JavaDoc view doesn't display embedded images, located in the package's doc-
files directory. Instead it displays only the image placeholder.

Here is the javadoc definition:
* <img src="doc-files/dialog.gif">
The javadoc generates correctly, the image exists.

Version: 3.1.0
Build id: I20050401-1645

java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
Comment 1 Dani Megert CLA 2005-05-03 05:16:48 EDT
Currently only fully qualified URLs are supported.