Page 1 of 1

Problems with responsive desigen

Posted: Sat Jan 20, 2024 8:13 am
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?

Re: Problems with responsive desigen

Posted: Mon Jan 22, 2024 8:49 am
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.

Re: Problems with responsive desigen

Posted: Wed Jan 24, 2024 5:01 pm
by kev1n
How did you implement the responsive mode?

Re: Problems with responsive desigen

Posted: Wed Jan 24, 2024 7:12 pm
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.