﻿<?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 - WebCombo - WebCombo error in Firefox if using Infragistics grid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-error-in-Firefox-if-using-Infragistics-grid/</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>WebCombo error in Firefox if using Infragistics grid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-error-in-Firefox-if-using-Infragistics-grid/</link><pubDate>Wed, 04 Mar 2015 07:03:48 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for the reply. The script error stop at removeNode function in IEMozBridge.js file. From stack trace, it is Infragistic script that call the removeNode function.&lt;br&gt;*This problem - script from other vendor/control has same name - might occur when we mix other vendor/control into a project.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I enclosed the modified version of Intersoft JS files which can be used temporarily to address this issue. By using this JS files, the reported error in Intersoft script (exist only in Firefox browser) is no longer persist.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please note that the changes will applied to the new WebUI.NET Framework 3.0 hotfix (which will be ready by the end of March 2015). So you'll need to replace the JS files with the official one (when the hotfix is ready).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This should helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo error in Firefox if using Infragistics grid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-error-in-Firefox-if-using-Infragistics-grid/</link><pubDate>Mon, 02 Mar 2015 10:48:41 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;&lt;p&gt;Thanks for the reply.&lt;/p&gt;&lt;p&gt;The style for the div tag containing grid will be hidden initially.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Later after completing all the required operations the style will again get changed to visible.&lt;/p&gt;&lt;p&gt;During the processing there is some error in Intersoft script. After this point there is no processing happening. So the grid is not getting visible.&lt;/p&gt;&lt;p&gt;This issue exists only in firefox. The script error raised is below:&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1F497D"&gt;TypeError: this.parentElement is null&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;
color:#1F497D"&gt;&lt;a href="http://localhost/WebComboGrid/ISRes.axd?F/IEMozBridge.js/305000910"&gt;http://localhost/WebComboGrid/ISRes.axd?F/IEMozBridge.js/305000910&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;



&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;
color:#1F497D"&gt;Line 7&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Please suggest on this.&lt;/p&gt;&lt;p&gt;With Thanks and Regards,&lt;/p&gt;&lt;p&gt;Giridhar JG.&lt;/p&gt;</description></item><item><title>WebCombo error in Firefox if using Infragistics grid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-error-in-Firefox-if-using-Infragistics-grid/</link><pubDate>Mon, 02 Mar 2015 09:42:38 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;When viewing the page using Firefox the grid is not displayed.&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for the sent sample.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I found out that the grid is not displayed because its visibility style (element style) is set to hidden. Following snippet code shows the specific div element of WebDataGrid:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;div style="border-width:0px;height:130px;width:410px;overflow:hidden;visibility:hidden;" class="ig_Control igg_Control" id="Grd_Test"&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please try to set the visibility style to visible or inherit to display the WebDataGrid.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo error in Firefox if using Infragistics grid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-error-in-Firefox-if-using-Infragistics-grid/</link><pubDate>Fri, 27 Feb 2015 09:46:29 GMT</pubDate><dc:creator>sphinxg@usa.net</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using webcombo in a page which also contains Infragistics WebDataGrid component.&lt;/p&gt;&lt;p&gt;When viewing the page using Firefox the grid is not displayed.&lt;/p&gt;&lt;p&gt;I have attached the sample application for recreating the issue.&lt;/p&gt;&lt;p&gt;Please help in this.&lt;/p&gt;&lt;p&gt;With Thanks and Regards,&lt;/p&gt;&lt;p&gt;Giridhar JG.&lt;/p&gt;</description></item></channel></rss>