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!
Register and log in to access exclusive forums and content available only to registered users.
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
-
- 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
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: 5 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: 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
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).