gluonhq / scenebuilder

Scene Builder is a visual, drag 'n' drop, layout tool for designing JavaFX application user interfaces.
https://gluonhq.com/products/scene-builder/
Other
732 stars 218 forks source link

Show Preview in Dialog always ignores Scene Style Sheets #666

Open credmond opened 10 months ago

credmond commented 10 months ago

The resulting window via "Preview -> Show Preview in Dialog" appears to ignore the Scene Style Sheets (i.e., stylesheets added via Preview -> Scene Style Sheets).

Expected Behavior

The CSS is applied as expected.

Current Behavior

The CSS is ignored.

Steps to Reproduce

Create a DialogPane of some sort, add a Scene Style Sheets which should modify its look, then go to "Preview -> Show Preview in Dialog" and observe your CSS has been ignored.

Your Environment

All environments.

Oliver-Loeffler commented 10 months ago

This one is familar to me as well. Well, from mid Nov'23 I'll be able to continue work in the existing PRs. Then I'll also be able to support your work as well.

credmond commented 10 months ago

@Oliver-Loeffler Thanks -- I'll be happy to help/test things for you. I bet the root cause is related to the CSS Analyser bug we spoke about...

credmond commented 8 months ago

Hey -- is there any good news to come on this? :)