Page 1 of 1

Field/Section Widths

Posted: April 19th, 2023, 3:21 pm
by kathy.pride
Something happened to change the widths of field and sections in all our applications in all environments, so all our forms are not displaying as they used to. Some examples:

This tab has 2 sections. The left-hand section contains the fields and the right-hand section is blank. This was done so the fields would only be on the left-hand side of the page. Now, the blank right-hand section is being ignored and fields display across the entire width.
image.png
Drop-down list fields used to be only as wide as the longest value in the list unless a set width was specified. Now, they take the entire width regardless of the value.
image.png
image.png
Some section width values are being ignored and, again, field is displayed across the entire width. The "Value for Customs" has a section width of 190px.
image.png

Re: Field/Section Widths

Posted: April 20th, 2023, 2:30 pm
by JustinVanRegenmorter
Hello Kathy,

We are looking into what happened here.

Re: Field/Section Widths

Posted: April 20th, 2023, 4:09 pm
by JustinVanRegenmorter
Hello Kathy,

After taking a look around it seems like the table in the Sales Order tab has a broken row. This is causing there to be only one column in the bottom table and making all the other tables fit accordingly. I would suggest that you create a SalesOrder table and move everything over and delete the old one. This will fix your first two issues.
BrokenTableRow.png
Your other issue is that the width is being set on the cell and not the ValuesForCustoms TextBox itself. Once you set it there it should format as you want it to.