<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-17524</id>
	<title>Nabble - FireBug</title>
	<updated>2009-12-05T09:28:36Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/FireBug-f17524.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FireBug-f17524.html" />
	<subtitle type="html">&lt;a href=&quot;https://addons.mozilla.org/firefox/1843/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FireBug&lt;/a&gt;&amp;nbsp;lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26657503</id>
	<title>Re: Adding function causes Javascript debugger to stop working</title>
	<published>2009-12-05T09:28:36Z</published>
	<updated>2009-12-05T09:28:36Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">Please try Firebug 1.5b5, &lt;a href=&quot;http://getfirebug.com/releases/firebug/1.5X&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/releases/firebug/1.5X&lt;/a&gt;.
&lt;br&gt;If you still have a problem, post a complete test case to
&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/fbug/issues/list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/issues/list&lt;/a&gt;&amp;nbsp;and I'll fix it.
&lt;br&gt;&lt;br&gt;jjb
&lt;br&gt;&lt;br&gt;On Dec 4, 11:49 pm, Patrick &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I got the latest version of Firebug and installed in on Firefox 3.5.5
&lt;br&gt;&amp;gt; browser.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a Javascript file which shows up as an enabled script so long
&lt;br&gt;&amp;gt; as I don't have the following function in the script file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; function onChangeUnitsOfLength() {
&lt;br&gt;&amp;gt;         var hUnits = getElementsById(&amp;quot;hUnits&amp;quot;);
&lt;br&gt;&amp;gt;         var m = getElementById(&amp;quot;m&amp;quot;);
&lt;br&gt;&amp;gt;         var in = getElementById(&amp;quot;in&amp;quot;);
&lt;br&gt;&amp;gt;         var ft = getElementById(&amp;quot;ft&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;         switch(hUnits.value) {
&lt;br&gt;&amp;gt;         case 0:
&lt;br&gt;&amp;gt;                 m.style.zIndex= &amp;quot;-1&amp;quot;;
&lt;br&gt;&amp;gt;                 in.style.zIndex=&amp;quot;0&amp;quot;;
&lt;br&gt;&amp;gt;                 ft.style.display=&amp;quot;inline&amp;quot;;
&lt;br&gt;&amp;gt;                 break;
&lt;br&gt;&amp;gt;         case 1:
&lt;br&gt;&amp;gt;                 m.style.zIndex=&amp;quot;-1&amp;quot;;
&lt;br&gt;&amp;gt;                 ft.style.display=&amp;quot;none&amp;quot;;
&lt;br&gt;&amp;gt;                 in.style.zIndex=&amp;quot;0&amp;quot;;
&lt;br&gt;&amp;gt;                 break;
&lt;br&gt;&amp;gt;         case 2:
&lt;br&gt;&amp;gt;                 m.style.zIndex=&amp;quot;0&amp;quot;;
&lt;br&gt;&amp;gt;                 ft.style.display=&amp;quot;none&amp;quot;;
&lt;br&gt;&amp;gt;                 in.style.zIndex=&amp;quot;-1&amp;quot;;
&lt;br&gt;&amp;gt;                 break;
&lt;br&gt;&amp;gt;         default:
&lt;br&gt;&amp;gt;         };
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; };
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I add this function to the file, my file no longer shows in the
&lt;br&gt;&amp;gt; drop down menu and there is no code where I can set breakpoints.  I
&lt;br&gt;&amp;gt; don't think an error in the code should break the debugger but it
&lt;br&gt;&amp;gt; does.  It would be nice if there were some way to spot errors in the
&lt;br&gt;&amp;gt; code before you try to evaluate it.
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657503&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-function-causes-Javascript-debugger-to-stop-working-tp26657143p26657503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26654446</id>
	<title>Re: Begginner Problem</title>
	<published>2009-12-05T02:29:15Z</published>
	<updated>2009-12-05T02:29:15Z</updated>
	<author>
		<name>Mike Ratcliffe-2</name>
	</author>
	<content type="html">Okay then, let's be a little more thorough:
&lt;br&gt;1. Uninstall Firefox
&lt;br&gt;2. Go to %AppData%\Roaming\Mozilla
&lt;br&gt;3. Erase the Firefox folder
&lt;br&gt;4. Download the latest version from &lt;a href=&quot;http://www.mozilla.com/firefox/upgrade.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mozilla.com/firefox/upgrade.html&lt;/a&gt;&lt;br&gt;5. Disable your antivirus and firewall (they often cause issues when
&lt;br&gt;installing extensions)
&lt;br&gt;6. Install the latest Firefox
&lt;br&gt;7. Open Firefox
&lt;br&gt;8. Left click on this link and choose install:
&lt;br&gt;&lt;a href=&quot;http://getfirebug.com/releases/firebug/1.5X/firebug-1.5X.0b5.xpi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/releases/firebug/1.5X/firebug-1.5X.0b5.xpi&lt;/a&gt;&amp;nbsp;(if
&lt;br&gt;you get a warning that a site is trying to install something just
&lt;br&gt;allow it)
&lt;br&gt;9. After the installation restart Firefox
&lt;br&gt;&lt;br&gt;On any page the Firefox icon should be there in grey. Left click the
&lt;br&gt;icon and Firebug should open.
&lt;br&gt;&lt;br&gt;Let us know if this works for you.
&lt;br&gt;&lt;br&gt;On Dec 5, 8:52 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I did as you said. I got into the command prompt and inside of the
&lt;br&gt;&amp;gt; mozilla firefox folder I created a new profile.
&lt;br&gt;&amp;gt; I started firefox and dragged and dropped the latest and greatest
&lt;br&gt;&amp;gt; firebug 1.55b5 onto the browser screen.
&lt;br&gt;&amp;gt; It was installed and asked me to restart. I restarted the browser and
&lt;br&gt;&amp;gt; voila! nothing. No bug appears in the lower
&lt;br&gt;&amp;gt; right of the screen. How do I get my firebug.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 10:20 am, Mike Ratcliffe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mich...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You don't need to do that ... just drag the xpi into your Firefox
&lt;br&gt;&amp;gt; &amp;gt; window and it will be installed.
&lt;br&gt;&amp;gt; &amp;gt; -
&lt;br&gt;&amp;gt; &amp;gt; Mike Ratcliffe
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 4, 11:26 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Ok. I found a copy of 7zip the archiving utility to extract the .xpi
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; files.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I extracted them to what i though was a new folder called firebug
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; inside the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Mozilla Firefox folder. The files seem to be there according to 7zip.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; But when i go to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; look at them in Windows Vista explorer there is no folder or files
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; there. I go back into 7zip
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to see if I am hallucinating and 7zip says they are there. I don't
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; know what to do about
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:35 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I did click on the link and it was dutifully downloaded to my disk but
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; when i run it winodws reports that it doesn't recognize the file type
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; and offers a website or my own choice. The website choice does not
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; recognize the format and I have no idea what format that is either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:20 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Just click on the link.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:16 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi , how do i get a usable version of this 1.55b5? I see something
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 1.5x .b5.xpi but i see nothing to take it out of xpi format.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 11:50 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 10:25 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; No it doesn't work on that webpage that you indicated. The &amp;quot;html
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Ok so you have a problem. You can look around for other suggestions,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; but mine are:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 1) create a new Firefox profile,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2) Install firebug 1.55b5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://getfirebug.com/wiki/index.php/FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/wiki/index.php/FAQ&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; sourcecode&amp;quot; i was referring to was actually a javascript game and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicking on the firebug or right clicking and selecting anything on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the list like start in another window doesn't work, f12 doesn't work.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; It just doesn't start.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 8:56 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:41 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sorry to report such a simple problem here but i can't get started in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; firebug. I installed and updated firefox on Widows Vista service pack
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2. It is version 3.5.5. I installed the latest firebug add on and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Please give the version number. We have 4 release streams so &amp;quot;latest&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; is not enough information.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; looked for updates. I reloaded
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firefox and the bug appears in the right lower window. I brought up an
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; html source code in the browser and went down to the firebug to click
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; What is &amp;quot;an html source code&amp;quot;?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does Firebug work on sayhttp://getfirebug.com?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; it and it won't start. What am I doing wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Show quoted text -
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26654446&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Begginner-Problem-tp26623968p26654446.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26653596</id>
	<title>Re: Begginner Problem</title>
	<published>2009-12-04T23:52:19Z</published>
	<updated>2009-12-04T23:52:19Z</updated>
	<author>
		<name>JohnnyFantastic</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I did as you said. I got into the command prompt and inside of the
&lt;br&gt;mozilla firefox folder I created a new profile.
&lt;br&gt;I started firefox and dragged and dropped the latest and greatest
&lt;br&gt;firebug 1.55b5 onto the browser screen.
&lt;br&gt;It was installed and asked me to restart. I restarted the browser and
&lt;br&gt;voila! nothing. No bug appears in the lower
&lt;br&gt;right of the screen. How do I get my firebug.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;John
&lt;br&gt;&lt;br&gt;On Dec 4, 10:20 am, Mike Ratcliffe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mich...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; You don't need to do that ... just drag the xpi into your Firefox
&lt;br&gt;&amp;gt; window and it will be installed.
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; Mike Ratcliffe
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 11:26 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Ok. I found a copy of 7zip the archiving utility to extract the .xpi
&lt;br&gt;&amp;gt; &amp;gt; files.
&lt;br&gt;&amp;gt; &amp;gt; I extracted them to what i though was a new folder called firebug
&lt;br&gt;&amp;gt; &amp;gt; inside the
&lt;br&gt;&amp;gt; &amp;gt; Mozilla Firefox folder. The files seem to be there according to 7zip.
&lt;br&gt;&amp;gt; &amp;gt; But when i go to
&lt;br&gt;&amp;gt; &amp;gt; look at them in Windows Vista explorer there is no folder or files
&lt;br&gt;&amp;gt; &amp;gt; there. I go back into 7zip
&lt;br&gt;&amp;gt; &amp;gt; to see if I am hallucinating and 7zip says they are there. I don't
&lt;br&gt;&amp;gt; &amp;gt; know what to do about
&lt;br&gt;&amp;gt; &amp;gt; this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 2:35 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I did click on the link and it was dutifully downloaded to my disk but
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; when i run it winodws reports that it doesn't recognize the file type
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; and offers a website or my own choice. The website choice does not
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; recognize the format and I have no idea what format that is either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:20 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Just click on the link.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:16 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi , how do i get a usable version of this 1.55b5? I see something
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 1.5x .b5.xpi but i see nothing to take it out of xpi format.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 11:50 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 10:25 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; No it doesn't work on that webpage that you indicated. The &amp;quot;html
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Ok so you have a problem. You can look around for other suggestions,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; but mine are:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 1) create a new Firefox profile,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2) Install firebug 1.55b5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://getfirebug.com/wiki/index.php/FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/wiki/index.php/FAQ&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; sourcecode&amp;quot; i was referring to was actually a javascript game and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicking on the firebug or right clicking and selecting anything on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the list like start in another window doesn't work, f12 doesn't work.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; It just doesn't start.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 8:56 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:41 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sorry to report such a simple problem here but i can't get started in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; firebug. I installed and updated firefox on Widows Vista service pack
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2. It is version 3.5.5. I installed the latest firebug add on and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Please give the version number. We have 4 release streams so &amp;quot;latest&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; is not enough information.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; looked for updates. I reloaded
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firefox and the bug appears in the right lower window. I brought up an
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; html source code in the browser and went down to the firebug to click
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; What is &amp;quot;an html source code&amp;quot;?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does Firebug work on sayhttp://getfirebug.com?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; it and it won't start. What am I doing wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Show quoted text -
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26653596&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Begginner-Problem-tp26623968p26653596.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26657143</id>
	<title>Adding function causes Javascript debugger to stop working</title>
	<published>2009-12-04T23:49:43Z</published>
	<updated>2009-12-04T23:49:43Z</updated>
	<author>
		<name>Patrick-199</name>
	</author>
	<content type="html">I got the latest version of Firebug and installed in on Firefox 3.5.5
