Stylesheets not working in TFX2
See original GitHub issueI cannot get Stylesheet
s to work in the jdk10 branch. As far as I can tell, it appears to have something to do with FX.osgiAvailable
always returning true, so detectAndInstallUrlHandler()
in the init
block of Stylesheet
never runs.
init {
if (!FX.osgiAvailable) {
detectAndInstallUrlHandler()
}
}
If I comment out the check, it works fine.
This happens even when running the tests in TornadoFX (for example, the NewViewTransition.kt
tests).
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Stylesheet not applying to button control · Issue #1150 - GitHub
I have gone through the page on how to apply css classes programmatically by extending the Stylesheet class. The problem I am having, ......
Read more >Stylesheets not working - WordPress.org
I'm trying to create stylesheets for my blocks. I've made a stylesheet in the same folder as the php files for the black....
Read more >CSS not working in stylesheet - Stack Overflow
I have a set of Styles that were first created inside the style attribute on a page. I want to move it from...
Read more >Stylesheet not working properly when pushing from ...
We ran into a problem yesterday when pushing from Integration to our Preproduction environment. The stylesheet data is either getting ...
Read more >Style sheet & Ui page why my link not working - ServiceNow
Hello guys, I'm working on a popUp window, this one is working then I would to style it with some CSS. So I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, just return
false
for now, and I’ll pick up OSGi support down the line 😃 I still have a few apps using it, and they need to be updated in a while, so I’ll get to it eventually. In the mean time, OSGi support is used by very few comparatively speaking, so I don’t feel bad about breaking it in 2.0.0 at least.Merged in workaround #1098