I am using the cflayout functionality. The functionality has three tabs. The second and third tabs contain the datefields. The second tab contains a table with 7 rows that contain one datefield per row. The third tab contains a table with 18 rows with three columns containing wording, one column containing a textarea and three columns containing a datefield per row.
When I try to accessing the tabs, I am receiving the following warning message:
Stop running this script?
A script on this page is causing your web browser to run slowly.
If it continues to run, your computer might become unresponsive.
I have no javascript in any of the pages.
When I comment out the last two rows, leaving 16 rows to display in the third tab, the message does not appear.
I tried to place the remaining two table rows in another module and created another tab and the warning message still appeared.
If I select the No button in the warning message, the webpage appears.
There seems to be a limit on the number of datefields allowed in tables that is associated with a cflayout.
Is there a solution?
Mike