JDK-5081024 : W still clipped in JLabels if rendered via HTML
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 2004-07-30
  • Updated: 2019-12-17
  • Resolved: 2019-12-17
Related Reports
Relates :  
Description
If you create a JLabel like: JLabel("<html>Wow!");

the W will be clipped.
See http://www.javadesktop.org/forums/thread.jspa?threadID=3497&start=15&tstart=0
for details.

Comments
EVALUATION This was fixed for non-HTML by way of 4716362 but not for HTML text on component as it involves a different code path. ###@###.### 2004-08-02
02-08-2004