| Summary: | Create image versions of JavaFX standard cursors without an SWT equivalent. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF FX | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | unspecified | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
It seems JavaFX8 has implemented support for transferring cursors (see javafx.embed.swt.SWTCursors). We should compare that with our implementation and make sure there are no collisions in case JavaFX8 is used. Fixed that all cursors set on FXCanvas were ignored by FXCanvasEx. Instead, fixed missing support for image cursors by setting a respective platform cursor on the cursor frame (from within the listener). Resolving this as fixed, as we no longer provide a mapping of cursors but rely on the one provided by JavaFX. |