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

Custom CSS MetaData properties do not support multiple values (values list)

XMLWordPrintable

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      I try to create a custom CSS MetaData property, which has multiple color values, similar to -fx-background-color. But it is not parsed with "parsePaintLayers" like the -fx-background-color, but just with simple parse, which will only return the first Color value of the property.
      I think we could implement a CustomCSSPropertyRegister which would hold custom properties and their type for parsing and use this Register in the CssParser to address custom properties with special handling.


            kcr Kevin Rushforth
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: