JDK-5042095 : GTK+ theming needs to happen for JEditorPane
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS:
    linux,linux_redhat_9.0,linux_suse_slec linux,linux_redhat_9.0,linux_suse_slec
  • CPU: x86
  • Submitted: 2004-05-04
  • Updated: 2017-05-16
  • Resolved: 2004-07-25
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
5.0 b60Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
JEditorPane does not pickup right font size and font family under GTK LookAndFeel.

It should use javax.swing.UIManager.get("EditorPane.font")
=====
update from 5042381
 In JEditorPane we are tying to follow w3c standards on font sizing.
See bug 4765271 [Mapping of the CSS length units is incorrect]
In 1.5 "12pt" can produce different font sizes depending upon the screen resolution.
We need to have it backward compatible.
###@###.### 2004-05-05

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b60 tiger-rc
03-08-2004

SUGGESTED FIX http://sa.sfbay.sun.com/projects/swing_data/tiger/5042095/ ###@###.### 2004-07-23
23-07-2004

EVALUATION Note, when choosing priorities, that correction to this behavior is required in order to meet Sun's product accessibility requirements. ###@###.### 2004-05-05 Note that this fix is required for the Cinnabar Linux/Solaris releases of the Java Desktop System. Adding the "cinnabar" keyword. ###@###.### 2004-05-28 you might tright fix 'in progress' here /net/kali/export/current/5042095/5042095-05.28.2004.jar java -Xbootclasspath/p:/net/kali/export/current/5042095/5042095-05.28.2004.jar <your_java_app> to try it Basefont style and size, foreground and background colors are themed. (Document setting override our theming setting though) All relative sizes are themed. Do we need to theme anything else ? ###@###.### 2004-05-28 Guys could you please try my latest fix? /net/jano/export/disk09/swing/idk/5042095/5042095.06-09-2004.jar To run java with the fix: java -Xbootclasspath/p:/net/jano/export/disk09/swing/idk/5042095/5042095.06-09-2004.jar ###@###.### 2004-06-09
09-06-2004