I have Drupal 7.41, field_collection 7.x-1.0-beta10+1-dev, and field_collection_ajax 7.x-1.x-dev

On the site I am admin of, we have a disease content type, and a part of each disease node is its lab tests. (Some diseases have upwards of 400+ lab tests) I use Field Collection to format the lab tests, and I use Field Collection Ajax to display them in an way that makes them easier to work with when there are many lab tests.

On the couple disease nodes that have 400+ lab tests, after someone edits a lab test, when they go to save the node instead of saving the page they get the ajax spinning blue wheel by the save button, and if they edit or add another lab test after that, when they go to save the lab test to the lab test list it appears that it tries to save the page, and you get sent to a page full of ajax. I think what is happening is that for some reason when they save that first lab test to the list, when you go to save the page it tries to run the code to save a lab test to the list, and when you try to save another lab test, it tries to run the code to save the node instead of the code to save a lab test to the list.

Does anyone have any experience with this happening with field_collection_ajax and know how to solve it?