× Joomla Facebook Connect support forum

Topic-icon Operation aborted in IE7

Active Subscriptions:

None
12 years 7 months ago #14269 by flash1144
Hi,

I just tryed JFBConnect 4.0.3. and get Operation Aborted in IE7 (tested on XP and WIN 7).

When JFBConnect is disabled, everything going fine.

I think that there is a problem with this script, which is in some DIV and not parent to a BODY:


window.fbAsyncInit = function() {
FB.init({appId: '165592206808615', status: true, cookie: true, xfbml: true, oauth: true, channelUrl: 'http://www.kudaukupovinu.rs/components/com_jfbconnect/assets/jfbcchannel.php'});
FB.Event.subscribe('comment.create', jfbc.social.comment.create);
FB.Event.subscribe('edge.create', jfbc.social.like.create);
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/sr_RS/all.js';
document.getElementById('fb-root').appendChild(e);
}());



From the Microsoft site:
This problem may occur if a DIV element is a child container in a BODY element, and a SCRIPT block in the DIV element tries to modify the BODY element that is a parent container for the DIV element.


I will send you a link via PM to look site.

Thanks!
The topic has been locked.
Active Subscriptions:

None
12 years 7 months ago #14298 by flash1144
Replied by flash1144 on topic Operation aborted in IE7
Have you looked at?
The topic has been locked.
Support Specialist
12 years 7 months ago #14312 by alzander
Replied by alzander on topic Operation aborted in IE7
Aleksander,
We've checked in IE8 and IE9, and there are no issues there. We haven't had the chance to check in IE7.

IE7 is very picky about strict HTML validation, which your page does not follow. Using the validation tool, one of the most obvious, and likely causes of the problem, is that you have a stylesheet reference that isn't inside your body or head tags. It's right after the body tag. This could easily cause IE7 to have issues with other closing of tags.
validator.w3.org

I'd fix this first script at the top first, but here are some of the main 'unclosed' tag issues that I see, but I didn't go through the whole validation page:

Line 6, Column 114: document type does not allow element "link" here; assuming missing "head" start-tag
Line 311, Column 5: end tag for "ul" which is not finished


Hope that helps get you started, but it looks like other issues on the page are causing issues with JFBConnect, and not JFBConnect causing the problem directly.

Good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 7 months ago #14315 by flash1144
Replied by flash1144 on topic Operation aborted in IE7
Alex, thanks for tips.

I have removed most of errors and warning.

Now I only have those which are related to JFBConnect and Facebook.

Can you check again with the validation tool? Maybe you can see a problem now.

I will waiting for your reply.

Thanks
The topic has been locked.
Support Specialist
12 years 7 months ago #14319 by alzander
Replied by alzander on topic Operation aborted in IE7
Aleksander,
I'm still seeing the following validation problems regarding unclosed tags in your page:

Line 1341, Column 74: document type does not allow element "div" here; assuming missing "li" start-tag
Line 1365, Column 5: end tag for element "td" which is not open
Line 1378, Column 6: end tag for element "div" which is not open


There are multiple others in the validator as well.

Once you get all the open tag issues fixed, please test again. If it fails, our next recommendation is to try using a different template or test on a 'basic' page from your site which doesn't have a lot of things going on. I think that will pass, and you'll simply need to determine the differences in the pages that are causing the problems.

Good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 7 months ago #14320 by flash1144
Replied by flash1144 on topic Operation aborted in IE7
I have create another test page (/test-55). I only have header, one article and a footer. I have cleaned those and others errors. I had no luck.

Because you dont have IE7, i will tell you something interesthing - when page is loading and it stop to load just when trying to load my header. It loads part of header and then crush. I think that in the header is a problem. Do you see something wrong in my header?
The topic has been locked.
Support Specialist
12 years 7 months ago #14383 by alzander
Replied by alzander on topic Operation aborted in IE7
Aleksandar,
IE7's lost a ton of steam, and it actually has less usage (worldwide) than IE6, IE8 or IE9, so it's not something we test much before a release. We should be testing early this week with an IE7 browser on WinXP.

In the meantime, can you please try using a different template on your site, preferably, one of the ones distributed with Joomla to see if you have the issue. That will help narrow down possible causes, because even if we recreate the issue, we'll need to narrow down the cause as well.

Finally, are you seeing this issue on this site or our demo site (www.sourcecoast.com/jfbconnect/demo)? Again, it will help narrow down possible causes.

Thanks,
Alex
The topic has been locked.