&lt;br&gt;browser.
&lt;br&gt;&lt;br&gt;I have a Javascript file which shows up as an enabled script so long
&lt;br&gt;as I don't have the following function in the script file.
&lt;br&gt;&lt;br&gt;function onChangeUnitsOfLength() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var hUnits = getElementsById(&amp;quot;hUnits&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var m = getElementById(&amp;quot;m&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var in = getElementById(&amp;quot;in&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var ft = getElementById(&amp;quot;ft&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch(hUnits.value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 0:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.style.zIndex= &amp;quot;-1&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;		in.style.zIndex=&amp;quot;0&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;		ft.style.display=&amp;quot;inline&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;		break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 1:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.style.zIndex=&amp;quot;-1&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;		ft.style.display=&amp;quot;none&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;		in.style.zIndex=&amp;quot;0&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;		break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 2:
&lt;br&gt;&amp;nbsp; &amp;nbsp;		m.style.zIndex=&amp;quot;0&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ft.style.display=&amp;quot;none&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in.style.zIndex=&amp;quot;-1&amp;quot;;
&lt;br&gt;&amp;nbsp; 		break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };
&lt;br&gt;};
&lt;br&gt;&lt;br&gt;When I add this function to the file, my file no longer shows in the
&lt;br&gt;drop down menu and there is no code where I can set breakpoints. &amp;nbsp;I
&lt;br&gt;don't think an error in the code should break the debugger but it
&lt;br&gt;does. &amp;nbsp;It would be nice if there were some way to spot errors in the
&lt;br&gt;code before you try to evaluate it.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657143&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-function-causes-Javascript-debugger-to-stop-working-tp26657143p26657143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652915</id>
	<title>Re: Request Headers</title>
	<published>2009-12-04T20:25:17Z</published>
	<updated>2009-12-04T20:25:17Z</updated>
	<author>
		<name>randyh-2</name>
	</author>
	<content type="html">NetExport extension? &amp;nbsp;Sounds awesome - thanks!!
&lt;br&gt;&lt;br&gt;On Dec 3, 1:13 pm, &amp;quot;Honza (Jan Odvarko)&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652915&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;odva...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ... and as soon as they are all displayed in the Net panel you can
&lt;br&gt;&amp;gt; export them to a file using NetExport extension.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Honza
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 3, 6:06 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652915&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 8:23 am, randyh &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652915&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hayes.ra...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; First, let me say that FireBug is AWESOME - hats off to everyone who
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; has had a role in it!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; My application requires me to capture all the request headers in a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; given session.  Is there a way to do this automatically or do I have
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to capture them manually one by one?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Firebug can capture them all, one by one.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks!!
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652915&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652915&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Request-Headers-tp26629137p26652915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652892</id>
	<title>Re: Question in Firebug: Net panel</title>
	<published>2009-12-04T20:18:25Z</published>
	<updated>2009-12-04T20:18:25Z</updated>
	<author>
		<name>Hernan Rodriguez Colmeiro</name>
	</author>
	<content type="html">On Fri, Dec 4, 2009 at 19:40, Hernan Rodriguez Colmeiro
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652892&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;colmeiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Firefox's limit is 2 connections at the same time,
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;It's actually 6, don't know why I thought it was just 2, but the
&lt;br&gt;overall picture is the same.
&lt;br&gt;&lt;br&gt;Hernán
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652892&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652892&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-in-Firebug%3A-Net-panel-tp26649672p26652892.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652698</id>
	<title>Re: Adding new option to HTML panel right-click menu</title>
	<published>2009-12-04T19:29:43Z</published>
	<updated>2009-12-04T19:29:43Z</updated>
	<author>
		<name>BenKeen</name>
	</author>
	<content type="html">Hi John,
&lt;br&gt;&lt;br&gt;Here's what I'm trying to do. I've been working with JsonML a lot
&lt;br&gt;recently (see &lt;a href=&quot;http://jsonml.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jsonml.org/&lt;/a&gt;) and would like a quick and simple
&lt;br&gt;way to convert a node and all child nodes into a properly formatted
&lt;br&gt;jsonML object. When right-clicking on a node within the Firebug HTML
&lt;br&gt;panel it already provides a number of similar options (&amp;quot;Copy HTML&amp;quot;,
&lt;br&gt;&amp;quot;Copy innerHTML&amp;quot;, &amp;quot;Copy xPath&amp;quot;), so it seems only logical to add my
&lt;br&gt;new &amp;quot;Copy jsonML&amp;quot; option to that location. There are, of course, other
&lt;br&gt;ways to do it, but in terms of usability it seems like that's the best
&lt;br&gt;spot for it.
&lt;br&gt;&lt;br&gt;Thanks again for your help.
&lt;br&gt;&lt;br&gt;- Ben
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 4, 5:04 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 4, 3:05 pm, Ben Keen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652698&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.k...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi John,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks for the tip! I looked over the code and I think I can get the
&lt;br&gt;&amp;gt; &amp;gt; general sense of what it's doing and how the menu items are being
&lt;br&gt;&amp;gt; &amp;gt; added, but can't reproduce the functionality within my own extension.
&lt;br&gt;&amp;gt; &amp;gt; Presumably, the onContextShowing() method is called every time a user
&lt;br&gt;&amp;gt; &amp;gt; right clicks on a node, so that it shows the appropriate options for
&lt;br&gt;&amp;gt; &amp;gt; the selected node (correct?), so my hunch is that even though my
&lt;br&gt;&amp;gt; &amp;gt; extension is adding the new menu item when it first loads, it's just
&lt;br&gt;&amp;gt; &amp;gt; overwritten when the user right-clicks on the node. At least, this is
&lt;br&gt;&amp;gt; &amp;gt; my best guess...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So do I need to wrap that existing function within my own function? Or
&lt;br&gt;&amp;gt; &amp;gt; override the entire function itself? If so, how?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It depends on how your extension relates to the rest of Firebug. We
&lt;br&gt;&amp;gt; don't have a lot of experience with extensions that don't add panels.
&lt;br&gt;&amp;gt; So if you say some more about what you have in mind I'll make
&lt;br&gt;&amp;gt; something up...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Sorry for the 20 questions. It's rather tricky getting a foothold on
&lt;br&gt;&amp;gt; &amp;gt; this stuff!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Ben
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 4, 9:10 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652698&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 7:00 pm, BenKeen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652698&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.k...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hey folks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; A question for somebody. I'm trying to write a simple Firebug plugin
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; that adds a new item to the menu that shows up when you right-click on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; the HTML panel on a node. I've been poring over some tutorials and the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; code on Google Code but haven't found out much.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I found this rather encouraging section - the getContextMenuItems
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Yes, have a look at chrome.js onContextShowing. There are several ways
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to add items.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; function - but wasn't sure how to implement it within my own
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; extension.&lt;a href=&quot;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/&lt;/a&gt;...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Any tips...?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Ben
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652698&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652698&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-new-option-to-HTML-panel-right-click-menu-tp26644101p26652698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652532</id>
	<title>In console, only show when Response = nonzero</title>
	<published>2009-12-04T18:22:24Z</published>
	<updated>2009-12-04T18:22:24Z</updated>
	<author>
		<name>bjornnak</name>
	</author>
	<content type="html">So I'm running an auto-refresh function on a page that mostly return 0
&lt;br&gt;(shown under Response tab in the Console). I'd like to set it so that
&lt;br&gt;those returns (zero) are ignored by Firebug so that it's easier for me
&lt;br&gt;to manage the actual responeses.
&lt;br&gt;&lt;br&gt;Can this be done by using the command line, and if so what would the
&lt;br&gt;command be?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652532&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/In-console%2C-only-show-when-Response-%3D-nonzero-tp26652532p26652532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652528</id>
	<title>NetExport button not showing up</title>
	<published>2009-12-04T18:03:01Z</published>
	<updated>2009-12-04T18:03:01Z</updated>
	<author>
		<name>bjornnak</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I installed the NetExport addon but no Export button shows up in any
&lt;br&gt;menu. Is this a known issue?
&lt;br&gt;&lt;br&gt;I'm running Firefox 3.5 on Ubuntu, and the latest version of Firebug
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652528&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652528&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NetExport-button-not-showing-up-tp26652528p26652528.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26651937</id>
	<title>Re: Use firebug Inspect element from a different FF add-on</title>
	<published>2009-12-04T17:08:41Z</published>
	<updated>2009-12-04T17:08:41Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Dec 4, 2:32 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi John,
&lt;br&gt;&amp;gt; thanks to you I've managed to create a Firebug extension that turn on
&lt;br&gt;&amp;gt; the inspector. :)
&lt;br&gt;&lt;br&gt;You might be interested in
&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/fbug/issues/detail?id=2550&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/issues/detail?id=2550&lt;/a&gt;&lt;br&gt;Issue 2550: &amp;nbsp;	 Dispatch events to Inspector listeners so extensions
&lt;br&gt;can listen for inspect events.
&lt;br&gt;&lt;br&gt;&amp;gt; maybe I'm not using the correct terminology but ...
&lt;br&gt;&amp;gt; I'm looking for a way to save the HTML object location (which the user
&lt;br&gt;&amp;gt; pressed on during the inspection)
&lt;br&gt;&amp;gt; so i can locate it in the future (something like recording the user
&lt;br&gt;&amp;gt; clicks....)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is it possible?
&lt;br&gt;&lt;br&gt;You can use the html panel's getObjectPath() function. There are also
&lt;br&gt;some XPATH function in lib.js.
&lt;br&gt;&lt;br&gt;In general this is an unsolved problem, since the DOM can change
&lt;br&gt;arbitrarily as soon as you release control of execution.
&lt;br&gt;&lt;br&gt;jjb
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; thanks ALOT!!
&lt;br&gt;&amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 7:04 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 4, 12:28 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; i meant CSS Selector (the path to the html element that the user
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; clicked on)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; is there a way to catch the click and the CSS Selector?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I thought a CSS Selector was a rule for finding elements, a query that
&lt;br&gt;&amp;gt; &amp;gt; can match many elements. I did not know that elements have a CSS
&lt;br&gt;&amp;gt; &amp;gt; selector.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; In any case, Firebug's inspector gives the element itself. No path or
&lt;br&gt;&amp;gt; &amp;gt; selector is involved.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; i've considered creating a firebug extension but i want to create my
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; own menu (without firebug's menu)....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 4, 3:48 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:44 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; thanks a lot!
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; after executing the inspect function,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; can i catch the user click on the page to get the CSS Selection?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Well you can listen for the click, but I don't know what a CSS
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Selection is so I can't help you there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; (Have you considered creating a Firebug extension?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 4, 12:27 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 12:29 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks John,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I know about the code,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;   the question is different -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I want to call firebug &amp;quot;inspect&amp;quot; function from ANOTHER FireFox addon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; If you overlay browser.xul, then you can all any Firebug function that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug can call the same way we call it. So you could call
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.Inspector.toggleInspecting(FirebugContext);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; But the inspect feature is not a function that returns an element.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I believe I need Firebug API for this... or am i wrong?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:51 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:54 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I want to develop a new FF add-on that will use some features of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the basic idea is to activate the inspect element function  from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; within my addon and receive the html element (which the user has
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicked on) as a CSS Selection result.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does anyone have any idea if this is possible and how?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sure its possible. The source is here:&lt;a href=&quot;http://code.google.com/p/fbug/source/checkout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/source/checkout&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651937&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-firebug-Inspect-element-from-a-different-FF-add-on-tp26630424p26651937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26651902</id>
	<title>Re: Adding new option to HTML panel right-click menu</title>
	<published>2009-12-04T17:04:09Z</published>
	<updated>2009-12-04T17:04:09Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Dec 4, 3:05 pm, Ben Keen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651902&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.k...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi John,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for the tip! I looked over the code and I think I can get the
&lt;br&gt;&amp;gt; general sense of what it's doing and how the menu items are being
&lt;br&gt;&amp;gt; added, but can't reproduce the functionality within my own extension.
&lt;br&gt;&amp;gt; Presumably, the onContextShowing() method is called every time a user
&lt;br&gt;&amp;gt; right clicks on a node, so that it shows the appropriate options for
&lt;br&gt;&amp;gt; the selected node (correct?), so my hunch is that even though my
&lt;br&gt;&amp;gt; extension is adding the new menu item when it first loads, it's just
&lt;br&gt;&amp;gt; overwritten when the user right-clicks on the node. At least, this is
&lt;br&gt;&amp;gt; my best guess...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So do I need to wrap that existing function within my own function? Or
&lt;br&gt;&amp;gt; override the entire function itself? If so, how?
&lt;/div&gt;&lt;br&gt;It depends on how your extension relates to the rest of Firebug. We
&lt;br&gt;don't have a lot of experience with extensions that don't add panels.
&lt;br&gt;So if you say some more about what you have in mind I'll make
&lt;br&gt;something up...
&lt;br&gt;&lt;br&gt;jjb
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry for the 20 questions. It's rather tricky getting a foothold on
&lt;br&gt;&amp;gt; this stuff!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Ben
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 9:10 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651902&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 7:00 pm, BenKeen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651902&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.k...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hey folks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; A question for somebody. I'm trying to write a simple Firebug plugin
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; that adds a new item to the menu that shows up when you right-click on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; the HTML panel on a node. I've been poring over some tutorials and the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; code on Google Code but haven't found out much.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I found this rather encouraging section - the getContextMenuItems
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Yes, have a look at chrome.js onContextShowing. There are several ways
&lt;br&gt;&amp;gt; &amp;gt; to add items.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; function - but wasn't sure how to implement it within my own
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; extension.&lt;a href=&quot;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/&lt;/a&gt;...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Any tips...?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - Ben
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651902&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26651902&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-new-option-to-HTML-panel-right-click-menu-tp26644101p26651902.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650734</id>
	<title>Re: Adding new option to HTML panel right-click menu</title>
	<published>2009-12-04T15:05:13Z</published>
	<updated>2009-12-04T15:05:13Z</updated>
	<author>
		<name>BenKeen</name>
	</author>
	<content type="html">Hi John,
&lt;br&gt;&lt;br&gt;Thanks for the tip! I looked over the code and I think I can get the
&lt;br&gt;general sense of what it's doing and how the menu items are being
&lt;br&gt;added, but can't reproduce the functionality within my own extension.
&lt;br&gt;Presumably, the onContextShowing() method is called every time a user
&lt;br&gt;right clicks on a node, so that it shows the appropriate options for
&lt;br&gt;the selected node (correct?), so my hunch is that even though my
&lt;br&gt;extension is adding the new menu item when it first loads, it's just
&lt;br&gt;overwritten when the user right-clicks on the node. At least, this is
&lt;br&gt;my best guess...
&lt;br&gt;&lt;br&gt;So do I need to wrap that existing function within my own function? Or
&lt;br&gt;override the entire function itself? If so, how?
&lt;br&gt;&lt;br&gt;Sorry for the 20 questions. It's rather tricky getting a foothold on
&lt;br&gt;this stuff!
&lt;br&gt;&lt;br&gt;- Ben
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 4, 9:10 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650734&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 3, 7:00 pm, BenKeen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650734&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.k...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hey folks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; A question for somebody. I'm trying to write a simple Firebug plugin
&lt;br&gt;&amp;gt; &amp;gt; that adds a new item to the menu that shows up when you right-click on
&lt;br&gt;&amp;gt; &amp;gt; the HTML panel on a node. I've been poring over some tutorials and the
&lt;br&gt;&amp;gt; &amp;gt; code on Google Code but haven't found out much.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I found this rather encouraging section - the getContextMenuItems
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, have a look at chrome.js onContextShowing. There are several ways
&lt;br&gt;&amp;gt; to add items.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; function - but wasn't sure how to implement it within my own
&lt;br&gt;&amp;gt; &amp;gt; extension.&lt;a href=&quot;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/....com&amp;sa=N&amp;cd=1&amp;ct=rc&amp;l=851&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/....com&amp;sa=N&amp;cd=1&amp;ct=rc&amp;l=851&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Any tips...?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Ben
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650734&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650734&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-new-option-to-HTML-panel-right-click-menu-tp26644101p26650734.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650421</id>
	<title>Re: Question in Firebug: Net panel</title>
	<published>2009-12-04T14:40:50Z</published>
	<updated>2009-12-04T14:40:50Z</updated>
	<author>
		<name>Hernan Rodriguez Colmeiro</name>
	</author>
	<content type="html">On Fri, Dec 4, 2009 at 18:28, Manjusha &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;manjusha.m@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could someone here explain what “connecting” and “queueing” time
&lt;br&gt;&amp;gt; measurements as indicated on Firebug’s net panel mean? Been googling
&lt;br&gt;&amp;gt; for that, but didn’t come across a clear definition.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Browsers have a limit to concurrent requests to the same domains, so
&lt;br&gt;If you have multiple requests to the same site they're processed un
&lt;br&gt;groups. Firefox's limit is 2 connections at the same time, so if you
&lt;br&gt;request 7 files in the same domain the first 2 will be processed right
&lt;br&gt;away while the remaining 5 will be queued. Once one of the current
&lt;br&gt;requests ends, the next one in the queue is processed and so on. The
&lt;br&gt;&amp;quot;queuing&amp;quot; time is the time a requests waited in the queue before
&lt;br&gt;starting.
&lt;br&gt;&lt;br&gt;Hernán
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650421&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650421&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-in-Firebug%3A-Net-panel-tp26649672p26650421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650309</id>
	<title>Re: Use firebug Inspect element from a different FF add-on</title>
	<published>2009-12-04T14:32:35Z</published>
	<updated>2009-12-04T14:32:35Z</updated>
	<author>
		<name>ceyal</name>
	</author>
	<content type="html">Hi John,
&lt;br&gt;thanks to you I've managed to create a Firebug extension that turn on
&lt;br&gt;the inspector. :)
&lt;br&gt;&lt;br&gt;maybe I'm not using the correct terminology but ...
&lt;br&gt;I'm looking for a way to save the HTML object location (which the user
&lt;br&gt;pressed on during the inspection)
&lt;br&gt;so i can locate it in the future (something like recording the user
&lt;br&gt;clicks....)
&lt;br&gt;&lt;br&gt;is it possible?
&lt;br&gt;thanks ALOT!!
&lt;br&gt;Eyal
&lt;br&gt;&lt;br&gt;On Dec 4, 7:04 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 4, 12:28 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; i meant CSS Selector (the path to the html element that the user
&lt;br&gt;&amp;gt; &amp;gt; clicked on)
&lt;br&gt;&amp;gt; &amp;gt; is there a way to catch the click and the CSS Selector?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I thought a CSS Selector was a rule for finding elements, a query that
&lt;br&gt;&amp;gt; can match many elements. I did not know that elements have a CSS
&lt;br&gt;&amp;gt; selector.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In any case, Firebug's inspector gives the element itself. No path or
&lt;br&gt;&amp;gt; selector is involved.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; i've considered creating a firebug extension but i want to create my
&lt;br&gt;&amp;gt; &amp;gt; own menu (without firebug's menu)....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 4, 3:48 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:44 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; thanks a lot!
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; after executing the inspect function,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; can i catch the user click on the page to get the CSS Selection?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Well you can listen for the click, but I don't know what a CSS
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Selection is so I can't help you there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; (Have you considered creating a Firebug extension?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 4, 12:27 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 12:29 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks John,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I know about the code,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;   the question is different -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I want to call firebug &amp;quot;inspect&amp;quot; function from ANOTHER FireFox addon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; If you overlay browser.xul, then you can all any Firebug function that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug can call the same way we call it. So you could call
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.Inspector.toggleInspecting(FirebugContext);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; But the inspect feature is not a function that returns an element.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I believe I need Firebug API for this... or am i wrong?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:51 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:54 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I want to develop a new FF add-on that will use some features of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the basic idea is to activate the inspect element function  from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; within my addon and receive the html element (which the user has
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicked on) as a CSS Selection result.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does anyone have any idea if this is possible and how?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sure its possible. The source is here:&lt;a href=&quot;http://code.google.com/p/fbug/source/checkout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/source/checkout&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650309&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-firebug-Inspect-element-from-a-different-FF-add-on-tp26630424p26650309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26649672</id>
	<title>Question in Firebug: Net panel</title>
	<published>2009-12-04T13:28:47Z</published>
	<updated>2009-12-04T13:28:47Z</updated>
	<author>
		<name>Manjusha-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Could someone here explain what “connecting” and “queueing” time
&lt;br&gt;measurements as indicated on Firebug’s net panel mean? Been googling
&lt;br&gt;for that, but didn’t come across a clear definition.
&lt;br&gt;&lt;br&gt;From what I understand, &amp;quot;waiting for response&amp;quot; is the time from
&lt;br&gt;sending the HTTP request to receiving the first byte of response.
&lt;br&gt;&amp;quot;Receiving data&amp;quot; is the total time taken for all subsequent bytes of
&lt;br&gt;response to reach the client. Pls correct me if I got it wrong.
&lt;br&gt;&lt;br&gt;TIA!
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649672&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-in-Firebug%3A-Net-panel-tp26649672p26649672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26646861</id>
	<title>Re: Begginner Problem</title>
	<published>2009-12-04T10:20:55Z</published>
	<updated>2009-12-04T10:20:55Z</updated>
	<author>
		<name>Mike Ratcliffe-2</name>
	</author>
	<content type="html">You don't need to do that ... just drag the xpi into your Firefox
&lt;br&gt;window and it will be installed.
&lt;br&gt;-
&lt;br&gt;Mike Ratcliffe
&lt;br&gt;&lt;br&gt;On Dec 4, 11:26 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ok. I found a copy of 7zip the archiving utility to extract the .xpi
&lt;br&gt;&amp;gt; files.
&lt;br&gt;&amp;gt; I extracted them to what i though was a new folder called firebug
&lt;br&gt;&amp;gt; inside the
&lt;br&gt;&amp;gt; Mozilla Firefox folder. The files seem to be there according to 7zip.
&lt;br&gt;&amp;gt; But when i go to
&lt;br&gt;&amp;gt; look at them in Windows Vista explorer there is no folder or files
&lt;br&gt;&amp;gt; there. I go back into 7zip
&lt;br&gt;&amp;gt; to see if I am hallucinating and 7zip says they are there. I don't
&lt;br&gt;&amp;gt; know what to do about
&lt;br&gt;&amp;gt; this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 3, 2:35 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I did click on the link and it was dutifully downloaded to my disk but
&lt;br&gt;&amp;gt; &amp;gt; when i run it winodws reports that it doesn't recognize the file type
&lt;br&gt;&amp;gt; &amp;gt; and offers a website or my own choice. The website choice does not
&lt;br&gt;&amp;gt; &amp;gt; recognize the format and I have no idea what format that is either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 2:20 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Just click on the link.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:16 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi , how do i get a usable version of this 1.55b5? I see something
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 1.5x .b5.xpi but i see nothing to take it out of xpi format.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 11:50 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 10:25 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; No it doesn't work on that webpage that you indicated. The &amp;quot;html
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Ok so you have a problem. You can look around for other suggestions,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; but mine are:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 1) create a new Firefox profile,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2) Install firebug 1.55b5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://getfirebug.com/wiki/index.php/FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/wiki/index.php/FAQ&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; sourcecode&amp;quot; i was referring to was actually a javascript game and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicking on the firebug or right clicking and selecting anything on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the list like start in another window doesn't work, f12 doesn't work.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; It just doesn't start.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 8:56 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:41 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sorry to report such a simple problem here but i can't get started in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; firebug. I installed and updated firefox on Widows Vista service pack
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2. It is version 3.5.5. I installed the latest firebug add on and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Please give the version number. We have 4 release streams so &amp;quot;latest&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; is not enough information.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; looked for updates. I reloaded
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firefox and the bug appears in the right lower window. I brought up an
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; html source code in the browser and went down to the firebug to click
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; What is &amp;quot;an html source code&amp;quot;?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does Firebug work on sayhttp://getfirebug.com?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; it and it won't start. What am I doing wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Show quoted text -
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646861&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Begginner-Problem-tp26623968p26646861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645962</id>
	<title>Re: firefox 3.5.5 and firebug 1.4.5</title>
	<published>2009-12-04T09:22:03Z</published>
	<updated>2009-12-04T09:22:03Z</updated>
	<author>
		<name>Slep79</name>
	</author>
	<content type="html">Thanks, John. Before I saw your reply, I was able to fix this and get
&lt;br&gt;FireBug working within Firefox 3.5.5.
&lt;br&gt;&lt;br&gt;First, I tried &amp;nbsp;uninstalling and reinstalling FF 3.5.5 with no luck in
&lt;br&gt;fixing the issue. A colleague said his version of FF 3.5.1 worked with
&lt;br&gt;FB, so I uninstalled 3.5.5 and FB and installed FF 3.5.1. Then I
&lt;br&gt;reinstalled FB, but still had the same issues. I then reinstalled FF
&lt;br&gt;3.5.5 on top of 3.5.1.
&lt;br&gt;&lt;br&gt;I then uninstalled all 18 of the plugins I was using. I then rebooted
&lt;br&gt;and reinstalled FireBug, which then worked. I then proceeded to
&lt;br&gt;install all but one of the plugins carefully, one at a time and
&lt;br&gt;testing FB after each installation to see if I could ID the
&lt;br&gt;conflicting add-on. I never found the offending add-on, but I did
&lt;br&gt;learn that 2 of the add-ons were not worth re-installing, so I didn't
&lt;br&gt;bother. I suspect one of them was the issue.
&lt;br&gt;&lt;br&gt;I hope this helps someone else that runs into this same issue.
&lt;br&gt;&lt;br&gt;Rick S.
&lt;br&gt;&lt;br&gt;On Dec 2, 5:36 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645962&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 2, 2:08 pm, Slep79 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645962&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rsle...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I am having similar, but not completely the same issues. I was able to
&lt;br&gt;&amp;gt; &amp;gt; install FireBug 1.4.5 on FF 3.5.5 (Win7), but
&lt;br&gt;&amp;gt; &amp;gt; despite FB showing up in the Add-ons and in Tools menu, the expandable
&lt;br&gt;&amp;gt; &amp;gt; menu under Tools &amp;gt; FireBug won't expand.
&lt;br&gt;&amp;gt; &amp;gt; It's as if the program is installed, but won't work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In this case I suppose the problem is some kind of interference with
&lt;br&gt;&amp;gt; another extension.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can test this theory by installing Firebug in a new Firefox
&lt;br&gt;&amp;gt; profile, seehttp://getfirebug.com/wiki/index.php/FAQ.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also, all of the options under Tools &amp;gt; Firebug are available under the
&lt;br&gt;&amp;gt; Firebug Icon Menu, upper left corner of Firebug.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645962&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645962&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/firefox-3.5.5-and-firebug-1.4.5-tp26246365p26645962.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645801</id>
	<title>Re: Adding new option to HTML panel right-click menu</title>
	<published>2009-12-04T09:10:41Z</published>
	<updated>2009-12-04T09:10:41Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Dec 3, 7:00 pm, BenKeen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645801&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.k...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hey folks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A question for somebody. I'm trying to write a simple Firebug plugin
