Context: TL3000 and FSR500? mounted from Community? in flight?
Bug description:
in MSFS 2020 In order to prevent objects behind a screen being clickable, in this case our EFBs, we use the template ASOBO_GT_Interaction_NoInteraction on the EFB screen. This is to prevent users clicking unintentionally circuit breakers and other objects behind the tablets
Unfortunately in MSFS 2024 this results in the screen becoming non touchable or losing the hand cursor (which concerns mean as this could me it would not work with XBOX Consoles clicks, etc.).
Repro steps:
Load TL3000 or FSR500 in community folder and see how the EFBs are non operational.
I put the ASOBO_GT_Interaction_NoInteraction on the EFB screen directly now and things works preventing things going behind, however the EFB is missing the “hand icon” for touch screen handling. Making it a bit difficult to click certain things sometimes.
This is the bug remaining, the lack of the “hand icon” when we use this template in order to avoid things clickable from behind.
The version you have of FSR500 now has a custom template for this (similar to the NoInteraction) and the behaviour is the same… no hand icon despite the EFB screen is set as a colision and touchable. Removing the NonInteraction or the custom template brings back the hands icon and great click capability, but then the CBs are clickable from behind.
We’re still observing similar issue in our aircraft in the 1.0.84 version.
Apart from the cursor appearing as a regular arrow and not a hand icon like it used to in FS2020, there’s also an intermittent problem with mouse clicks not being registered by the gauge screen.
I’ve replaced our tablet gauge with “MouseWasmModule” sample from the SDK. Most of the time it looks like this, which is a correct working state (except for lack of hand icon), and the mouse clicks are registered:
But sometimes the red circle under the cursor starts flickering several times a second or disappears completely, the reported “position cursor” becomes (-1,-1) and the gauge does not register new mouse click events in this state.
for what is worth, when I remove the template usage ASOBO_GT_Interaction_NoInteraction and the hand icon comes back, the clicks work fine… however you can click behind the gauges / html controls, in this case my EFB.
So the it seems the click behaviour is more related to the hand icon integrations.