Skip to content

Stylesheets in FXML files used via AfterburnerFX are not monitored #41

@dlemmermann

Description

@dlemmermann

Our application uses AfterburnerFX and tons of FXML files. The CSS files are discovered either by "Convention" (css file has same name as fxml file) or via "Configuration" (declared explicitly in fxml file). I tried both and changing the CSS file does not trigger a reload.

Example:

<VBox styleClass="overview" xmlns="http://javafx.com/javafx/8.0.121"
      xmlns:fx="http://javafx.com/fxml/1" minWidth="400" maxWidth="400"
      stylesheets="@ElectricityRatePlanOverview.css, @../RatePlanOverview.css"
      fx:controller="uk.co.senapt.desktop.ui.module.product.rateplan.electricity.ElectricityRatePlanOverviewController">
</VBox>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions