Page 1 of 1

[Issue] Browse Form - Footer disappears

Posted: Mon Mar 05, 2018 8:15 pm
by toms
Hi,

In a Browse form, I noticed a strange issue. When I navigate to the next page, the footer (nuBrowseFooter) disappears and the record navigator controls (◄ Page 1 / 32 ► ) will get out of place.

After 1 hour of debugging I found the culprit. This issue only happens if the last column's width equals 0.
Then a nagative footer width value is assigned in the function nu_resize_footer();
imgcolwidth.png
Video: https://vimeo.com/258665116

Re: [Issue] Browse Form - Footer disappears

Posted: Tue Mar 06, 2018 8:55 pm
by admin
toms,

Nice find!

I have put the fix on Github.

Steven