18
Views
3
Comments
Outsystems UI v2.14.0 Tab error and quickfix
Discussion

Hi,

We are using tabs and with the upgrade to Outsystems UI v2.14.0 we are changing the code tab's new version.

In the upgrading process we noticed that popover has some issues.




I think Outsystems should look to this problem and fix it in future releases.

Meanwhile here is a quick fix (in css):

.osui-tabs__content { overflow: unset; }

.osui-tabs { overflow: unset; }

.osui-tabs__content-item { overflow: unset; }

.osui-tabs__content-item { display: none; }

.osui-tabs__content-item.osui-tabs--is-active{ display: block; }


Hope it helps.

Hi Luis Sardinha,

Glad to see that you shared the solution with community. This will help the people.

You can also raise this it to OutSystems UI team by using below URL so they can pick in next release. 

https://www.outsystems.com/forge/component-discussions/1385/OutSystems+UI


Thanks
Pankaj

@Luis Sardinha was this reported to OutSystems (and hopefully on their backlog)?

I see similar behavior for dropdowns/dropups and submenus in tab content that are close to its border.


Champion

Hi @Luis Sardinha 

Good observation and glad to see that you shared solution as well.

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.