Stylesheet relative location resolution corrupted on save

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 7u6
    • Affects Version/s: 7u6
    • Component/s: javafx
    • None
    • Environment:

      Windows7, JavaFX 2.1, SceneBuilder B37, Netbeans 7.1.2

      Hello,

      When providing a relative URL to a parent directory for a stylesheet, Scene Builder opens and renders the FXML correctly:

        <stylesheets>
          <URL value="@../../application.css" />
        </stylesheets>

      But when saving the form after changes, the path is truncated as below:
        <stylesheets>
          <URL value="@../.css" />
        </stylesheets>


      For now, I need to correct the url using netbeans.

            Assignee:
            Daniel Fuchs
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: