71
Views
4
Comments
Solved
Tabs Content Item not showing in service studio
Service Studio Version
11.54.61 (Build 63317)

I'm wondering if it's just me, but since the new reactive UI update everything placed inside the Tabs Content Item widget is invincible in service studio. So when published everything is fine and the content shows like normal, but inside service studio you can click the widgets but it's like everything has the same color as the background or is 100% transparent.

Has anybody else also noticed this?

This screenshot is with the basic Outsystems theme, so no CSS changes were made.

UserImage.jpg
Lavanya A
Solution

hi @Nigel Suderee
     Faced the same issue it resolved now. 
There is Default Known Issue with Updated Outsystem UI as mentioned in this discussion :
[OutSystems UI] Content inside of service studio tabs is invisible | OutSystemsin service studio,
add this CSS to make tabs visible inside the service studio. : 

.osui-tabs:not(.osui-tabs--has-drag) 
.osui-tabs__content-item:not(.osui-tabs--is-active)
{  -servicestudio-opacity:1;}


 i hope this solves your issue.

2023-05-30 07-41-52
NigelNL

Thanks! This works for now. It's not 100% fixed but way better than nothing.

2022-07-05 06-54-15
GOKULPRASANTH MUNUSAMY

Hi Nigel Suderée ,

I tried in personal environment with the base theme . It is working fine only. 


Regards 

Gokulprasanth M

UserImage.jpg
Lavanya A

there is a issue with updated outsystems UI (latest version).

UserImage.jpg
Lavanya A
Solution

hi @Nigel Suderee
     Faced the same issue it resolved now. 
There is Default Known Issue with Updated Outsystem UI as mentioned in this discussion :
[OutSystems UI] Content inside of service studio tabs is invisible | OutSystemsin service studio,
add this CSS to make tabs visible inside the service studio. : 

.osui-tabs:not(.osui-tabs--has-drag) 
.osui-tabs__content-item:not(.osui-tabs--is-active)
{  -servicestudio-opacity:1;}


 i hope this solves your issue.

2023-05-30 07-41-52
NigelNL

Thanks! This works for now. It's not 100% fixed but way better than nothing.

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