﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Fri, 28 Jul 2017 15:24:26 GMT</pubDate><dc:creator>koneal@agilink.net</dc:creator><description>Any news on the 'attachEvent' issue? Interested in a fix or workaround. Thanks</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Wed, 24 Jun 2015 02:28:52 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Loren,&lt;/p&gt;&lt;p&gt;There's still no news on ASPNET-176. I will give you an update if I hear any news regarding this. For a workaround, you could run the following javascript on WebScheduler Client side event:&lt;/p&gt;&lt;pre&gt;function WebScheduler1_OnInitialize(controlId) {	if (window.Event &amp;amp;&amp;amp; !window.Event.prototype.preventDefault)
		Event.prototype.preventDefault = function () {
			this.returnValue = false;
		}
	if (window.MSEventObj &amp;amp;&amp;amp; !window.MSEventObj.prototype.preventDefault) {
		window.MSEventObj.prototype.preventDefault = function () {
			this.returnValue = false;
		}
	}
}&lt;/pre&gt;&lt;p&gt;Please note that this workaround won't work on IE 7.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Tue, 23 Jun 2015 14:25:12 GMT</pubDate><dc:creator>devinelore@gmail.com</dc:creator><description>Any update on ASPNET-176?&lt;br&gt;</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Tue, 16 Jun 2015 02:00:41 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Loren Devine,&lt;/p&gt;&lt;p&gt;Sorry for my late response. I have submit this issue under "ASPNET-175" For IE11 on Edge Compatibility View, and "ASPNET-176" Drag to resize issue. I will keep you update regarding this issue.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;br&gt;&lt;/p&gt;</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Mon, 01 Jun 2015 18:41:27 GMT</pubDate><dc:creator>devinelore@gmail.com</dc:creator><description>In compatible mode for IE 11, IE 10, IE 9, IE 8, and IE 7, the drag to resize time duration throws a javacript error "Object doesn't support property or method 'preventDefault'". This prevents the resize from saving to the database which is causing issues for our users.&lt;br&gt;</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Mon, 01 Jun 2015 15:14:26 GMT</pubDate><dc:creator>devinelore@gmail.com</dc:creator><description>&lt;p&gt;Is there a timeline on when support will be added for compatible mode for IE11 or Edge?&lt;/p&gt;</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Mon, 01 Jun 2015 01:52:09 GMT</pubDate><dc:creator>leo.c</dc:creator><description>Hi Loren,&lt;br&gt;&lt;br&gt;Compatible mode for IE11 or Edge still not supported currently. For your information, Compatible mode for Edge or IE11 have some compatibility changes to several of it's api features. In this case, the 'attachEvent' issue that you are facing was caused by attachEvent API feature was removed.&lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Leo&lt;br&gt;</description></item><item><title>IE11 with X-UA-Compatible Set to Edge</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/IE11-with-X-UA-Compatible-Set-to-Edge/</link><pubDate>Wed, 27 May 2015 22:43:52 GMT</pubDate><dc:creator>devinelore@gmail.com</dc:creator><description>If I click and drag to create an appointment in IE11 with X-UA-Compatible Set to Edge, I will receive an "Object doesn't support property or method 'attachEvent'" javascript error. This will also happen if I click on the event and then click Edit as well.&lt;br&gt;&lt;br&gt;&lt;p&gt;If I perform these sames actions in IE11 or IE11 with X-UA-Compatible Set to 10, I don't receive any errors and everything works correctly.&lt;/p&gt;&lt;p&gt;What is X-UA-Compatible? &lt;a href="https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible" target="_blank"&gt;https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Due to a previous issue, we forced our IE 11 users to add our site to their Compatibility View Settings and we added the meta tag described in the above article to force the user into IE9 mode. The issue is now resolved, and I'm looking to force our users into Edge mode. This is when I discovered the 'attachEvent' issue described above with the WebScheduler.&lt;span style="font-size:10.0pt;font-family:&amp;quot;Courier New&amp;quot;"&gt;&lt;span style="color:blue"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:
&amp;quot;Arial&amp;quot;,sans-serif;color:#1F497D"&gt;&lt;/span&gt;&lt;/p&gt;

</description></item></channel></rss>