Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8333121

Support combination of short-hand and long-hand property notation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • javafx
    • None

      The JavaFX CSS parser does not support the combination of short-hand and long-hand notations in a declaration block, as in the following example:

      ```
      .button {
          transition: -fx-background-color 1s;
          transition-easing-function: linear;
      }
      ```

      Currently, the long-hand property hides the short-hand property. The expected behavior is that both property notations are combined as if by spelling out all properties in their long-hand form.

            mstrauss Michael Strauß
            mstrauss Michael Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: