JDK-8093723 : HTML Editor needs different icons for numbered, bulleted list, indent and outdent when RTL
Type:Bug
Component:javafx
Sub-Component:controls
Affected Version:8
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2013-02-18
Updated:2015-06-12
Resolved:2014-03-18
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.
In 8.0 b106, only the bullet icon is incorrect, others look fine. snapshot is attached.
13-09-2013
David I added styles like RT-25288 shows using dir() psudoclass but can't get it to work, any ideas?
+.html-editor:dir(rtl) .html-editor-outdent {
+ -fx-graphic: url("HTMLEditor-Outdent-RTL.png");
+}
20-04-2013
Attached patch and icons, icons need to go into javafx-ui-controls/src/com/sun/javafx/scene/control/skin/modena/
20-04-2013
Icons attached - assign to Jasper for implementation.