﻿<?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 - Safari</title><link>http://www.intersoftsolutions.com/Community/Tags/Safari/</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>WebUI under Safari 10 not working: Maximum call stack size exceeded</title><link>http://www.intersoftsolutions.com/Community/Tags/Safari/</link><pubDate>Fri, 14 Oct 2016 08:33:14 GMT</pubDate><dc:creator>alex.mohr@olmgroup.com</dc:creator><category>Safari</category><category>webui</category><description>&lt;p&gt;The WebUI controls don't seem work under Safari 10. For WebDesktop and WebGrid (and propably the other controls too) I get "Range Error: Maximum call stack size exceeded" - please see attached screenshots. We are using latest release version and also tried hotfix build 976 with no success. Does anyone has the same problem and - even better - has a remedy for it?&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebUI 3.0 Bug in Safari 10.0</title><link>http://www.intersoftsolutions.com/Community/Tags/Safari/</link><pubDate>Thu, 22 Sep 2016 20:33:51 GMT</pubDate><dc:creator>phindall@fultonhomes.com</dc:creator><category>Safari</category><category>webui</category><category>maximum call stack</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;There appears to be a bug with WebUI controls running under the recently released Safari 10.0.&amp;nbsp; Controls, including WebGrid and WebScheduler do not render, and receive a javascript error of Maximum Call Stack Size Exceeded. The error occurs within the javascript file: ISRes.axd?F/Safari.js/305000975.&amp;nbsp; The offending lines occur within the a.__defineGetter__ function.&lt;/p&gt;&lt;p&gt;To reproduce the problem simply view the live WebUI samples (&lt;a href="#live"&gt;http://www.intersoftsolutions.com/WebGrid/#live&lt;/a&gt;) using&amp;nbsp;Safari 10.0 on a Mac.&lt;/p&gt;&lt;p&gt;Please advise.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Patrick&lt;br&gt;&lt;/p&gt;</description></item><item><title>Safari Compatibility</title><link>http://www.intersoftsolutions.com/Community/Tags/Safari/</link><pubDate>Sun, 15 May 2011 20:20:36 GMT</pubDate><dc:creator>rattigan24@gmail.com</dc:creator><category>WebGrid</category><category>Safari</category><category>display</category><description>&lt;p&gt;We are having a few WebGrid issues within our application that are affecting our Safari users.&lt;/p&gt;
&lt;p&gt;Firstly, there are a few display issues where WebGrids are not maintaining their correct heights. I have found these issues are present in your live demo also (see attached screenshots), so my question is, is there a specific workaround to avoid this? Or is this just how it works at the moment?&lt;/p&gt;
&lt;p&gt;Secondly, we have a number of WebGrids containing links or buttons which use Custom PostBackAction, and when these are clicked within Safari browsers the user receives an "Unable to communicate with server" error briefly before the error disappears and nothing happens.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>issue with date column in safari date can not edit</title><link>http://www.intersoftsolutions.com/Community/Tags/Safari/</link><pubDate>Thu, 15 Oct 2009 02:27:50 GMT</pubDate><dc:creator>chetan.apwar@aressindia.net</dc:creator><category>Safari</category><category>date column</category><category>can not edit</category><description>&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt; Hello Support team,&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;I have implemented web grid sample and bind data using code behind. A column
with edit type “&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;CalendarDropdown&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;” type is
working fine on IE 6/7 and Mozilla but date picker not get displayed on Safari
browser (version 3.1.2)&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size: 10pt; font-family: arial;"&gt;Please provide help on this issue.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;my code is&lt;br /&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="471px" UseDefaultStyle="True"&lt;br /&gt; Width="1261px" OnInitializeDataSource="WebGrid1_InitializeDataSource"&amp;gt;&lt;br /&gt; &amp;lt;RootTable&amp;gt;&lt;br /&gt; &amp;lt;Columns&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="UserID" Caption="User ID"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="UserName" Caption="User Name"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="Description" Caption="Description"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="IsDeleted" Caption="Checkbox" Bound="true" ColumnType="checkBox" EditType="checkbox"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="Date input" Caption="Date input" ColumnType="Custom" EditType="CalendarDropdown" EditInfoText="hi"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;/Columns&amp;gt;&lt;br /&gt; &amp;lt;/RootTable&amp;gt;&lt;br /&gt; &amp;lt;LayoutSettings AllowEdit="Yes" EditOnClick="true" AllowDelete="Yes"&amp;gt;&amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt; &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e)&lt;br /&gt; {&lt;br /&gt; SqlConnection con = new SqlConnection(connstr);&lt;br /&gt; con.Open();&lt;br /&gt; SqlDataAdapter da = new SqlDataAdapter(SqlStmt, con);&lt;br /&gt; DataTable dt1 = new DataTable();&lt;br /&gt; da.Fill(dt1);&lt;br /&gt; e.DataSource = dt1;&lt;br /&gt; //e.DataBind();&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;
</description></item><item><title>Webgrid 6.0 not loading in Latest Safari browser 4.0</title><link>http://www.intersoftsolutions.com/Community/Tags/Safari/</link><pubDate>Thu, 20 Aug 2009 03:54:33 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><category>WebGrid</category><category>Safari</category><description>Even the Intersoft samples also is not loading and same as our applicaion pages containing web grid 6.0.</description></item></channel></rss>