Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Tabs of subform not visible in version 4.9 Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
Jannie
Posts: 35
Joined: Sat Jun 09, 2018 4:36 pm
Location: Netherlands
Has thanked: 5 times
Been thanked: 1 time
Contact:

Tabs of subform not visible in version 4.9

Unread post by Jannie »

After upgrading to version 4.9 tabs on subforms are not visible. I still see them underwater in the browser.
I have it embedded in form-view.
In former versions this worked well. You where able to jump to another tab.
Subform in edit mode.png
Same form embedded as subform .png
Is this a bug or dit I something wrong?
You do not have the required permissions to view the files attached to this post.
Jannie
Posts: 35
Joined: Sat Jun 09, 2018 4:36 pm
Location: Netherlands
Has thanked: 5 times
Been thanked: 1 time
Contact:

Re: Tabs of subform not visible in version 4.9

Unread post by Jannie »

I already found a workaround by adding this style:
.nuSubformTitleHolder{
z-index: 100;
transform: translateY(-10px);
}

.nuSubformTitleHolder .nuTab{
float:left;
}
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Tabs of subform not visible in version 4.9

Unread post by kev1n »

Hi,

Thanks for reporting!
I also took a shot at fixing it and pushed the changes to GitHub (nuform.js and nubuilder4.css updated).
Post Reply