﻿<?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 - Firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</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>WebGrid causing JavaScript errors in Telerik control</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Thu, 18 Jun 2015 15:20:34 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><category>Intersoft</category><category>Firefox</category><category>ie11</category><category>Telerik</category><category>UI Framework</category><category>IE11.js</category><category>IEMozBridge.js</category><category>Chrome</category><description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;We are in the process of replacing our old menu component by Telerik's RadMenu. During our testing we discovered that as soon as there is a WebGrid (also occurs with a WebTextEdotir) present on the page, we receive a lot of JavaScript errors from Telerik's event handlers. On pages where there is no WebGrid, we don't have those errors.&lt;br&gt;&lt;br&gt;The errors are present in IE11, Firefox and Chrome, but not un IE versions prior to 11 (no errors in IE10, 9, etc). See the attached screenshots for an example of the errors we get. In this example, the ScriptResource.axd is "MicrosoftAjax.js". and the "e" parameter received correspond to the event argument expected by the event handler "g" in NavigationScripts.js, which "g" doesn't receive as the calling function in IE11.js (or IEMozBridge.js) doesn't specify any argument when calling it.&lt;br&gt;&lt;br&gt;My undestanding from these errors and their stack traces is that the errors are caused by your legacy IE behavior emulation engines found in IE11.js and IEMozBridge.js.&lt;br&gt;&lt;br&gt;How can we can a solution for this very serious issue, of your scripts files breaking other components ?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Alexandre&lt;br&gt;&lt;/p&gt;</description></item><item><title>Context menu problem in Firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Fri, 15 Nov 2013 15:11:37 GMT</pubDate><dc:creator>aliard@sigma-rh.com</dc:creator><category>WebTextEditor</category><category>Firefox</category><category>bug</category><category>Context Menu</category><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;When I try to use the context menu on a table in Firefox (version 25.0), I encouter a bug, where the browser's default context menu is also openned, on top of the WebTextEditor content menu.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Alex&lt;/p&gt;</description></item><item><title>WebDialogBox  on firefox Issue</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Tue, 07 Dec 2010 21:05:48 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>Firefox</category><category>WebdialogBox</category><category>issue</category><description>&lt;pre&gt;
&lt;p&gt;&lt;span style="background-color: #fffce1; font-family: courier new"&gt;&lt;span style="color: #c0504d"&gt;&lt;span style="font-size: 9pt"&gt;&lt;em&gt;when I use Js code to pop a WebDialogBox,it displays on ie8.0,but when On ff,it displays strange.(&lt;/em&gt;&lt;span style="color: #0c0c0c"&gt;please See the picture below&lt;/span&gt;&lt;em&gt;)&lt;br /&gt;&lt;/em&gt;&lt;strong&gt;&lt;span style="color: #0c0c0c"&gt;I can not choose any row by clicking left button except clicking right button.&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #c0504d; font-size: 9pt"&gt;&lt;span style="color: #0c0c0c"&gt;&lt;strong&gt;HoW to solve the WebDialogBox issue on firefox&lt;/strong&gt; &lt;/span&gt;&lt;em&gt;&lt;span style="color: #0c0c0c"&gt;?&lt;br /&gt;&lt;/span&gt;Anyone can help me?thank you&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #fffce1; font-family: courier new"&gt;&amp;nbsp;function PopupCurGrid() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dlgBoxAbout = ISGetObject("WebDialogBox1");&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ( event.keyCode == 13)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dlgBoxAbout.ShowDialog();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #fffce1; font-family: courier new"&gt;&amp;nbsp;} &lt;/span&gt;&lt;/p&gt;&lt;br /&gt; &amp;lt;ISWebDesktop:WebDialogBox ID="WebDialogBox1" runat="server" Height="420px" Width="410px"
            DialogBoxImage="None"&amp;gt;
         &amp;lt;ContentTemplate&amp;gt;
                &amp;lt;asp:ScriptManager ID="ScriptManager1" runat="server" /&amp;gt;
                &amp;lt;asp:UpdatePanel ID="UpdatePanel1" runat="server"&amp;gt;
                    &amp;lt;ContentTemplate&amp;gt;
                        &amp;lt;table width="375px"&amp;gt;
                            &amp;lt;tr&amp;gt;
                                &amp;lt;td width="45px"&amp;gt;
                                    关键字
                                &amp;lt;/td&amp;gt;
                                &amp;lt;td&amp;gt;
                                    &amp;lt;ISWebInput:WebInput Width="100px" ID="WebInput1" runat="server"&amp;gt;
                                    &amp;lt;/ISWebInput:WebInput&amp;gt;
                                &amp;lt;/td&amp;gt;
                                &amp;lt;td&amp;gt;
                                    &amp;lt;ISWebDesktop:WebButton ID="WebButton2" runat="server" Height="20px" Text="查找" Width="50px"
                                        OnClicked="WebButton2_Clicked" AutoPostback="true" PostBackMode="FullPostBack"&amp;gt;
                                    &amp;lt;/ISWebDesktop:WebButton&amp;gt;
                                &amp;lt;/td&amp;gt;
                            &amp;lt;/tr&amp;gt;
                            &amp;lt;tr&amp;gt;
                                &amp;lt;td colspan="3"&amp;gt;
                                    &amp;lt;ISWebGrid:WebGrid ID="WebGrid2" runat="server" Height="315px" UseDefaultStyle="True"
                                        Width="371px" DefaultStyleMode="Elegant" OnInitializeDataSource="WebGrid2_InitializeDataSource"&amp;gt;
                                        &amp;lt;LayoutSettings AlternatingColors="false" AllowContextMenu="False"&amp;gt;
                                            &amp;lt;ClientSideEvents OnCellDblClick="DbclickAutoFill()" /&amp;gt;
                                            &amp;lt;SelectedRowStyle BackColor="#FFBD69" /&amp;gt;
                                        &amp;lt;/LayoutSettings&amp;gt;
                                        &amp;lt;RootTable DataKeyField="fullname"&amp;gt;
                                            &amp;lt;Columns&amp;gt;
                                                &amp;lt;ISWebGrid:WebGridColumn Caption="商品编号" DataMember="tradecode" Name="tradecode" Width="70px"&amp;gt;
                                                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                                                &amp;lt;ISWebGrid:WebGridColumn Caption="商品名称" DataMember="fullname" Name="fullname" Width="70px"&amp;gt;
                                                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                                                &amp;lt;ISWebGrid:WebGridColumn Caption="商品单位" DataMember="unit" Name="unit" Width="70px"&amp;gt;
                                                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                                                &amp;lt;ISWebGrid:WebGridColumn Caption="库存数量" DataMember="qty" DataType="System.Double"
                                                    Name="qty" Width="70px"&amp;gt;
                                                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                                                &amp;lt;ISWebGrid:WebGridColumn Caption="单价/元" DataFormatString="##,###.00" DataMember="averageprice"
                                                    DataType="System.Double" Name="averageprice" Width="70px"&amp;gt;
                                                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                                            &amp;lt;/Columns&amp;gt;
                                        &amp;lt;/RootTable&amp;gt;
                                    &amp;lt;/ISWebGrid:WebGrid&amp;gt;
                                &amp;lt;/td&amp;gt;
                            &amp;lt;/tr&amp;gt;
                        &amp;lt;/table&amp;gt;
                    &amp;lt;/ContentTemplate&amp;gt;
                &amp;lt;/asp:UpdatePanel&amp;gt;                     
            &amp;lt;asp:SqlDataSource ID="Sqltb_stock" runat="server" ConnectionString="&amp;lt;%$ ConnectionStrings:db_CMSConnectionString %&amp;gt;"
                SelectCommand="SELECT [tradecode], [fullname], [unit], [qty], [averageprice] FROM [tb_stock]"&amp;gt;
            &amp;lt;/asp:SqlDataSource&amp;gt;
            &amp;lt;/ContentTemplate&amp;gt;  
        &amp;lt;/ISWebDesktop:WebDialogBox&amp;gt;