&lt;br&gt;&amp;gt; that adds a new item to the menu that shows up when you right-click on
&lt;br&gt;&amp;gt; the HTML panel on a node. I've been poring over some tutorials and the
&lt;br&gt;&amp;gt; code on Google Code but haven't found out much.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found this rather encouraging section - the getContextMenuItems
&lt;br&gt;&lt;br&gt;Yes, have a look at chrome.js onContextShowing. There are several ways
&lt;br&gt;to add items.
&lt;br&gt;&lt;br&gt;jjb
&lt;br&gt;&lt;br&gt;&amp;gt; function - but wasn't sure how to implement it within my own
&lt;br&gt;&amp;gt; extension.&lt;a href=&quot;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/....googlecode&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/....googlecode&lt;/a&gt;\.com&amp;sa=N&amp;cd=1&amp;ct=rc&amp;l=851
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any tips...?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Ben
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645801&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645801&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-new-option-to-HTML-panel-right-click-menu-tp26644101p26645801.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645794</id>
	<title>Re: Adding new option to HTML panel right-click menu</title>
	<published>2009-12-04T09:10:00Z</published>
	<updated>2009-12-04T09:10:00Z</updated>
	<author>
		<name>BenKeen</name>
	</author>
	<content type="html">Oops - an addendum: my target version is Firebug 1.5, not an earlier
&lt;br&gt;release.
&lt;br&gt;&lt;br&gt;- Ben
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645794&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645794&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-new-option-to-HTML-panel-right-click-menu-tp26644101p26645794.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645723</id>
	<title>Re: Use firebug Inspect element from a different FF add-on</title>
	<published>2009-12-04T09:04:58Z</published>
	<updated>2009-12-04T09:04:58Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On Dec 4, 12:28 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; i meant CSS Selector (the path to the html element that the user
&lt;br&gt;&amp;gt; clicked on)
&lt;br&gt;&amp;gt; is there a way to catch the click and the CSS Selector?
&lt;br&gt;&lt;br&gt;I thought a CSS Selector was a rule for finding elements, a query that
&lt;br&gt;can match many elements. I did not know that elements have a CSS
&lt;br&gt;selector.
&lt;br&gt;&lt;br&gt;In any case, Firebug's inspector gives the element itself. No path or
&lt;br&gt;selector is involved.
&lt;br&gt;&lt;br&gt;jjb
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i've considered creating a firebug extension but i want to create my
&lt;br&gt;&amp;gt; own menu (without firebug's menu)....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 3:48 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 2:44 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; thanks a lot!
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; after executing the inspect function,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; can i catch the user click on the page to get the CSS Selection?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Well you can listen for the click, but I don't know what a CSS
&lt;br&gt;&amp;gt; &amp;gt; Selection is so I can't help you there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; (Have you considered creating a Firebug extension?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 4, 12:27 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 12:29 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks John,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I know about the code,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;   the question is different -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I want to call firebug &amp;quot;inspect&amp;quot; function from ANOTHER FireFox addon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; If you overlay browser.xul, then you can all any Firebug function that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug can call the same way we call it. So you could call
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.Inspector.toggleInspecting(FirebugContext);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; But the inspect feature is not a function that returns an element.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  I believe I need Firebug API for this... or am i wrong?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:51 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:54 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I want to develop a new FF add-on that will use some features of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the basic idea is to activate the inspect element function  from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; within my addon and receive the html element (which the user has
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicked on) as a CSS Selection result.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does anyone have any idea if this is possible and how?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sure its possible. The source is here:&lt;a href=&quot;http://code.google.com/p/fbug/source/checkout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/source/checkout&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645723&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-firebug-Inspect-element-from-a-different-FF-add-on-tp26630424p26645723.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645675</id>
	<title>Re: Begginner Problem</title>
	<published>2009-12-04T09:01:43Z</published>
	<updated>2009-12-04T09:01:43Z</updated>
	<author>
		<name>John J Barton</name>
	</author>
	<content type="html">Well if you start unzipping the .xpi, you're on your own. &amp;nbsp;That's not
&lt;br&gt;how users are supposed to install Firebug.
&lt;br&gt;jjb
&lt;br&gt;&lt;br&gt;On Dec 4, 2:26 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ok. I found a copy of 7zip the archiving utility to extract the .xpi
&lt;br&gt;&amp;gt; files.
&lt;br&gt;&amp;gt; I extracted them to what i though was a new folder called firebug
&lt;br&gt;&amp;gt; inside the
&lt;br&gt;&amp;gt; Mozilla Firefox folder. The files seem to be there according to 7zip.
&lt;br&gt;&amp;gt; But when i go to
&lt;br&gt;&amp;gt; look at them in Windows Vista explorer there is no folder or files
&lt;br&gt;&amp;gt; there. I go back into 7zip
&lt;br&gt;&amp;gt; to see if I am hallucinating and 7zip says they are there. I don't
&lt;br&gt;&amp;gt; know what to do about
&lt;br&gt;&amp;gt; this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 3, 2:35 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I did click on the link and it was dutifully downloaded to my disk but
&lt;br&gt;&amp;gt; &amp;gt; when i run it winodws reports that it doesn't recognize the file type
&lt;br&gt;&amp;gt; &amp;gt; and offers a website or my own choice. The website choice does not
&lt;br&gt;&amp;gt; &amp;gt; recognize the format and I have no idea what format that is either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 2:20 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Just click on the link.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:16 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi , how do i get a usable version of this 1.55b5? I see something
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 1.5x .b5.xpi but i see nothing to take it out of xpi format.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 11:50 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 10:25 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; No it doesn't work on that webpage that you indicated. The &amp;quot;html
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Ok so you have a problem. You can look around for other suggestions,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; but mine are:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 1) create a new Firefox profile,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2) Install firebug 1.55b5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://getfirebug.com/wiki/index.php/FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/wiki/index.php/FAQ&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; sourcecode&amp;quot; i was referring to was actually a javascript game and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicking on the firebug or right clicking and selecting anything on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the list like start in another window doesn't work, f12 doesn't work.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; It just doesn't start.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 8:56 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:41 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sorry to report such a simple problem here but i can't get started in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; firebug. I installed and updated firefox on Widows Vista service pack
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2. It is version 3.5.5. I installed the latest firebug add on and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Please give the version number. We have 4 release streams so &amp;quot;latest&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; is not enough information.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; looked for updates. I reloaded
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firefox and the bug appears in the right lower window. I brought up an
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; html source code in the browser and went down to the firebug to click
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; What is &amp;quot;an html source code&amp;quot;?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does Firebug work on sayhttp://getfirebug.com?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; it and it won't start. What am I doing wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Show quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645675&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Begginner-Problem-tp26623968p26645675.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645232</id>
	<title>Re: scroll elements into place</title>
	<published>2009-12-04T08:34:26Z</published>
	<updated>2009-12-04T08:34:26Z</updated>
	<author>
		<name>Steven Roussey</name>
	</author>
	<content type="html">Heh... I have made a 'Live Edit' button like you suggest. It is kinda
&lt;br&gt;cool. Firefox blows chunks with it on xhtml pages, but I guess I could
&lt;br&gt;deactivate it for them. You can do some wacky things with it on this
&lt;br&gt;page, for example!
&lt;br&gt;&lt;br&gt;-steve--
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 4, 1:56 am, Mike Ratcliffe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645232&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mich...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I never even considered using contenteditable even though I have
&lt;br&gt;&amp;gt; worked with it a lot ... that would actually be very cool and simple
&lt;br&gt;&amp;gt; to implement. It would be very, very simple to add a &amp;quot;Live Edit&amp;quot;
&lt;br&gt;&amp;gt; button next to our current 'Edit' button on the fbug toolbar to toggle
&lt;br&gt;&amp;gt; this option on and off. The power of live edit in combination with
&lt;br&gt;&amp;gt; FireDiff would be amazing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 8:33 am, Steven Roussey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645232&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srous...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Or even better still, imagine if you could select a div then drag it
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; into position and copy and paste the css generated by FireBug!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Well, try adding this attribute to the body element on a page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; contenteditable=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;body contenteditable=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Make a div's position absolute and then drag and drop it with the
&lt;br&gt;&amp;gt; &amp;gt; little four-arrow thing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Have fun!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -steve--
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645232&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645232&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scroll-elements-into-place-tp26124241p26645232.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26642530</id>
	<title>Re: Use firebug Inspect element from a different FF add-on</title>
	<published>2009-12-04T05:30:53Z</published>
	<updated>2009-12-04T05:30:53Z</updated>
	<author>
		<name>Hernan Rodriguez Colmeiro</name>
	</author>
	<content type="html">On Fri, Dec 4, 2009 at 05:28, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642530&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceyal99@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; i meant CSS Selector (the path to the html element that the user
&lt;br&gt;&amp;gt; clicked on)
&lt;br&gt;&amp;gt; is there a way to catch the click and the CSS Selector?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;I may be wrong, but I think Firebug works wich XPath instead of CSS Selectors.
&lt;br&gt;&lt;br&gt;Hernán
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642530&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642530&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-firebug-Inspect-element-from-a-different-FF-add-on-tp26630424p26642530.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26641246</id>
	<title>Re: Firebug 1.5b5 - closing node after clicking on it</title>
	<published>2009-12-04T03:28:03Z</published>
	<updated>2009-12-04T03:28:03Z</updated>
	<author>
		<name>Honza (Jan Odvarko)</name>
	</author>
	<content type="html">I think this bug is related:
&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/fbug/issues/detail?id=2318&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/issues/detail?id=2318&lt;/a&gt;&lt;br&gt;&lt;br&gt;Honza
&lt;br&gt;&lt;br&gt;On Dec 3, 6:02 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641246&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I thought there was a bug report on this but I cannot find it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you open a bug report with a simple page and a clear step by step
&lt;br&gt;&amp;gt; procedure explaining the issue we can fix it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Seehttp://code.google.com/p/fbug/issues/list
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 3, 6:28 am, TheTester &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641246&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bartosz.bucze...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt; I'm not sure if this is feature or bug but is there a way to turn off
&lt;br&gt;&amp;gt; &amp;gt; closing node after clicking on it? In my opinion those little pluses
&lt;br&gt;&amp;gt; &amp;gt; should be for that purpose and clicking node shouldn't trigger
&lt;br&gt;&amp;gt; &amp;gt; anything in node tree...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641246&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641246&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Firebug-1.5b5---closing-node-after-clicking-on-it-tp26626801p26641246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26641144</id>
	<title>Re: How do i contact the Firestarter FB extension developer(s)?</title>
	<published>2009-12-04T03:18:19Z</published>
	<updated>2009-12-04T03:18:19Z</updated>
	<author>
		<name>Honza (Jan Odvarko)</name>
	</author>
	<content type="html">On Dec 3, 5:26 pm, Prefontim &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641144&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Prefon...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I have actually requested this before in issue 2135, which is when you
&lt;br&gt;&amp;gt; said it would be added to Firestarter.  I noticed they released
&lt;br&gt;&amp;gt; another version recently, but it did not include my enhancement
&lt;br&gt;&amp;gt; request, so i was endeavoring to see when this was planned on being
&lt;br&gt;&amp;gt; added.
&lt;br&gt;I agree, it seems to be good addition to Firestarter.
&lt;br&gt;I'll take a look at this and I'll post any updates to the bug's
&lt;br&gt;thread.
&lt;br&gt;&lt;br&gt;Honza
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641144&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641144&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-do-i-contact-the-Firestarter-FB-extension-developer%28s%29--tp26627715p26641144.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26641084</id>
	<title>Re: please help me</title>
	<published>2009-12-04T03:12:16Z</published>
	<updated>2009-12-04T03:12:16Z</updated>
	<author>
		<name>Maciej Jaros</name>
	</author>
	<content type="html">आकाशवेदी wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i am editing a template of joomla.
&lt;br&gt;&amp;gt; but in lower resolution{800x600} a white bar is appearing at right
&lt;br&gt;&amp;gt; side of the screen.
&lt;br&gt;&amp;gt; and overlapping other tab displays main menu.
&lt;br&gt;&amp;gt; i am not so good in css so cant figure the problem.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://host1.in/demo3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://host1.in/demo3&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://host1.in/demo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://host1.in/demo&lt;/a&gt;&lt;br&gt;&amp;gt; screenshot:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.dryimages.com/updby/axeplay/2_333.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dryimages.com/updby/axeplay/2_333.jpg&lt;/a&gt;&lt;br&gt;&amp;gt; please help me!
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;This is not joomla nor CSS support group.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Nux.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641084&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641084&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/please-help-me-tp26634592p26641084.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26640594</id>
	<title>Re: Begginner Problem</title>
	<published>2009-12-04T02:26:25Z</published>
	<updated>2009-12-04T02:26:25Z</updated>
	<author>
		<name>JohnnyFantastic</name>
	</author>
	<content type="html">Ok. I found a copy of 7zip the archiving utility to extract the .xpi
&lt;br&gt;files.
&lt;br&gt;I extracted them to what i though was a new folder called firebug
&lt;br&gt;inside the
&lt;br&gt;Mozilla Firefox folder. The files seem to be there according to 7zip.
&lt;br&gt;But when i go to
&lt;br&gt;look at them in Windows Vista explorer there is no folder or files
&lt;br&gt;there. I go back into 7zip
&lt;br&gt;to see if I am hallucinating and 7zip says they are there. I don't
&lt;br&gt;know what to do about
&lt;br&gt;this.
&lt;br&gt;&lt;br&gt;On Dec 3, 2:35 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I did click on the link and it was dutifully downloaded to my disk but
&lt;br&gt;&amp;gt; when i run it winodws reports that it doesn't recognize the file type
&lt;br&gt;&amp;gt; and offers a website or my own choice. The website choice does not
&lt;br&gt;&amp;gt; recognize the format and I have no idea what format that is either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 3, 2:20 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Just click on the link.
&lt;br&gt;&amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 3, 2:16 pm, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi , how do i get a usable version of this 1.55b5? I see something
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 1.5x .b5.xpi but i see nothing to take it out of xpi format.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 11:50 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 10:25 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; No it doesn't work on that webpage that you indicated. The &amp;quot;html
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Ok so you have a problem. You can look around for other suggestions,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; but mine are:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 1) create a new Firefox profile,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 2) Install firebug 1.55b5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://getfirebug.com/wiki/index.php/FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/wiki/index.php/FAQ&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; sourcecode&amp;quot; i was referring to was actually a javascript game and
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicking on the firebug or right clicking and selecting anything on
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the list like start in another window doesn't work, f12 doesn't work.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; It just doesn't start.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 8:56 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 2:41 am, JohnnyFantastic &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john.orourke.1...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sorry to report such a simple problem here but i can't get started in
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; firebug. I installed and updated firefox on Widows Vista service pack
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; 2. It is version 3.5.5. I installed the latest firebug add on and
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Please give the version number. We have 4 release streams so &amp;quot;latest&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; is not enough information.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; looked for updates. I reloaded
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firefox and the bug appears in the right lower window. I brought up an
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; html source code in the browser and went down to the firebug to click
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; What is &amp;quot;an html source code&amp;quot;?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does Firebug work on sayhttp://getfirebug.com?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; it and it won't start. What am I doing wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; John- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - Show quoted text -- Hide quoted text -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Show quoted text -
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640594&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Begginner-Problem-tp26623968p26640594.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26640285</id>
	<title>Re: scroll elements into place</title>
	<published>2009-12-04T02:03:20Z</published>
	<updated>2009-12-04T02:03:20Z</updated>
	<author>
		<name>Mike Ratcliffe-2</name>
	</author>
	<content type="html">hmmm ... an echo ;o)
&lt;br&gt;&lt;br&gt;On Dec 4, 11:02 am, Mike Ratcliffe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mich...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I did not even consider using contenteditable, even though I have used
&lt;br&gt;&amp;gt; it a lot. It would be a very simple task to add a 'Live Edit' button
&lt;br&gt;&amp;gt; that toggles this option. It could live next to the current 'Edit'
&lt;br&gt;&amp;gt; button on the fb toolbar ... the power of that feature in combination
&lt;br&gt;&amp;gt; with FireDiff would be amazing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 4, 8:33 am, Steven Roussey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640285&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srous...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Or even better still, imagine if you could select a div then drag it
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; into position and copy and paste the css generated by FireBug!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Well, try adding this attribute to the body element on a page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; contenteditable=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;body contenteditable=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Make a div's position absolute and then drag and drop it with the
&lt;br&gt;&amp;gt; &amp;gt; little four-arrow thing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Have fun!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -steve--
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640285&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640285&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scroll-elements-into-place-tp26124241p26640285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26640272</id>
	<title>Re: scroll elements into place</title>
	<published>2009-12-04T02:02:02Z</published>
	<updated>2009-12-04T02:02:02Z</updated>
	<author>
		<name>Mike Ratcliffe-2</name>
	</author>
	<content type="html">I did not even consider using contenteditable, even though I have used
&lt;br&gt;it a lot. It would be a very simple task to add a 'Live Edit' button
&lt;br&gt;that toggles this option. It could live next to the current 'Edit'
&lt;br&gt;button on the fb toolbar ... the power of that feature in combination
&lt;br&gt;with FireDiff would be amazing.
&lt;br&gt;&lt;br&gt;On Dec 4, 8:33 am, Steven Roussey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640272&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srous...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Or even better still, imagine if you could select a div then drag it
&lt;br&gt;&amp;gt; &amp;gt; into position and copy and paste the css generated by FireBug!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, try adding this attribute to the body element on a page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; contenteditable=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;body contenteditable=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Make a div's position absolute and then drag and drop it with the
&lt;br&gt;&amp;gt; little four-arrow thing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Have fun!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -steve--
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640272&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640272&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scroll-elements-into-place-tp26124241p26640272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26640199</id>
	<title>Re: scroll elements into place</title>
	<published>2009-12-04T01:56:28Z</published>
	<updated>2009-12-04T01:56:28Z</updated>
	<author>
		<name>Mike Ratcliffe-2</name>
	</author>
	<content type="html">I never even considered using contenteditable even though I have
