<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Ajax page changes does not show when using firebug]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1077</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1077&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Ajax page changes does not show when using firebug.]]></description>
		<lastBuildDate>Fri, 12 Feb 2010 16:52:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4783#p4783</link>
			<description><![CDATA[<p>Thx for the reply <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Fri, 12 Feb 2010 16:52:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4783#p4783</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4767#p4767</link>
			<description><![CDATA[<p>This function is set using JsHttpRequest..query() call in utils.js. Look at line 92.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 11 Feb 2010 20:52:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4767#p4767</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4762#p4762</link>
			<description><![CDATA[<p>Any hint of what could I do?...</p><p>I just want to know how does FA decides what function to run after Ajax responses are ready (onreadystatechange, readyState == 4).</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Thu, 11 Feb 2010 15:28:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4762#p4762</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4747#p4747</link>
			<description><![CDATA[<p>Yes you are right, seems debuger does not works as it should at this point. <br />Nothing is perfect, even Firebug.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 10 Feb 2010 23:04:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4747#p4747</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4746#p4746</link>
			<description><![CDATA[<p>My bad, the breakpoint should be on line 543 (using $go_debug = 1 in file config.php)</p><p>I&#039;m using:<br />Linux (Ubuntu 9.10 64-bit)<br />Firefox 3.5.7 (64-bit)<br />LAMPP 1.7.2<br />Firebug 1.4 (Cannot use 1.5 because it does not work with Firefox 3.5 64-bit)</p><p>Here&#039;s an scenario where the problem occurs:<br />1) Open FA and go to Sales-&gt;Direct Invoice<br />2) Open Firebug<br />3) Reload browser (F5)<br />4) Choose the Script Tab (Firebug)<br />5) Choose the file &quot;JsHttpRequest.js&quot;<br />6) Set a breakpoint on line 543<br />7) Add a item pressing the &quot;Add item&quot; button (FA)<br />8) Firebug should stop on line 543<br />9) Press the Step Over button (F10, Firebug)<br />10) Press the Continue button (Firebug)</p><p>When following the scenario the updates on screen does not show, but when repeating the scenario omitting Step 9 everything works as expected.</p><p>Thx everyone.</p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Wed, 10 Feb 2010 22:46:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4746#p4746</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4741#p4741</link>
			<description><![CDATA[<p>What is your configuration? Firebug in FF under Linux works as expected.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 10 Feb 2010 20:30:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4741#p4741</guid>
		</item>
		<item>
			<title><![CDATA[Ajax page changes does not show when using firebug]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4740#p4740</link>
			<description><![CDATA[<p>Hi</p><p>(I was not sure where to post this, so please admin move it where appropriate)</p><p>When using firebug to track Ajax requests page changes does not show, this only happens if I don&#039;t press Continue (firebug) after reaching a Breakpoint (firebug) on line 243 (xr.send(this.queryText)) of file JSHttpRequest.js, otherwise changes show normally.</p><p>This is getting kind of annoying because i am trying to know about the internal functionality (how the Model-View-Controller communication works) of FA using firebug and xdebug (netbeans).</p><p>Thx everyone.</p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Wed, 10 Feb 2010 19:25:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4740#p4740</guid>
		</item>
	</channel>
</rss>
