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

Watch images referenced from CSS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • None
    • javafx
    • None

      ImageView, Labeled, Region and Tooltip can reference images. There is 2 places where the img can appear: Author CSS or Inline CSS.

      The image can be retrieved when CSS is applied, doing a check each time CSS rule changes would be nice (tracking only file that are actually in use) but would be costly. We are in the critical perf path there.
      A possibility is to do it on the CSS source (style property or file)
      - When the style property is updated.
      - When CSS file are loaded/updated.
      The parsed StyleSheet structure should contain the path to Image.

            jfdenise Jean-Francois Denise (Inactive)
            jfdenise Jean-Francois Denise (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: