Iceface 1.8 not working properly in IE11 - icefaces

I come across a wired issue with Icefaces in IE11. Once I submit a page via partial command button. The page has no response at all. There is nothing happened at all. And the issue cannot be simulated in another computer with IE11. I cannot figure out what's going on? I'm concern about the IE issue. Some versions of IE cannot be compatible with Icefaces stuff very well. But I cannot find obviously evidence. Does anyone have the same or similar issue? Any clue will be great to me. Appreciate very much.

Related

Github ERR_CONNECTION_TIMED_OUT

I was trying to open github website on Chrome browser today, but it didn't open and showed ERR_CONNECTION_TIMED_OUT error. Except, it did run for a bit in between but hasn't worked since.
I have tried running it on a different browser, but it still isn't working. All my proxy settings (i.e no proxy) are right and all other websites are working. I was working under a proxy before but currently I'm not. The website was working well 2-3 days ago. If someone can explain why it is happening and how to solve this problem, it would be appreciated.
Just hard reset your router! It will 100% fix your problem. I had the same problem.

long script error internet explorer

Please can someone help?
I've had facebook integration scripts running on my website for many years already with no problem. However, I am now being flooded with complaints from customers who use INTERNET EXPLORER saying that since an update to IE a week or so ago they are constantly getting the long-running script errors...
"Stop Running This Script.
A script on this page is causing Internet Explorer to run slowly.
If it continues to run, your computer might become unresponsive."
I've worked it out (by disabling scripts) that the problem is with the Facebook scripts.
Nothing has been changed in months on the website so it's not something I can figure out how to fix.
Scripts: Invite your friends, Like, Share page, etc
Please, please help
Thanks
Matt
I've ran into the same issue. I can reproduce the issue not just on my site, but on others as well when using IE 9 or IE 10 (have not tested with older IE versions). The issue seems to be a result of IE's compatibility view feature. If that is enabled for a website, which also has the facebook like button on the page of the site you're trying to load, a long running script error is produced (error from a function called _t). When I disable compatibility view for that website, the error goes away. I'm not sure if the issue is with the IE feature, or with facebook's button...I'm not getting same error from other scripts, nor other social buttons like google+, which makes me think the issue is on Facebook's end. I've been trying different IE setting configs for days now...so far, the only fix I can come up with is turn compatibility view off. And of course resolve issues so that compatibility view are not needed. Though telling your users they have to turn off compatibility view doesn't seem like an appropriate response...so I hope a better fix is found.

Umbraco - Unable to navigate to sections other than Content after upgrade to 4.5.2

I've tried posting this on the Umbraco forums to no avail. Hoping to find some help here.
I thought I upgraded successfully from 4.0.4.2 to 4.5.2 (on my way to 4.8...) as I received no errors and everything seemed to go smoothly. However, in the backoffice, when I click on any section other than Content, I get redirected back to Content. I can manually reach each section by typing in the name of it after the # sign like: #media, but as soon as I click on a tree item, it redirects me back to Content. Any ideas would be appreciated.
2 thoughts:
You're cacheing some of the old javascript in your browser. Try clearing your cache. IE can be stubborn in this regard; preferably try in Chrome.
Personally, if your site is working under 4.5.2, I wouldn't sweat the back office issue and just continue with the upgrade to 4.8.1. There will likely be new problems to solve there anyway :) and the backoffice issue may go away.
Updating the icons via the following script fixed this problem. Links must run off the appIcon field. Not sure why this is not executed when the database is updated via the 4.5.2 upgrade.
update umbracoApp
set appIcon = '.tray' + appAlias
where appAlias IN ('content','media','users','settings','developer','member')

IE error while accessing the page?

I have GWT application. i am using IE8. when i try to access the page in hosted mode, i am getting below error. how to resolve it?
Thanks!
IE6, IE7, IE8 has many bugs.
Try to compile your project in "Pretty" or "Detailed" javascript and look line where is error.
Then try to find in google this method. If you're lucky, you find solution.
It has helped me several times. But sometimes the errors GWT in IE are not resolved.

My IFRAME facebook app doesn't work in Opera and IE

It works nicely in FF and Chrome, but in Opera I get timeout error. The loading animation is going and going on but nothing appears. Could you please help me? My deadline comes tommorow :-(
Pastebin entire source code: http://pastebin.com/yjFWwqPv
Facebook connect is broken in Opera due to the problem I explained here:
http://my.opera.com/hallvors/blog/2010/07/20/postmessage-s-targetorigin-and-security
I don't think there is anything you can do about it except waiting for either Opera or Facebook to fix it. Due to the nature of the problem is pretty hard to work around - unless, I guess, you make a local copy of http://connect.facebook.net/en_US/all.js with a bugfix in it. That fix should be as simple as finding this code:
FB.XD._origin=(window.location.protocol+'//'+window.location.host+'/'+FB.guid())
and remove the '+FB.guid()' part. While I know that this will avoid the Opera security policy violation, I'm not sure if this workaround will cause the script to fail in other ways - untested.