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

CSS background-position doesn't support center

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • None

      When region CSS impl got rewritten in 8 it no longer supports center as a option for -fx-background-position. See http://www.w3schools.com/cssref/pr_background-position.asp for details on center.

      -fx-background-position: center;

      should result in:

      new BackgroundPosition(Side.LEFT,.5,true,Side.TOP,.5,true)

            dgrieve David Grieve
            jasper Jasper Potts (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: