JDK-6627063 : JEditorPane with html tables show improper left margins for some rows
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2_16,1.4.2_17-rev
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10,windows
  • CPU: generic,sparc
  • Submitted: 2007-11-07
  • Updated: 2010-04-03
  • Resolved: 2008-06-26
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.4-poolResolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
i have tested regression on 1.4.2_16-rev-b06, manual test 4723910 , this test failed, see attachment, it has improper gaps for some rows.

Comments
EVALUATION Porting of CR 4690812 to 1.4.2 should enhance the 6306218 port. This is the case in 5.0 release. Setting a new WorstAdjustmentWeight means we get a better layout. Will port this to 1.4.2_22 train. Should close this bug then and track 4690812.
26-06-2008

EVALUATION Issue is focussed around the way we adjust column layout weights in updatePercentagesAndAdjustmentWeights(int span) (TableView class) All column weights returned here are 0. Even though 5.0 contains a similar fix for 6306218, it doesn't exhibit the same behaviour. more investigation required.
23-06-2008