RFR: 8291853: [CSS] ClassCastException in CssStyleHelper calculateValue [v2]

Andy Goryachev angorya at openjdk.org
Thu Nov 10 20:42:42 UTC 2022


On Thu, 10 Nov 2022 20:33:11 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> So this really is not a bug in the CSS parser after all?

Not in the CssParser, but in the code that resolves the actual values at runtime (CssStyleHelper).  May not be a bug per se, but rather a side effect of some specific order of initialization.  Keep in mind that it gets resolved, eventually.

-------------

PR: https://git.openjdk.org/jfx/pull/947


More information about the openjfx-dev mailing list