Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8239496 | jfx15 | Nir Lisker | P4 | Resolved | Fixed |
Collection of doc fixes for OpenJFX 14
1. FXCollections#reverse is missing a period before "First".
2. Platform#isFxApplicationThread: "Use this call the ensure" --> "to ensure"
3. Node#clipProperty: "the the clipping shape" --> only one "the"
4. checkJavaException function in OleUtils.h, line 230: "Messsge" -> Message
5. Animation#stop: stops an animation in PAUSE too: "If the animation is stopped, this method has no effect."
6. Animation#totalDuration: "A animation" -> "An animation"
1. FXCollections#reverse is missing a period before "First".
2. Platform#isFxApplicationThread: "Use this call the ensure" --> "to ensure"
3. Node#clipProperty: "the the clipping shape" --> only one "the"
4. checkJavaException function in OleUtils.h, line 230: "Messsge" -> Message
5. Animation#stop: stops an animation in PAUSE too: "If the animation is stopped, this method has no effect."
6. Animation#totalDuration: "A animation" -> "An animation"
- backported by
-
JDK-8239496 Fix mistakes in FX API docs
- Resolved
- relates to
-
JDK-8210238 ☂ Animations do not play backwards properly
- In Progress