Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8194732 | 8u172 | Rajath Kamath | P4 | Resolved | Fixed | b02 |
An editable DIV with non opaque background cause an exception when focused.
In HTMLEditorSkin.rgbToHex, the alpha value is handled like an integer but it is a float.
In HTMLEditorSkin.rgbToHex, the alpha value is handled like an integer but it is a float.
- backported by
-
JDK-8194732 Non opaque background cause NumberFormatException
- Resolved