&lt;/pre&gt;
</description></item><item><title>Desktop contextmenu ion firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Sun, 07 Mar 2010 07:32:59 GMT</pubDate><dc:creator>hamdy.ghanem</dc:creator><category>Firefox</category><category>Desktop context menu</category><description>&lt;p&gt;contextmenue of desktop in fire fox could not show the check in image&lt;/p&gt;
&lt;p&gt;like in the first two menu item &lt;/p&gt;
&lt;p&gt;1- auto arrange&lt;/p&gt;
&lt;p&gt;2- show desktop icons&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Firefox last row problem</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Mon, 25 Jan 2010 04:23:36 GMT</pubDate><dc:creator>g.adessi@gmail.com</dc:creator><category>WebGrid</category><category>Firefox</category><category>last row</category><category>issue</category><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I've got an issue on the last version of Firefox. When I double click on the webgrid (in the 218 build too) to enter edit mode, sometimes (probably when it's the last row, or the page is scrolled down) the input box or the webcombo goes down, becoming very difficult to write and so low...user-friendly. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I'd like to know if there's a solution to this issue, and also if the webgrid 7.0 is really cross-browser. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webcombo does not work when window is opened with window.showModalDialog in Firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Wed, 14 Oct 2009 02:53:33 GMT</pubDate><dc:creator>somer@optima.com.tr</dc:creator><category>Firefox</category><category>ShowModalDialog</category><description>&lt;p&gt;Webcombo is giving "&lt;span class="objectBox objectBox-errorMessage hasBreakSwitch " role="presentation"&gt;window.createPopup is not a function&lt;/span&gt;" error at ISRes.axd?C/WebCombo.js/407200216 when page is created with window.showModalDialog from parent page.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;How can i solve this problem?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Is there any problem with Multiline columns in Firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Wed, 07 Oct 2009 07:47:53 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebGrid</category><category>Firefox</category><category>Style</category><description>I am not able to render multiline columns correctly in FF. According to my design i put width in pixels for all columns except last one. Last one is not given any width. AutoFitColumns are enabled and isautowidth=true is set on last column. All other columns are left as it is. What i could find was that the multilines are appearing, however each line&amp;nbsp; is clipped of, say a 30% of each line in the column. In short eventhough i can see it as multiline, length of data is reduced. See the screenshots. The PNG image will show show you the clipped part of the original text. And the problem doesnt occure in IE7. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Mozilla with custom row padding</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Fri, 11 Sep 2009 03:36:11 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>Firefox</category><description>&lt;p&gt;&lt;span style="color: rgb(84, 141, 212);"&gt;Why padding not work on Mozilla. Padding works for headers. But not for rows or alternate rows.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;HeaderStyle  Font-Names="sans-serif"  Font-Size="8pt" Height="0px" Padding-Left="4px"&amp;gt;                                       &lt;br /&gt;&amp;lt;/HeaderStyle&amp;gt;&lt;br /&gt;&amp;lt;RowStyle Cursor="Hand" Font-Names="sans-serif"  Font-Size="8pt"  Padding-Left="4px"&amp;gt;&lt;br /&gt;&amp;lt;/RowStyle&amp;gt;&lt;/pre&gt;&lt;p&gt;Am using WebGrid 7.0 with SP1 applied. Also i put &lt;span style="color: rgb(54, 96, 146);"&gt;AllowDefaultStyleMerging="true"&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;I know that by putting &lt;span style="color: rgb(54, 96, 146);"&gt;CustomRules="padding-left:4px!important"&lt;/span&gt;, the padding shall work. But i would like to know if thats the only possible solution?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Resultboc popup type firefox</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Thu, 03 Sep 2009 07:01:40 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebCombo</category><category>Firefox</category><description>&lt;p&gt;LayoutSettings-ResultBoxWindowType="Popup" is not working in firefox.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;It works fine in IE. Please check  as soon as possible. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Firefox 3.5 Webgrid Grouping Filterbar</title><link>http://www.intersoftsolutions.com/Community/Tags/Firefox/</link><pubDate>Mon, 24 Aug 2009 06:00:56 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebGrid</category><category>Firefox</category><category>Filterbar</category><description>&lt;p&gt;Hi&lt;br /&gt;&lt;/p&gt;&lt;p&gt;   Am using grid.HideFilterBar() option to hide the filter bar from the webgrid and also using Filterbarvisible=False option.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;However when the webgrid is grouped, the filter bar becomes visible. Am using filtering in webgrtid externally. Because of that i cant turnoff the option allowfilter.  I dont need the filter bar to be appearing there.Please rectify the problem.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>