JDK-4218270 : "ALIGN" attribute of "CAPTION" tag is ignored in JEditorPane
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.1
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1999-03-08
  • Updated: 1999-11-19
  • Resolved: 1999-11-10
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.3.0 kestrelFixed
Related Reports
Relates :  
Description
JDK-1.2.1-J Build:

Table tag supports "CAPTION" tag now. The table title in "<CAPTION ALIGN="BOTTOM">My Title</CAPTION> was displayed in the top of the table.

bae-chul.kim@eng 1999-03-08

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

EVALUATION This was fixed as part of the fix to 4285873. The caption is now placed inside the inset area of TableView, currently either top or bottom although the css table model also supports the two sides. In html, there is a difference between Navigator and IE. In Navigator the "align" attribute is used to position the caption and in IE the "valign" attribute is used and the align attribute has different meaning. TableView now uses the css attribute caption-side to determine its caption placement. We try to support both of Navigator and IE forms of caption placement by translating the align attribute to the css caption-side attribute if the value is top or bottom, otherwise the valign attribute is translated to the caption-side attribute. timothy.prinzing@eng 1999-11-05
05-11-1999