Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4174871
Votes 1
Synopsis JEditorPane ignores table border size
Category java:classes_swing
Reported Against 1.2fcs , 1.3.0_01
Release Fixed 1.5(tiger)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 4410606
Submit Date 18-SEP-1998
Description
JDK1.2FCS-K: solaris, win32

The border attribute in <TABLE> tag is ignored.

1) cd /home/baechul/Beetle
2) java Beetle
3) Press 'eye' icon form the toolbar
4) Open t-table3.html
5) Each table should have different border size.

bae- xxxxx@xxxxx  1998-09-18
Work Around
N/A
Evaluation
The border width is not completely ignored, whether or not it's non-zero is
considered and the border will not be drawn if zero.  If non-zero, the border
having a style of inset or outset will be rendered, but our border painters
in the border package don't handle a width for the beveled case.  One could
be created using the CompoundBorder, or by writing a custom border that
recognizes all the css border attributes.
 xxxxx@xxxxx  1998-10-17





There was no code to process BORDER attribute in TABLE tag.

 xxxxx@xxxxx  2003-02-21


======================================================================
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang