Hi All,
Please review a fix for an issue where it is seen that JTextPane with
RTFEditorKit writes background color for specific word into rtf file but
doesn't read it. So, if yellow background color is set, it will read
default white background.
This is because RTFReader#AttributeTeackingDestination.handleKeyWord()
does not handle "cb" keyword which is Font(character) formatting
property for background color
as per http://www.biblioscape.com/rtf15_spec.htm.
Fix is to make it handle "cb" keyword.
Bug: https://bugs.openjdk.java.net/browse/JDK-8219156
webrev: http://cr.openjdk.java.net/~psadhukhan/8219156/webrev.0/
Regards
Prasanta