Modify ↓
Opened 18 months ago
Closed 18 months ago
#36 closed defect (fixed)
Wrong spelling of CSS -fx-text-overrun values
| Reported by: | christian h. | Owned by: | tom |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.0.12 |
| Component: | tooling-css | Version: | 0.0.11 |
| Keywords: | Cc: |
Description
e(fx)clipse recommends the following -fx-text-overrun values:
- center-ellipses
- center-word-ellipses
- clip
- ellipses
- leading-ellipses
- leading-word-ellipses
- word-ellipses
(This is the spelling according to the documentation on http://docs.oracle.com/javafx/2.0/api/javafx/scene/doc-files/cssref.html#labeled).
But as reported also to the JavaFX team (http://javafx-jira.kenai.com/browse/RT-18779), the JavaFX Runtime uses a different spelling for the "*-ellipses" values: it uses "*-ellipsis".
Please update the corresponding recommendations in e(fx)clipse according to the reaction of the JavaFX team.
Attachments (0)
Change History (3)
comment:1 Changed 18 months ago by tom
- Milestone set to 0.0.12
comment:2 Changed 18 months ago by tom
- Status changed from new to accepted
comment:3 Changed 18 months ago by tom
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
