-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b60
-
x86
-
linux, linux_redhat_9.0, linux_suse_slec
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
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
- duplicates
-
JDK-5042381 Unexpected font size change in Javahelp with Java 1.5
-
- Closed
-
- relates to
-
JDK-5082064 1.5.0 Regression: HTML too large on all Swing components
-
- Resolved
-
-
JDK-4765271 Mapping of the CSS length units is incorrect
-
- Resolved
-
-
JDK-5089077 Regression: NPE when relative font sizes used in html
-
- Resolved
-