﻿<?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 - WebGrid Enterprise - Uncaught exception thrown when grid accessed in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Uncaught-exception-thrown-when-grid-accessed-in-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>Uncaught exception thrown when grid accessed in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Uncaught-exception-thrown-when-grid-accessed-in-Firefox/</link><pubDate>Mon, 01 Aug 2011 01:56:30 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p /&gt;&lt;p&gt;Hi karl,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Please let me know what is your email address at riendy@intersoftpt.com? I will send you the nightly build 431. &lt;/p&gt;
&lt;p&gt;In my sample with build 431, there is no Exception error. In error console, I got a warning in style which will be ignored by the browser. Is this the uncaught exception which you meant ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;
&lt;p&gt;Riendy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Uncaught exception thrown when grid accessed in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Uncaught-exception-thrown-when-grid-accessed-in-Firefox/</link><pubDate>Sun, 31 Jul 2011 23:35:07 GMT</pubDate><dc:creator>intersoft@competent.com</dc:creator><description>A few things:&lt;br /&gt;&lt;br /&gt;1) Can you tell me how to obtain the nightly builds?&lt;br /&gt;&lt;br /&gt;2) We are using version  7.0.7200.430&lt;br /&gt;&lt;br /&gt;3) I may have been a little unclear about the issue in the original post: the grid appears to load without any problems but because the exception is uncaught, none of the rest of the javascript on the page that happens to be after the grid initialization will be excecuted. You can determine whether or not the uncaught exception is thrown by opening the Error Console in Firefox and checking for that specific error after navigating to your test page.&lt;br /&gt;</description></item><item><title>Uncaught exception thrown when grid accessed in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Uncaught-exception-thrown-when-grid-accessed-in-Firefox/</link><pubDate>Sun, 31 Jul 2011 23:17:29 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Karl,&lt;br /&gt;&lt;br /&gt;I tested a WebGrid sample using nightly build version 7.0.7200.&lt;b&gt;431&lt;/b&gt; in Firefox 5.0 and it runs well on my end. Is it possible for you to apply this nightly build to your project ? &lt;br /&gt;If the error still occur, please let me know the scenario of your WebGrid. It is help me to trace down the issue.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>Uncaught exception thrown when grid accessed in Firefox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Uncaught-exception-thrown-when-grid-accessed-in-Firefox/</link><pubDate>Fri, 29 Jul 2011 13:39:18 GMT</pubDate><dc:creator>intersoft@competent.com</dc:creator><description>We are trying to add support for non-IE browsers to our application, but when we open a page in Firefox 5.0 with WebGrid version 7.0.7200.430 on it, the following uncaught exception is thrown in IEMozBridge.js:Error: uncaught exception: [Exception... "The container of an boundary-point of a range is being set to either a node of an invalid type or a node with an ancestor of an invalid type." code: "2" nsresult: "0x805c0002 (NS_ERROR_DOM_RANGE_INVALID_NODE_TYPE_ERR)" location: "http://localhost/EncompassWebLayer/ISRes.axd?F/IEMozBridge.js/305000771 Line: 7"]&lt;br /&gt;&lt;br /&gt;This uncaught exception derails the remaining javascript on the page, rendering the page unusable in Firefox.&lt;br /&gt;&lt;br /&gt;Using the non-embedded version of the script, we tracked the issue down to the following line of code:&lt;br /&gt;&lt;br /&gt;vb2782.setStartBefore(this);&lt;br /&gt;&lt;br /&gt;In order to fix this problem, we changed the following 3 lines of code from:&lt;br /&gt;&lt;br /&gt;vb2782.setStartBefore(this);&lt;br /&gt;var v16a1 =vb2782.createContextualFragment(v8c099); &lt;br /&gt;this.parentNode.replaceChild(v16a1,this); &lt;br /&gt;&lt;br /&gt;to:&lt;br /&gt;&lt;br /&gt;try {vb2782.setStartBefore(this);} catch(ex) {}; &lt;br /&gt;var v16a1 =vb2782.createContextualFragment(v8c099); &lt;br /&gt;if (this.parentNode) {this.parentNode.replaceChild(v16a1,this)}; &lt;br /&gt;&lt;br /&gt;Can this fix please be included in the next release?&lt;br /&gt;</description></item></channel></rss>