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.

Problems with responsive desigen

Questions related to using nuBuilder Forte.
Post Reply
MonoloEspana
Posts: 7
Joined: Sat Dec 18, 2021 1:59 pm

Problems with responsive desigen

Unread post by MonoloEspana »

Hi, at the moment I am working on a responsive design for mobile.
But in the responsive design nuBuilder has a bug, the object fields in the edit part do not have the same order as on the PC screen.
PC screen:
Image

Mobile view:
Image

Locking where it comes from I have seen that in the HTML rendering the fields/objects haven't the same order as in the in the computer screen, with position absolute there in no problem, but a responsive template use the order of the HTM elements.
Image

I think there is an ease way to resolve it, putting a ORDER BY `sob_all_top`, `sob_all_left`ASC in the query.
Can someone tell me which query is to fix it? Or maybe the nuBilder team wants to fix it?
MonoloEspana
Posts: 7
Joined: Sat Dec 18, 2021 1:59 pm

Re: Problems with responsive desigen

Unread post by MonoloEspana »

I have found where the problem comes from. The elements of the edit forms are ordered in the table "zzzzsys_object" in "sob_all_order", but the order of the brows form is defined in the table "zzzzsys_browse".
In my case the values were not the same, ordering them manually solved the problem. I have't found a way to do it in the nuBulider admin.
kev1n
nuBuilder Team
Posts: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Problems with responsive desigen

Unread post by kev1n »

How did you implement the responsive mode?
MonoloEspana
Posts: 7
Joined: Sat Dec 18, 2021 1:59 pm

Re: Problems with responsive desigen

Unread post by MonoloEspana »

Hi, i have set in the configuration SET in configuration nuMobileView to true and in the form configuration I heave also the mobileview it enabled.
Post Reply