Page 1 of 1

SubForm (form mode) disappears

Posted: Sat Feb 10, 2018 5:14 pm
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

Re: SubForm (form mode) disappears

Posted: Sun Feb 11, 2018 3:14 am
by admin
Andrew,

Should be fixed now.

I have put the fix on Github.

Steven

Re: SubForm (form mode) disappears

Posted: Sun Feb 11, 2018 11:49 am
by alf1976
the displaying issue appears to be fixed

however the tabs are not disaplying correctly now.
tabissue.png

Re: SubForm (form mode) disappears

Posted: Sun Feb 11, 2018 6:16 pm
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

Re: SubForm (form mode) disappears

Posted: Sun Feb 11, 2018 10:55 pm
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.

Re: SubForm (form mode) disappears

Posted: Sun Feb 11, 2018 11:59 pm
by admin
Andrew,

That's exactly what I did.

Steven

Re: SubForm (form mode) disappears

Posted: Mon Feb 12, 2018 8:21 pm
by alf1976
Is there a solution that doesnt require elongated tabs?

Re: SubForm (form mode) disappears

Posted: Mon Feb 12, 2018 8:48 pm
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

Re: SubForm (form mode) disappears

Posted: Mon Feb 12, 2018 10:46 pm
by admin
Andrew,

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

Steven