ADDITIONAL INFORMATION 1
No errors are displaying in the console. Also this issue is only happening in IE8 on Windows XP. Windows 7 in IE8 works just fine.
QUESTION
I am requesting colorbox to open a complex URL
$('.manage_locations').colorbox({
innerWidth: '1100px',
innerHeight: '505px',
iframe:true,
href:'/admin_console/assignments_groups_group_information_manage_locations.cfm?gid=3&CFID=22701&CFTOKEN=83690449'});
This system is built in ColdFusion. When I click the trigger .manage_locations it launches the colorbox, but the loader just spins and never loads the iFrame content. I have narrowed it down to the issue is the data in the URL after the ? Any ideas how I could correct this for IE8?
Any help would be greatly appreciated. Thank you.
The issue was corrected by setting the fastIframe property to false to delay the removal of the loading graphic until the iframe element’s onload event fires. Example: