Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...IE11 attachEvent issue?IE11 attachEvent issue?
Previous
 
Next
New Post
1/5/2015 10:53 AM
 

Excellent, good to hear you found it. Thanks.

Any chance you could help us with the above mentioned Telerik attachEvent issue?
I've Googled aroud and can see that other people are having similar issues but can't find any solution. He're someone having exact same DNN problem posted on Telerik forums but it's unfortunatelly unanswered (http://www.telerik.com/forums/breaking-change-to-support-ie-11)

Basically as I understand it Telerik.Web.Ui.WebResource.axd JS functions 'hook up' to form postbacks and execute the following code:

case "pageRedirect":
                            if (m && parseFloat(m.content) >= 4) e.content = (e.content);
                            if (Sys.Browser.agent === Sys.Browser.InternetExplorer) {
                                var k = document.createElement("a");
                                k.style.display = "none";
                                k.attachEvent("onclick", H);
                                k.href = e.content;
                                h._form.parentNode.insertBefore(k, h._form);
                                k.click();
                                k.detachEvent("onclick", H);
                                h._form.parentNode.removeChild(k);

                                function H(a) {
                                    a.cancelBubble = c
                                }
                            } else window.location.href = e.content;
                            return a;

where attachEvent is no longer supported in IE11 what causes an error. The attachEvent function is used quite a few times in Telerik.Web.Ui.WebResource.axd

 Is there any way you could help us with that too?

Cheers,
Lukasz

 
New Post
1/6/2015 9:20 AM
 
the version of telerik.web.ui.dll we ship with dnn 7.3.4 was audited to make sure any document.attachEvent items were fixed (most typically we used the telerik javascript object's attachEvent method which has logic which verifies the browser and version and calls the correct javascript). If you feel that some have been missed please log them to support.dnnsoftware.com so we can review. BTW I have a copy of the telerik source code and cannot find that code in there.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
3/24/2015 6:13 PM
 
So was this fixed with 7.3.4 with the new version of Telerik?
 
New Post
3/24/2015 7:03 PM
 
yes

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
4/28/2015 3:15 PM
 
I have a site upgraded to 07.03.04 (45) EVOQ and this issue is still happening in IE11. Please advice
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...IE11 attachEvent issue?IE11 attachEvent issue?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out