&lt;br&gt;worked with it a lot ... that would actually be very cool and simple
&lt;br&gt;to implement. It would be very, very simple to add a &amp;quot;Live Edit&amp;quot;
&lt;br&gt;button next to our current 'Edit' button on the fbug toolbar to toggle
&lt;br&gt;this option on and off. The power of live edit in combination with
&lt;br&gt;FireDiff would be amazing.
&lt;br&gt;&lt;br&gt;On Dec 4, 8:33 am, Steven Roussey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srous...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Or even better still, imagine if you could select a div then drag it
&lt;br&gt;&amp;gt; &amp;gt; into position and copy and paste the css generated by FireBug!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, try adding this attribute to the body element on a page:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; contenteditable=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;body contenteditable=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Make a div's position absolute and then drag and drop it with the
&lt;br&gt;&amp;gt; little four-arrow thing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Have fun!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -steve--
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640199&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26640199&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scroll-elements-into-place-tp26124241p26640199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26639203</id>
	<title>Re: Use firebug Inspect element from a different FF add-on</title>
	<published>2009-12-04T00:28:10Z</published>
	<updated>2009-12-04T00:28:10Z</updated>
	<author>
		<name>ceyal</name>
	</author>
	<content type="html">i meant CSS Selector (the path to the html element that the user
&lt;br&gt;clicked on)
&lt;br&gt;is there a way to catch the click and the CSS Selector?
&lt;br&gt;&lt;br&gt;i've considered creating a firebug extension but i want to create my
&lt;br&gt;own menu (without firebug's menu)....
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 4, 3:48 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Dec 3, 2:44 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; thanks a lot!
&lt;br&gt;&amp;gt; &amp;gt; after executing the inspect function,
&lt;br&gt;&amp;gt; &amp;gt; can i catch the user click on the page to get the CSS Selection?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well you can listen for the click, but I don't know what a CSS
&lt;br&gt;&amp;gt; Selection is so I can't help you there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Have you considered creating a Firebug extension?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 4, 12:27 am, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 3, 12:29 pm, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks John,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  I know about the code,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;   the question is different -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  I want to call firebug &amp;quot;inspect&amp;quot; function from ANOTHER FireFox addon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; If you overlay browser.xul, then you can all any Firebug function that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Firebug can call the same way we call it. So you could call
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Firebug.Inspector.toggleInspecting(FirebugContext);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; But the inspect feature is not a function that returns an element.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  I believe I need Firebug API for this... or am i wrong?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;  thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:51 pm, John J Barton &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;johnjbar...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 3, 9:54 am, ceyal &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ceya...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I want to develop a new FF add-on that will use some features of
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Firebug.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; the basic idea is to activate the inspect element function  from
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; within my addon and receive the html element (which the user has
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; clicked on) as a CSS Selection result.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Does anyone have any idea if this is possible and how?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Sure its possible. The source is here:&lt;a href=&quot;http://code.google.com/p/fbug/source/checkout&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/fbug/source/checkout&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; jjb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Eyal
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26639203&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Use-firebug-Inspect-element-from-a-different-FF-add-on-tp26630424p26639203.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26638758</id>
	<title>Re: scroll elements into place</title>
	<published>2009-12-03T23:33:32Z</published>
	<updated>2009-12-03T23:33:32Z</updated>
	<author>
		<name>Steven Roussey</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; Or even better still, imagine if you could select a div then drag it
&lt;br&gt;&amp;gt; into position and copy and paste the css generated by FireBug!
&lt;br&gt;&lt;br&gt;Well, try adding this attribute to the body element on a page:
&lt;br&gt;&lt;br&gt;contenteditable=&amp;quot;true&amp;quot;
&lt;br&gt;&lt;br&gt;like this:
&lt;br&gt;&lt;br&gt;&amp;lt;body contenteditable=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Make a div's position absolute and then drag and drop it with the
&lt;br&gt;little four-arrow thing.
&lt;br&gt;&lt;br&gt;Have fun!
&lt;br&gt;&lt;br&gt;-steve--
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638758&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scroll-elements-into-place-tp26124241p26638758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26638628</id>
	<title>Re: Debugging JS with firebug lite on IE9</title>
	<published>2009-12-03T23:13:04Z</published>
	<updated>2009-12-03T23:13:04Z</updated>
	<author>
		<name>Steven Roussey</name>
	</author>
	<content type="html">You can also use Fiddler2 to inspect traffic for both Firefox and IE.
&lt;br&gt;&lt;br&gt;On Dec 3, 7:22 am, bridgetm &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638628&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;be.malo...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; So, we can't view the POSTS and responses of an AJAX request through
&lt;br&gt;&amp;gt; Firebug Lite through the Console as we do in regular Firebug?  Am I
&lt;br&gt;&amp;gt; reading that right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That kind of stinks because that's what I use Firebug for ~95% of the
&lt;br&gt;&amp;gt; time :(
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 30, 10:47 am, Mike Ratcliffe &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638628&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mich...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; UnfortunatelyFirebugLitedoes not allow stepping through
&lt;br&gt;&amp;gt; &amp;gt; JavaScript ... this is a Firefox only feature. If you are using IE8
&lt;br&gt;&amp;gt; &amp;gt; you can use the Debugging Tools (F12) to do this.
&lt;br&gt;&amp;gt; &amp;gt; -
&lt;br&gt;&amp;gt; &amp;gt; Mike Ratcliffe
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Nov 30, 6:18 am, yotam &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638628&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yotam.s...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;    i've recently discoveredFirebugLiteafter years of usingFirebug
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; for FF. However, i cant debug my JS on IE. is that how it is or am i
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; doing something wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Yotam.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638628&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26638628&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Debugging-JS-with-firebug-lite-on-IE9-tp26576094p26638628.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637359</id>
	<title>Re: scroll elements into place</title>
	<published>2009-12-03T19:20:24Z</published>
	<updated>2009-12-03T19:20:24Z</updated>
	<author>
		<name>Hernan Rodriguez Colmeiro</name>
	</author>
	<content type="html">On Thu, Oct 29, 2009 at 23:24, morktron &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637359&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;morktron@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Imagine if the scroll wheel could be made to work for increasing or
&lt;br&gt;&amp;gt; decreasing values instead of manually typing them in. For example I
&lt;br&gt;&amp;gt; often absolutely position a div with a relative div, it takes ages
&lt;br&gt;&amp;gt; guessing the correct amount of pixels.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Maybe is a little bit too late for saying this but you can change the
&lt;br&gt;amount of pixels on a certain CSS rule with the keyboard arrows up and
&lt;br&gt;down. Although havind the option to do it with the mouse wheel is not
&lt;br&gt;bat at all ;)
&lt;br&gt;&lt;br&gt;Hernán
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637359&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637359&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/scroll-elements-into-place-tp26124241p26637359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26644101</id>
	<title>Adding new option to HTML panel right-click menu</title>
	<published>2009-12-03T19:00:03Z</published>
	<updated>2009-12-03T19:00:03Z</updated>
	<author>
		<name>BenKeen</name>
	</author>
	<content type="html">Hey folks,
&lt;br&gt;&lt;br&gt;A question for somebody. I'm trying to write a simple Firebug plugin
&lt;br&gt;that adds a new item to the menu that shows up when you right-click on
&lt;br&gt;the HTML panel on a node. I've been poring over some tutorials and the
&lt;br&gt;code on Google Code but haven't found out much.
&lt;br&gt;&lt;br&gt;I found this rather encouraging section - the getContextMenuItems
&lt;br&gt;function - but wasn't sure how to implement it within my own
&lt;br&gt;extension.
&lt;br&gt;&lt;a href=&quot;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/html.js&amp;q=getContextMenuItems%20package:http://fbug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/codesearch/p?hl=en#FXMmmf0ln7k/content/firebug/html.js&amp;q=getContextMenuItems%20package:http://fbug&lt;/a&gt;\.googlecode\.com&amp;sa=N&amp;cd=1&amp;ct=rc&amp;l=851
&lt;br&gt;&lt;br&gt;Any tips...?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;- Ben
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Firebug&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644101&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644101&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;firebug+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/firebug?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/firebug?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Adding-new-option-to-HTML-panel-right-click-menu-tp26644101p26644101.html" />
</entry>

</feed>
