You are viewing limited content. For full access, please sign in.

Question

Question

Upgraded to 10.2 - now the "add" button on form tables adds the new row to the TOP of the table

asked on August 10, 2017

We have some forms that have tables in them. These tables have the standard "add" button that adds a new row to the table.

We are testing the upgrade of these forms to 10.2.1. One behavior we noticed is that the add buttons now add the new rows to the top of the tables, as opposed to the bottom.

Has anyone else run into this?

0 0

Answer

SELECTED ANSWER
replied on August 10, 2017 Show version history

I did. It didn't happen to all tables. What I figured out was that I had used some HTML to format the text and hadn't provided the closure. Example:

<strong>This is a test</strong>

In the example above, I had left off the </strong> part. Apparently, Ver. 9 didn't care! Ver. 10 is very picky about crossing the i's and dotting the t's.

3 0
replied on August 10, 2017 Show version history

Do you mean you had used HTML to format the text on the table headers and such? Or elsewhere on the form, such as in Custom HTML fields?

0 0
replied on August 10, 2017 Show version history

Oh wow, you weren't kidding. One of the <b> tags was missing its closing tag. Fixing that resolved the issue!

0 0
replied on August 21, 2017

Sorry, just got back from vacation. Glad I could help!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.