Version: 1.6.5
Frequency: Consistently
Severity: Low (High might be ? )
Context: mounted from Community, in flight, simple html gauge to show some debug values
Bug description:
I have a html instrument made to show some debug values, it is rendered directly on screen and it works fine in SU3, I just noticed it does not render in 1.6.5 (it loads , I see everything in Coherent Element’s tab, but it is simply not visible, can’t highlight it with coherent, like it is not even on the screen )
This is the panel.cfg
[VCockpit01]
size_mm=1024,1024
pixel_size=1024,1024
texture=NO_TEXTURE
emissive=1
background_color=42,42,40
render_on_screen=0.15,0.15,0.3,0.3,0,0,3,0
htmlgauge00=debughelper.html, 0,0,1024,1024
I changed nothing in my code and if I revert MSFS back to SU3 it works again.
Proper html instrument rendered in the cockpit works fine so my guess is render_on_screen broke.
Repro steps:
Make a simple html gague and use render_on_screen to show it.