JDK-4174849 : JEditorPane ignores caption HTML tag while document model has correct element
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_nt
  • CPU: unknown,x86
  • Submitted: 1998-09-18
  • Updated: 1999-04-20
  • Resolved: 1999-02-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.2.2 1.2.2Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
JDK1.2FCS-K: solaris, win32

When table has a caption, it is parced and attached into the root document element. The caption tag is also one of supported tag by the default reader. However the caption doesnot appear on the JEditorPane.

1) cd ~baechul/Beetle
2) java Beetle
3) Press 'eye' icon from the toolbar
4) Upper window shows source code while down window shows the actual view on JEditorPane.
5) The table on the pane should have a caption on the bottom.
6) Press 'file open' icon from the bottom toolbar.
7) Click 'Synchronous Load' and 'More Controls' check box.
8) Browse element tree and you will see caption element is under table.

So parcing a caption is done but the view ignored caption. 
bae-chul.kim@eng 1998-09-18

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic FIXED IN: 1.2.2 INTEGRATED IN: 1.2.2 VERIFIED IN: 1.2.2
14-06-2004

EVALUATION The caption support is not yet implemented. timothy.prinzing@eng 1998-10-06 There is better support for child views that are not table rows (such as captions, column groups, etc). Captions are displayed using ParagraphView. timothy.prinzing@eng 1999-01-13
13-01-1999