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.
goes to.....
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.
SubForm (form mode) disappears
-
- Posts: 75
- Joined: Tue Dec 26, 2017 8:58 pm
SubForm (form mode) disappears
You do not have the required permissions to view the files attached to this post.
Re: SubForm (form mode) disappears
Andrew,
Should be fixed now.
I have put the fix on Github.
Steven
Should be fixed now.
I have put the fix on Github.
Steven
-
- Posts: 75
- Joined: Tue Dec 26, 2017 8:58 pm
Re: SubForm (form mode) disappears
the displaying issue appears to be fixed
however the tabs are not disaplying correctly now.
however the tabs are not disaplying correctly now.
You do not have the required permissions to view the files attached to this post.
Re: SubForm (form mode) disappears
Andrew,
I think this is because you have made some CSS changes,
These 2 elements should have the same background-color.
Steven
I think this is because you have made some CSS changes,
These 2 elements should have the same background-color.
Steven
You do not have the required permissions to view the files attached to this post.
-
- Posts: 75
- Joined: Tue Dec 26, 2017 8:58 pm
Re: SubForm (form mode) disappears
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 Old version 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.
But since the fix it does. I wonder if whatever you altered is now displaying or drawing the tab longer than before.
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 Old version 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.
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.
-
- Posts: 75
- Joined: Tue Dec 26, 2017 8:58 pm
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: SubForm (form mode) disappears
As I see, the bottom padding was changed with this commit:
https://github.com/nuSoftware/nuBuilder ... 757d4e7eab
Try overriding its padding (Home ► Setup ► Header)
A logout and login is required to take effect
https://github.com/nuSoftware/nuBuilder ... 757d4e7eab
Try overriding its padding (Home ► Setup ► Header)
Code: Select all
.nuTabSelected {
padding: 8px 5px 2px 5px;
}
Re: SubForm (form mode) disappears
Andrew,
It's only a problem if someone makes HTML elements, that are supposed to be the same color, different colors.
Steven
It's only a problem if someone makes HTML elements, that are supposed to be the same color, different colors.
Steven