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.
Is this a bug or dit I something wrong?
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Tabs of subform not visible in version 4.9 Topic is solved
-
- Posts: 35
- Joined: Sat Jun 09, 2018 4:36 pm
- Location: Netherlands
- Has thanked: 6 times
- Been thanked: 1 time
- Contact:
Tabs of subform not visible in version 4.9
You do not have the required permissions to view the files attached to this post.
-
- Posts: 35
- Joined: Sat Jun 09, 2018 4:36 pm
- Location: Netherlands
- Has thanked: 6 times
- Been thanked: 1 time
- Contact:
Re: Tabs of subform not visible in version 4.9
I already found a workaround by adding this style:
.nuSubformTitleHolder{
z-index: 100;
transform: translateY(-10px);
}
.nuSubformTitleHolder .nuTab{
float:left;
}
.nuSubformTitleHolder{
z-index: 100;
transform: translateY(-10px);
}
.nuSubformTitleHolder .nuTab{
float:left;
}
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: Tabs of subform not visible in version 4.9
Hi,
Thanks for reporting!
I also took a shot at fixing it and pushed the changes to GitHub (nuform.js and nubuilder4.css updated).
Thanks for reporting!
I also took a shot at fixing it and pushed the changes to GitHub (nuform.js and nubuilder4.css updated).