I moved this to a new thread with new information:
Both of my sites don't allow me to insert an image with the Image Selector pop up.
After hitting [submit] nothing happens and the popup window is still there.
Using Firefox error console I get this error on both sites:
Code: › for (var i = 0; i < loop; i++)
{
if ((loop == 1) || src_form.items[i].checked)
{
Line 93 >>>>> thumb = document.getElementById(item_id[i] + '_t').value;
item = document.getElementById(item_id[i] + '_' + item_size[i]).value;
itemp = document.getElementById(item_id[i] + '_t_p').value;
UPDATE:
I found that IE does not have the problem , it is only Firefox that this happens under. Since I have tried removing other edits to the integration code, the problem is still there, I assume that something in the 3.0.4 update is causing this problem with Firefox.
I tried it in Ubuntu and Firefox with the same error message.
Can anyone duplicate this?