mstr2
mstr2
> I could not find in `cssref.html` any reference to which properties are interpolatable, and which components of interpolatable and which support reconstruction. I think we need to update the...
> Somewhat tangential question: perhaps this enhancement needs a JEP (or a JEP-formatted doc) for future reference. The github infrastructure may one day disappear but I think these kinds of...
> Regarding `cssref.html`: > > 1. I think it might make sense to add a section after "Transitions" talking about component transitions, maybe with examples. > 2. I think we...
> Since probably most of the properties are "interpolatable" we can mention that the particular property does not support interpolation instead. > > Another example: until [JDK-8338002](https://bugs.openjdk.org/browse/JDK-8338002) is implemented, -fx-font*...
CSS properties don't always correspond to JavaFX properties (for example, `-fx-background-color` has no corresponding JavaFX property, it is combined with other CSS properties and mapped to `backgroundProperty()`). It might be...
> > Mirroring the CSS specification, the `Interpolatable` interface defines several types of component interpolation > > Can you give a link to these CSS specifications? I shouldn't say "mirroring",...
I don't think that we should introduce functionality to the event system that is only accessible to controls shipped with JavaFX, but not to third-party controls. Either this is an...
> > but not to third-party controls > > Does it mean you propose to make the `Event.propagateConsume()` method public? If we agree that this is the right API, then...
> For that matter you can't really infer that an event was consumed just because the dispatch chain returned null. The EventDispatcher documentation is a little hazy on this but...
> /csr unneeded You will need a CSR, because you propose to make the public `consumed` field private (and change its type).