I have tabs with the property ContentAutoHeight to true. When I expand for the first time the screen its broken like the picture, then if I touch in the screen comes to normal. Strange behaviour. I am in ODC
Hi @Filipe Lourenço ,
This is likely a rendering issue caused by the accordion inside a tab when ContentAutoHeight = True.
You can try:
Removing any fixed heights on the tab container.
Forcing a refresh/redraw after the accordion expands so the tab recalculates its height.
Checking the accordion’s initial expanded settings.
As a workaround, setting ContentAutoHeight to False and handling scroll via CSS.
https://www.outsystems.com/forums/discussion/101380/how-to-make-container-expand-with-accordion-expansion/
regards,
Manish Jawla
I dont have any fixed height in tabs. "
"How to do that?
can you share the sample oml here for further investigation?
unfortunately no
This is a known rendering issue in ODC when using Tabs with ContentAutoHeight = True, especially when the tab contains dynamic content (Accordion, Expandable Containers, lists, etc.). This is case of layout reflow timing bug.
Root Cause:
In ODC, the Tabs pattern:
This happens only the
This happens only the first time, because:
Solution: None documented.
Workaround:
Hope this helps.
Cheers,
Saugat