Welcome to the nuBuilder Forums!

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

SubForm (form mode) disappears

Questions related to using nuBuilder Forte.
Locked
alf1976
Posts: 75
Joined: Tue Dec 26, 2017 8:58 pm

SubForm (form mode) disappears

Unread post by alf1976 »

i have a subform in Form view. Its fine until i click refresh or save then it goes grey and all the records disappear from the screen
Only way to get them back is to go out of the main form and then go back in.
subform-there.jpg
goes to.....
subform-gone.jpg
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SubForm (form mode) disappears

Unread post by admin »

Andrew,

Should be fixed now.

I have put the fix on Github.

Steven
alf1976
Posts: 75
Joined: Tue Dec 26, 2017 8:58 pm

Re: SubForm (form mode) disappears

Unread post by alf1976 »

the displaying issue appears to be fixed

however the tabs are not disaplying correctly now.
tabissue.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SubForm (form mode) disappears

Unread post by admin »

Andrew,

I think this is because you have made some CSS changes,

These 2 elements should have the same background-color.
style.PNG
Steven
You do not have the required permissions to view the files attached to this post.
alf1976
Posts: 75
Joined: Tue Dec 26, 2017 8:58 pm

Re: SubForm (form mode) disappears

Unread post by alf1976 »

Hi Steven,

Regardless of css tweaks, this wasnt there in a previous version. I have just unzipped an older git hub version and tried that.

New version
tabNew.png
Old version
tabold.png
The area of the tab is different now.

This sort of makes sense. Before you fixed the issue the tab on the subform didnt reach the bottom.
subform-there.jpg
But since the fix it does. I wonder if whatever you altered is now displaying or drawing the tab longer than before.
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SubForm (form mode) disappears

Unread post by admin »

Andrew,

That's exactly what I did.

Steven
alf1976
Posts: 75
Joined: Tue Dec 26, 2017 8:58 pm

Re: SubForm (form mode) disappears

Unread post by alf1976 »

Is there a solution that doesnt require elongated tabs?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: SubForm (form mode) disappears

Unread post by toms »

As I see, the bottom padding was changed with this commit:
https://github.com/nuSoftware/nuBuilder ... 757d4e7eab

Try overriding its padding (Home ► Setup ► Header)

Code: Select all

.nuTabSelected {
  padding: 8px 5px 2px 5px;
}
A logout and login is required to take effect
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SubForm (form mode) disappears

Unread post by admin »

Andrew,

It's only a problem if someone makes HTML elements, that are supposed to be the same color, different colors.

Steven
Locked