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

Make Text node inherit font with css by default

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • fx2.0
    • fx2.0
    • javafx

    Description

      The font property of text node should be inherit by default like Label. So in code this:

        @Styleable(property="-fx-font")
          private ObjectProperty<Font> font;

      should be this

          @Styleable(property="-fx-font", inherits=true)
          private ObjectProperty<Font> font;

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: