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.
Object order in grid subform
Object order in grid subform
I tried to arrange to the order of columns in a grid subform using this technique viewtopic.php?p=15622&hilit=grid+subfor ... der#p15622 and it no longer works. While i'm in the arrange objects screen the tab order can't be changed either via drag and drop or using the up/down arrow buttons. Is something broken or am I missing something?
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Object order in grid subform
Are you using the latest from Github?
There was a fix some time ago that addressed that issue.
There was a fix some time ago that addressed that issue.
Re: Object order in grid subform
Just updated the system. Same results when trying to set tab order on a grid subform.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Object order in grid subform
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
If you see an error message, try searching this forum as well as Google for that message and see if any useful advice is among the search returns.
Re: Object order in grid subform
Code: Select all
2DevTools failed to load source map: Could not load content for https://dbs.winecountry-bbq.com/core/libs/uppy/uppy.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
nuformdrag.js?ts=20220908082418:485
Uncaught TypeError: Cannot read properties of undefined (reading 'objects')
at nuMoveDownOrder (nuformdrag.js?ts=20220908082418:485:97)
at HTMLButtonElement.onclick (index.php:1:1)
Tthe file uppy.min.js.map is missing, uppy.min.js is present.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Object order in grid subform
Are you sure that you use the latest version? Because the map reference was also removed about 27 days ago and your nuformdrag.js etc. is not up to date either.
Re: Object order in grid subform
I downloaded and installed nuBuilder-4.5-RELEASE_4.5.6.0.zip. If that's not the latest please send the link. Also as the development process "matures" it would be nice to have a version number somewhere to know what version of nuBuilder is running.