Hello,
Does anyone know if the new version breaks the togglesidemenu ?
Because in PROD its working and in dev/test with the new OutSystemsUI version, we click on the hamburguer and nothing happens.
Even though I did debug and the toggle returns success true.
I had to revert the version because I have no time to investigate but will do next week.
Hi ,
I checked with (Build 63890) and its working as expected .
and
Hi Amit, thank you, I will download that build and try again. I will come back to you.
The build I had that didn`t get to work the toggle is build 63766.
Hi @Carolina Bessa
Could you be more specific on what you mean by "new version breaks the togglesidemenu" and share a oml with your implementation so everyone can look at the same use case and be more efficient?
Cheers,GM
Yes, after installing build 63766 the side menu stopped opening.
I will check now with other version as indicated by Amit.
Hi,
I haven't encountered this issue in the new version. It would be easier to identify the problem if you could share the OML file.
I didn't find this issue in the new version, can you provide more details.
In relation to this topic, I have encountered the issue as well. It works fine if the device is in portrait orientation but when it is in Landscape orientation the toggle menu does not work. The forge version that I am using is 2.27.0
Hi @Rogelio Guanlao
Could you please share an OML with your implementation so everyone can look at the same use case and be more efficient?
I found the resolution to this issue not sure if it is same with the author of this post. Previous version of the OutSystemsUI (forgot the previous version number we are using) it does not require the Menu web block to call the action "SetMenuListener" on the OnRender event. So the fix we made based on the version 2.27.0 of the OutSystemsUI is just call the "SetMenuListener" and it works fine regardless of the orientation.