Re: Javascript inserted elements also show before html element.

2009-10-14 Thread johnjbarton
On Oct 14, 2:02 am, woomla woo...@gmail.com wrote: As I believed it was a mather of my system only, I tried with clean profiles etc. Finally I've got the solution which was to completely clean my default profile. This solved my problem. Thanks for helping me out. W. Here is what I

Re: Access Net Tab in JavaScript

2009-10-14 Thread johnjbarton
On Oct 14, 9:49 am, Jeff Mott jeff.mott...@gmail.com wrote: Hi all, Let me first describe what I hope to achieve. A client site has accumulated many files over the years, and the client wants to clear out files that aren't used anymore. So I want to build a list of files that *are* used.

Re: Firefox hangs on reload when there's a breakpoint

2009-10-14 Thread johnjbarton
On Oct 14, 12:41 pm, Gregorio Gómez gregoriodamiango...@gmail.com wrote: Hi: Firefox 3.5.3 Firebug 1.4.3 When I have a breakpoint and I reload, Firefox hangs. So, I load my page. I set a breakpoint. I reload. Firefox hangs with a blank page and the throbber going. Check Script

Re: Break On All Errors in 1.5a26

2009-10-14 Thread johnjbarton
On Oct 14, 11:34 am, toonetown nathan.to...@gmail.com wrote: ---Sorry if this is a double-post...I don't know why the first one didn't get posted...--- More a gripe than anything...I'm not a fan of moving the Break on All Errors functionality to the pause button on the console...for a

Re: Incorrect offset when inspecting with page scrolled

2009-10-14 Thread johnjbarton
On Oct 14, 1:47 pm, devin.mcc...@gmail.com devin.mcc...@gmail.com wrote: (Note, this isn't my site so I can't play around with any of the HTML or make additional test cases.) http://www.readingcoop.com/personal.php If you open Firebug and try to inspect anything on the page, the elements

Re: can't see my Wordpress 2.8 sites with Firebug 1.4.3 and FF 3.5.3

2009-10-13 Thread johnjbarton
On Oct 13, 10:57 am, Bill bill.fisher.oakl...@gmail.com wrote: I get a blank white screen when viewing my own Wordpress 2.8 sites with Firebug 1.4.3 enabled.  The page never finishes loading.  But I do get the source.  If I disable Firebug, I can see the sites just fine. Any ideas? The

Re: Rev 4557 failes to open firebug

2009-10-12 Thread johnjbarton
This kind of result is exactly why we are phasing out the DTD mechanism in Firebug. We want remove all of the firebug. things and the .dtd files in Firebug 1.6. jjb On Oct 12, 4:03 am, Mike Ratcliffe mich...@ratcliffefamily.org wrote: My fault, I will fix this now On 12 Okt., 12:16, woomla

Re: REQ: Console feed (last entry first)

2009-10-12 Thread johnjbarton
On Oct 12, 12:30 am, Arian arianout...@gmail.com wrote: Hello all of you! GREAT WORK! GREAT TOOL! GREAT EVERYTHING! I suppose you know that already :-) I want to make a request. I hope you will find it 'logical'. On console tab every new entry goes at the bottom of the list. I there

Re: Firebug's tab bar doesn't show all my addons

2009-10-10 Thread johnjbarton
On Oct 10, 6:38 am, shad0vvfax shad0vv...@gmail.com wrote: The tab bar in Firebug does not show all the addons I have installed. It needs to either wrap or it needs to be scrollable. If it is and I don't know how to do this. Please let me know I guess you mean Firebug does not show all of

Re: A little geek entertainment...

2009-10-09 Thread johnjbarton
On Oct 9, 2:20 am, Wladimir Palant trev@adblockplus.org wrote: You are trying to use E4X syntax on something that isn't an XML object -http://en.wikipedia.org/wiki/ECMAScript_for_XML Correct use of that syntax: var data = rootvalue a=1foo/valuevalue a=1bar/ valuevalue

Re: Extending firebug: Understanding Firebug.chrome.$(id) vs. FirebugChrome.$(id) vs $(id)

2009-10-09 Thread johnjbarton
On Oct 9, 8:59 am, Andrew R andrew.rw.robin...@gmail.com wrote: Thank you for that information, apparently something is askew with my Firebug.chrome in my panel. I have this code: ... Firebug.chrome.$('fbAdfvTypeMenu') Is returning null So the |document| in the scope that chrome.js was

Re: Something happen to break on error in svn?

2009-10-09 Thread johnjbarton
? On Oct 5, 5:02 pm, johnjbarton johnjbar...@johnjbarton.com wrote: On Oct 5, 4:53 pm, Steven Roussey srous...@gmail.com wrote: Hitting the pause button breaks into timer code though... So it keeps breaking all the time, which isn't so useful (unless you are debugging times or events

Re: Firebug debugging is not working

2009-10-09 Thread johnjbarton
On Oct 9, 1:26 pm, James Calfee jslim...@gmail.com wrote: I'm using Firefox 3.0.12 on Windows and Firebug 1.4.3 When I set and exercise a break point nothing happens.  I was so sure it is user error that I watched the Firebug video and used this exact example in the video: Went to

Re: Extending firebug: Understanding Firebug.chrome.$(id) vs. FirebugChrome.$(id) vs $(id)

2009-10-09 Thread johnjbarton
On Oct 9, 1:26 pm, Andrew R andrew.rw.robin...@gmail.com wrote: Roughly speaking I don't see anything obvious. I would add FBTrace.sysout(lib.$ document: +(doc? doc.location:document.location) ); in lib.js this.$ function and see where it thinks you are when you get null values for

Re: Extending firebug: Understanding Firebug.chrome.$(id) vs. FirebugChrome.$(id) vs $(id)

2009-10-09 Thread johnjbarton
On Oct 9, 3:41 pm, Andrew R andrew.rw.robin...@gmail.com wrote: Okay, this is really odd. After adding the logging in both lib.$ and chrome.$ in the firebug code, I found something really odd. When firebug is inside firefox, everything is cool and the global $ as seen by chrome.$ is the

Re: Extending firebug: Understanding Firebug.chrome.$(id) vs. FirebugChrome.$(id) vs $(id)

2009-10-09 Thread johnjbarton
On Oct 9, 4:00 pm, Andrew R andrew.rw.robin...@gmail.com wrote: Got to stop for today, but I see that chrome.js has its own global $ function that is the same code as lib.js's $ function. Comparing all of the documents, I get this: FTS0: chrome.$ global function document:

Re: Issue with jQuery: adding filters in the middle of a selector brings Firebugs warning

2009-10-08 Thread johnjbarton
On Oct 8, 3:29 am, BaBna thomas.na...@gmail.com wrote: Hi there, I am having a few problems with Firebug throwing CSS errors with jQuery selectors, and hope you'll be able to help - as I didn't get any feedback from the jQuery discussion... Look at those 2 jQuery objects:

Re: Stop request on error

2009-10-08 Thread johnjbarton
On Oct 8, 2:09 am, Jan Hančič jan.han...@gmail.com wrote: I have some links that point to some pages but I attach some onclick events, that do something and then return false, on them (with JavaScript not in the markup). So after clicking you don't go to the page the link points to (if you

Re: How do I install Firebug 1.5 ?

2009-10-08 Thread johnjbarton
On Oct 8, 9:37 am, deadlyicon ja...@jaredgrippe.com wrote: I am having some trouble with Firebug 1.4 and I'd like to try 1.5. I found the link to the 1.5 sourcehttp://getfirebug.com/releases/firebug/1.5X/ but I'm not sure how to install it. Just click on the link that has the version

Re: Extending firebug: Understanding Firebug.chrome.$(id) vs. FirebugChrome.$(id) vs $(id)

2009-10-08 Thread johnjbarton
On Oct 8, 5:06 pm, Andrew R andrew.rw.robin...@gmail.com wrote: A user of my extension has realized that errors occur when firebug is opened in a new window. The reason is that Firebug.chrome.$(id) was returning null when I called a function during reattaching. Unlike the firebug code, I

Re: Line wrap in script tab

2009-10-08 Thread johnjbarton
On Oct 8, 5:04 pm, Michael Mahemoff mich...@mahemoff.com wrote: Hello, It looks like there's no way to get lines to wrap in the script tab, or am I missing something? It would be a nice feature to have as quite a few scripts on sites I come across while GreaseMonkeying are compressed to

Re: Installing firebug when you can't use the addon button.

2009-10-07 Thread johnjbarton
Firefox File Open File browse to the firebug XPI file. jjb On Oct 7, 4:41 am, George george.e.sulli...@saic.com wrote: How do you install firebug when you can't use the addons button?  We are on an isolated networker and had to bring firebug over on a CD. We have no connection to the

Re: Using Commandline API in Console

2009-10-07 Thread johnjbarton
On Oct 7, 8:27 am, dojademake goo...@dojademake.com wrote: I'm having trouble examining a variable.  I set a breakpoint in my Javascript, execute the page, hit the breakpoint, go to the Console tab, type dir('nameOfMyElementId') and press Enter.  The Console shows dir('nameOfMyElementId')

Re: Using Commandline API in Console

2009-10-07 Thread johnjbarton
On Oct 7, 10:25 am, dojademake goo...@dojademake.com wrote: On Oct 7, 12:12 pm, johnjbarton johnjbar...@johnjbarton.com wrote: You're not giving the Firefox/Firebug version or an example we can try. Firefox version 3.5.3 Firebug version 1.4.3 As for an example, I cannot get it to work

Re: Scrollbar locked at inspecting DOM :S

2009-10-07 Thread johnjbarton
On Oct 7, 10:38 am, Ezequiel zeq...@gmail.com wrote: Well, I'm trying to inspect DOM of a website, but, when I try to go down with the DOM scrollbar, it go back to it last position! Its really frustrating -.- I've not heard of anyone else with a similar problem. jjb

Re: Firebug Add-on installed, no idea where to open

2009-10-07 Thread johnjbarton
I think your choices are to install Firebug in a new Firefox profile or contact FIrefox support. See also http://groups.google.com/group/firebug/web/faq-about-firebug jjb On Oct 7, 11:26 am, noahpke n...@peacekeeper.com wrote: I am experiencing the same with FF 3.5.3 and FB 1.4.3. I'm on

Re: Download error -228

2009-10-07 Thread johnjbarton
you need to check with the server folks on that one. jjb On Oct 7, 2:24 pm, linoj lino...@gmail.com wrote: Hi, When i start up Firefox mac, add-ons says there's a new version of Firebug availalble, when i say ok, i get this error. It happens repeatably, even after rebooting. Firefox

Re: EU MozCamp 2009 slides with Firebug 1.5 feature intro.

2009-10-06 Thread johnjbarton
On Oct 6, 2:44 am, Maciej Jaros e...@wp.pl wrote: PS: I see Chromebug is missing (commented out) on the release page. Any particular reason? Is it currently not stable enough? It's partly that Chromebug wasn't working well and partly a matter of audience. I think now Chromebug is working

Re: Display of errors in eval() broken?

2009-10-06 Thread johnjbarton
On Oct 6, 3:03 am, NeoVanGoth n...@gothic-chat.de wrote: Hi, is the display of javascript-errors occuring in eval()s broken? In several projects I'm using Ajax to load additional content, which includes Javascript which is executed via eval(). Errors in this code were displays in Firebug,

Re: Mozilla Mail Client Compatibility?

2009-10-06 Thread johnjbarton
On Oct 6, 2:18 am, Raven axel.gr...@googlemail.com wrote: Hi Firebug is excellent Is there a version planned that will work with Mozilla-based mail clients, such as Thunderbird and Postbox? It would be a really really big help for me as I am developing extensions mainly for Thunderbird.

Re: Bug: Firefox crashes

2009-10-06 Thread johnjbarton
On Oct 6, 9:22 am, Stefano kL0d3 klod...@gmail.com wrote: Hi, I have found a little bug. If I leave my javascript application on step-by-step mode on execution over any script, and press the refresh button of the browser, Firefox freezes. I must to force closing firefox and restart again.

Re: EU MozCamp 2009 slides with Firebug 1.5 feature intro.

2009-10-06 Thread johnjbarton
On Oct 6, 12:23 pm, Les les.szkla...@gmail.com wrote: CSS Selector Search (maybe not part of 1.5) How this feature would work?  Why would it be useful? This feature might be better described as HTML Element search by CSS Selector. Currently an option in the search UI turns it on, then the

Re: Something happen to break on error in svn?

2009-10-06 Thread johnjbarton
On Oct 6, 2:52 pm, Steven Roussey srous...@gmail.com wrote: On Oct 5, 5:02 pm, johnjbarton johnjbar...@johnjbarton.com wrote: The pause button in the console panel? Yes. Though only after breaking on something else first. It is interesting to see what is firing in the background, but can

Re: CSS - style declarations disappearing in style pane

2009-10-05 Thread johnjbarton
and post it to the bug list so we can fix it in 1.5. http://code.google.com/p/fbug/issues/list jjb On Sep 16, 2:57 pm, BlueTele jklegs...@gmail.com wrote: Thanks, John...I'll try those. Sorry for the double post...I had some connection problems. On Sep 16, 12:09 pm, johnjbarton

Re: Something happen to break on error in svn?

2009-10-05 Thread johnjbarton
, johnjbarton johnjbar...@johnjbarton.com wrote: On Oct 2, 4:00 pm, Steven Roussey srous...@gmail.com wrote: Something happen to break on error in svn? The option seems to have disappeared.. The short answer: use the pause button || on the Console now. The long version: It just moved

Re: Firebug open/closed by tab

2009-10-04 Thread johnjbarton
On Oct 4, 1:09 am, Simon M simon.and.cori.mad...@googlemail.com wrote: Is it possible to have Firebug open in one Firefox tab, but close on another? Can't find how to do this, but would make it much easier to have one tab for debugging (with Firebug open) and another for editing (with

Re: An ever changing interface.

2009-10-02 Thread johnjbarton
On Oct 1, 9:13 pm, northernphoto northernph...@yahoo.ca wrote: I love Firebug. I have been using it for about two years now. But the last two updates have really change the interface of firebug and made it harder to use in my opinion. If you have a specific problem, please let us know. I

Re: Active or overridden css fields.

2009-10-02 Thread johnjbarton
On Oct 1, 11:09 pm, metdos met...@gmail.com wrote: Has Firebug a feature to show overridden css fileds, and which one is active among same fields.For example suppose that for the same html page I included two different .css files. table{   border: 1px; } table{   border: 2px; }

Re: firebug gone and can't reinstall it

2009-10-02 Thread johnjbarton
On Oct 2, 2:59 am, ohloloo ohlo...@gmail.com wrote: like leonardo, upgrading from 1.4.2 to 1.4.3 failed with FF 3.5.3(fr). I'm using firebug for long and it's the first time I had to turn off my antivirus (Kaspersky) to upgrade/install firebug. I use many other extensions and never need to

Re: oh for a sync.... (feature request)

2009-10-02 Thread johnjbarton
On Oct 2, 11:34 am, whippersnapper lyre...@gmail.com wrote: ... wouldn't it be lushious if firebug could upload the changes it made (and save copies of originals as it went). firediff is our first step on supporting this feature. Once we have the diffs we can encourage various servers to

Re: Something happen to break on error in svn?

2009-10-02 Thread johnjbarton
On Oct 2, 4:00 pm, Steven Roussey srous...@gmail.com wrote: Something happen to break on error in svn? The option seems to have disappeared.. The short answer: use the pause button || on the Console now. The long version: It just moved to the Console panel. This is part of our overall Break

Re: A script on this page may be busy, or it may have stopped responding.

2009-10-01 Thread johnjbarton
On Sep 30, 11:10 pm, shirish शिरीष shirisha...@gmail.com wrote: in-line :- On Thu, Oct 1, 2009 at 11:05, johnjbarton johnjbar...@johnjbarton.com wrote: snipped In addition there are some serious performance problems in 1.4 that affect gmail.com. As I commented on the bug report, you

Re: Extend firebug's FirebugConsoleHandler?

2009-10-01 Thread johnjbarton
On Oct 1, 1:14 pm, Andrew R andrew.rw.robin...@gmail.com wrote: I need to inject my own JS functionality into the page in an extension that I extend Firebug. I have been mimicing what firebug does with the console injection, but I found a bug in my own code. Is there a good way to tap into

Re: Latest version of firebug can't be installed

2009-09-30 Thread johnjbarton
Contact Firefox support for install problems. jjb On Sep 30, 3:03 am, remal levin.se...@gmail.com wrote: FF version: 3.5.3 It seems that installer is killed by timeout. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Link to parakey.com from the firebug site

2009-09-30 Thread johnjbarton
On Sep 30, 12:38 am, Sigs sigmundu...@gmail.com wrote: It goes to a domain placeholder. You should change it to where-ever you crash nowadays (at Fakebook's, I hear?) It is my understanding that Facebook acquired parakey. No one from Facebook or parakey is involved in the project now. If you

Re: fixing firebug for gmail.com

2009-09-30 Thread johnjbarton
On Sep 30, 8:35 pm, shirish शिरीष shirisha...@gmail.com wrote: in-line :- On Thu, Oct 1, 2009 at 01:38, Hernan Rodriguez Colmeiro colme...@gmail.com wrote: 2009/9/30 shirish शिरीष shirisha...@gmail.com: Hi all,     Even though I didn't put on firebug for gmail but another site

Re: A script on this page may be busy, or it may have stopped responding.

2009-09-30 Thread johnjbarton
On Sep 30, 9:09 pm, shirish शिरीष shirisha...@gmail.com wrote: hi all,  Entered fbug 2360 . Tried to attach the file but it seems to be a hit and miss issue. Hence attaching the same here. The solution for your issue is simple: don't use tracing on gmail.com. That page has a huge number of

Re: Is Layout panel offset useful?

2009-09-29 Thread johnjbarton
On Sep 28, 5:56 pm, Les les.szkla...@gmail.com wrote: Unless I'm blind, where's the z-index info in the Layout panel? 1.) Go here:http://www.officemax.com/ 2.) Search for: div id=header which is absolutely positioned with z-index 10. Thanks for the example, fixed R4448 on

Re: Any APIs document and debug tools?

2009-09-29 Thread johnjbarton
On Sep 29, 2:16 am, Chuanwen Wu wcw8...@gmail.com wrote: 2, The back-end information. I sill need to fetch some information of web page from the browser(Firefox). Basically, I think this information is about the requests and their responses in each page. I guess this information is

Re: Breakpoints not working - simple test case included

2009-09-28 Thread johnjbarton
Please attach a complete test case to a bug report: http://code.google.com/p/fbug/issues/list and I'll take a look. jjb On Sep 27, 5:55 pm, wbharding william.hard...@gmail.com wrote: Hi Firebuggers, Using Firefox 3.5.3 in Ubuntu, have tried both Firebug 1.4.2 and the 1.5X a24 beta, I am

Re: Saving CSS changes

2009-09-28 Thread johnjbarton
On Sep 27, 3:47 pm, benz bdgeo...@gmail.com wrote: ... Firebug knows the file's being used and it knows the line numbers that are being impacted so for the 90% of applications that don't dynamically generate stylesheets you could envisage a mechanism where you provide FTP credentials per

Re: Net panel activated

2009-09-28 Thread johnjbarton
On Sep 28, 9:56 am, baalaji enagu baalaji.en...@gmail.com wrote: net pane showing the message Net panel activated. Any requests while the net panel is inactive are not shown. how to solve this Install Firebug 1.4.3b1, http://getfirebug.com/releases/firebug/1.4. Then after you open

Re: Is Layout panel offset useful?

2009-09-28 Thread johnjbarton
On Sep 28, 8:01 am, Les les.szkla...@gmail.com wrote: Cool, when will I be able to test this change? It's in 1.5a25 http://getfirebug.com/releases. jjb --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Firebug

Re: Any APIs document and debug tools?

2009-09-28 Thread johnjbarton
On Sep 28, 8:56 pm, Chuanwen Wu wcw8...@gmail.com wrote: Hi, Thank Jan Odvako! I recently read your articles about firebug extension in you blog(http://www.softwareishard.com/blog/firebug-tutorial/),  and I learned a lot. I want to write another part of the tutorial. What was the

Re: Firebugs and snow leopard

2009-09-27 Thread johnjbarton
Do you get a crash-reporter dialog? If yes, put about:crashes in the URL bar and post the link to the crash. jjb On Sep 26, 2:32 pm, Alberto boni...@gmail.com wrote: After updated to snow leopard, firebugs crash firefox when I try to exit from the browser. Any Idea why this happen?

Re: Firebugs and snow leopard

2009-09-27 Thread johnjbarton
On Sep 27, 2:09 am, Alberto boni...@gmail.com wrote: Thanks for the answer. Unfortunatly, no because firefox freeze and a need a force kill it I can post  the console log messages: ... Ok so Firefox does not crash. With hang-on-exit there are generally two cases: 100% CPU (stuck in a loop)

Re: Less Than HTML Entity in Firbug

2009-09-27 Thread johnjbarton
On Sep 27, 10:14 am, NotoriousWebmaster alfred.aya...@gmail.com wrote: The Less Than HTML entity (amp;lt;) shows up in Firebug as the less than character.  When you want to edit the phrase, it saves it back as a less than character, rather than the original amp;lt; entity.  Who would handle

Re: Show all requests

2009-09-27 Thread johnjbarton
We hope to do this for 1.5. But its not like you think. The the requests are not cleared. Rather, the two pages are not connected. You are seeing one page deleted and a new one appear. For 1.5 we will copy the requests when we can. jjb On Sep 27, 7:24 pm, Jeenu jee...@gmail.com wrote: Hi, I

Re: Is Layout panel offset useful?

2009-09-27 Thread johnjbarton
On Sep 25, 1:56 pm, Les les.szkla...@gmail.com wrote: Another option would be to take a look at IE 8 Dev Tools to see what they did with the Layout panel. I like, for example, that they display the Z-index. Thanks, I added 'position' and z-index to the Layout panel if you use the new

Re: Greasemonkey + Firebug + page with no javascript

2009-09-25 Thread johnjbarton
On Sep 25, 1:18 am, Gissehel gisse...@gmail.com wrote: On Sep 23, 5:41 pm, johnjbarton johnjbar...@johnjbarton.com wrote: On Sep 23, 12:49 am, Gissehel gisse...@gmail.com wrote: Here is my problem (didn't found any reference of that anywhere using google, or in this group

Re: hasClass is not defined Line 1127

2009-09-24 Thread johnjbarton
I guess I forgot to commit before I left the machine... jjb On Sep 24, 1:57 pm, Steven Roussey srous...@gmail.com wrote: I used the Copy Error button in the chromebug error popup for the subject line. ;) stack: onTooltipShowing() onpopupshowing file: firebug/content/chrome.js

Re: Disabling/Enabling Firebug 1.4 per site

2009-09-23 Thread johnjbarton
On Sep 22, 9:33 pm, DeirdreH deird...@gmail.com wrote: Thank you again--I did try the install with the fresh profile and experienced the same problem; I also talked to other developers within my organization and confirmed that they are also experiencing the same. But coming up with a

Re: Greasemonkey + Firebug + page with no javascript

2009-09-23 Thread johnjbarton
On Sep 23, 12:49 am, Gissehel gisse...@gmail.com wrote: Here is my problem (didn't found any reference of that anywhere using google, or in this group) : I'm using greasemonkey script on a page with no javascript in the first place. The greasemonkey script works, but once the page is

Re: Resuming debugger: error during debugging loop: TypeError: this.selectedSourceBox is undefined

2009-09-23 Thread johnjbarton
On Sep 23, 10:44 am, Steven Roussey srous...@gmail.com wrote: Todays's svn... looks like scrollToLine in sourceBox.js has a if (this.selectedSourceBox.repObject.href != href). I had purposely put in garbage into a file (e.g. asdfadsf.asdfadsf()) to cause an error. Fixed at R4401. Let me

Re: UI bug

2009-09-22 Thread johnjbarton
On Sep 22, 7:50 am, Joel joel.fin...@gmail.com wrote: Firebug v1.4.2 The cursor disappears when editing CSS (HTML tab).  Subsequent edits have no cursor, so it is difficult to edit any CSS property.  This is a bother, to say the least. I opened Firebug on http://getfirebug.com, selected

Re: Disabling/Enabling Firebug 1.4 per site

2009-09-22 Thread johnjbarton
On Sep 22, 8:51 am, DeirdreH deird...@gmail.com wrote: I'm getting a little frustrated with the limited options in firebug 1.4 regarding disabling and enabling it per site. My primary work is on a rich internet application that is heavily js- driven and opens after login in a popup window.

Re: Disabling/Enabling Firebug 1.4 per site

2009-09-22 Thread johnjbarton
://code.google.com/p/fbug/issues/list jjb On Sep 22, 11:08 am, johnjbarton johnjbar...@johnjbarton.com wrote: Yes. Install Firebug 1.4.3b1. The bug that causes per-site activation to fail in 1.4.2 is fixed in 1.4.3.http://getfirebug.com/releases/firebug/1.4. This version will up put up

Re: Firebug nonfunctional even with fresh profile

2009-09-22 Thread johnjbarton
On Sep 22, 2:28 pm, Alan MacDougall alanmacdoug...@gmail.com wrote: I've installed Firebug 1.4.2 on Firefox 3.5.3 for Windows XP SP3. I see the Firebug icon in the bottom right, but neither double-clicking it nor hitting F12 have any effect. Right-clicking the Firebug icon gives me a menu,

Re: break points undefined

2009-09-21 Thread johnjbarton
Try it in Firebug 1.4.31b1, http://getfirebug.com/releases. Could be that the page is not active. jjb On Sep 21, 1:30 pm, Beebo bill.bo...@producepro.com wrote: I am using Firebug 1.4.0.   I have some JavaScript that I am trying to debug.   When I bring up the desired script all the code

Re: Edit window has copy function only

2009-09-19 Thread johnjbarton
I'd prefer two over zero. On Sep 18, 8:19 pm, OnTheWhite onthewh...@gmail.com wrote: I fear to create a duplicate johnjbarton ha scritto: http://code.google.com/p/fbug/issues/list On Sep 17, 1:24 pm, OnTheWhite onthewh...@gmail.com wrote: It would be nice to add past and cut features

Re: Eventbug rising

2009-09-19 Thread johnjbarton
On Sep 19, 10:41 am, Kevin Decker kpdec...@gmail.com wrote: Very cool. What are the Allows-Untrusted captions in reference to? I don't know, here is the answer I got when I asked on the bugzilla bug: -- I don't know what allowsUntrusted or inSystemEventGroup mean. Event listeners can

Re: Disable for some Sites

2009-09-18 Thread johnjbarton
activation user interfaces. These are both alphas. jjb On Sep 3, 12:57 pm, Daniel Wong allyourc...@gmail.com wrote: Thanks, John. I'll give that a try, but I would hate it if an alpha gave me more problems than my current version. On Sep 2, 7:24 pm, johnjbarton johnjbar...@johnjbarton.com

Re: Keeping Net panel entries across page refresh

2009-09-18 Thread johnjbarton
On Sep 18, 12:12 pm, DemonWasp jordanang...@gmail.com wrote: By default, the entries in the Net panel disappear on every page reload. Since I'm trying to inspect the contents of a POST that results in a page refresh, the post appears for a fraction of a second before disappearing forever.

Re: Firebug cannot find firebugCommandLineAttached attribute on firebug console element, its too early for command line div id=_firebugConsole style=display: none; FirebugVersion=1.4X.2 meth

2009-09-17 Thread johnjbarton
On Sep 17, 9:02 am, dlord369 jplat...@vortexit.net wrote: I am receiving this error on a page I am developing. Firebug cannot find firebugCommandLineAttached attribute on firebug console element, its too early for command line div id=_firebugConsole style=display: none;

Re: Can't download from Mozilla Addons page

2009-09-17 Thread johnjbarton
On Sep 17, 9:29 am, Bernat Ràfales brafa...@gmail.com wrote: Hi, When I try to download the addon from the web page it tries to download an addon of 4GB and at about 22kb it gets an error and the addon can't be downloaded. I'm using mozilla firefox 3.5.2, tried on two machines and the

Re: Firebug cannot find firebugCommandLineAttached attribute on firebug console element, its too early for command line div id=_firebugConsole style=display: none; FirebugVersion=1.4X.2 meth

2009-09-17 Thread johnjbarton
On Sep 17, 2:23 pm, Jeff Platter jplat...@vortexit.net wrote: Putting a test case together is a little difficult. I'm streaming json data over a long-polling http connection. It is not until I make my connection that the console breaks. And then periodically it starts working again. So I

Re: How to donate to Firebug

2009-09-17 Thread johnjbarton
contributions. I've thought about looking in to forming one, but I don't know what is involved. jjb Cheers James On Sep 9, 5:34 am, johnjbarton johnjbar...@johnjbarton.com wrote: On Sep 6, 3:26 pm, James Robertson james.robertso...@gmail.com wrote: How does one donate to Firebug? James

Re: Edit window has copy function only

2009-09-17 Thread johnjbarton
http://code.google.com/p/fbug/issues/list On Sep 17, 1:24 pm, OnTheWhite onthewh...@gmail.com wrote: It would be nice to add past and cut features too --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Firebug group.

Re: Hover over html panel show javascript 'tooltip'

2009-09-16 Thread johnjbarton
On Sep 16, 5:30 am, donb falconwatc...@comcast.net wrote: I don't recall seeing this before yesterday, but now when I have my mouse over the html pane of the firebug panel, it shows some javascript function related to jquery. I have the option to show preview tooltips unchecked in the

Re: Firebug - help track events

2009-09-16 Thread johnjbarton
On Sep 16, 12:39 am, Marius Maximus mariusz.maxi...@gmail.com wrote: I found very usefull tool for help track events in JS Visual Eventhttp://www.sprymedia.co.uk/article/Visual+Event It is plugin for Firebug like this in Visual Event ? Anybody can add  Visual Event function to firebug ?

Re: starting editor window HTML

2009-09-16 Thread johnjbarton
On Sep 16, 2:08 am, Kenneth G. Bice walmart...@gmail.com wrote: I have been wondering if there is a setting or way to start firebug and have all the html no collapse? If so please let me know! I don't understand what you are asking for. If not can someone shoot me an email for the dev

Re: how do you install an addon that you have made

2009-09-16 Thread johnjbarton
Firefox or Firebug ? jjb On Sep 16, 9:54 am, monkeypwn monkey...@gmail.com wrote: how can i instal an addon that i have made? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Firebug group. To post to this group,

Re: CSS - style declarations disappearing in style pane

2009-09-16 Thread johnjbarton
On Sep 16, 11:25 am, BlueTele jklegs...@gmail.com wrote: FF 3.5.3 Firebug: have tried every release I can find for FF 3.5, currently 1.4.0b4. All Firebug releases are available at http://getfirebug.com/releases I recommend 1.4.3b1 or 1.5a24. jjb

Re: console.log not executing as soon as called?

2009-09-16 Thread johnjbarton
On Sep 16, 7:06 pm, Squeg saladshooterofd...@gmail.com wrote: firefox: 3.5.3, firebug: 1.4.2 I was working out some test code to demonstrate javascript behavior when passing objects to functions, using console.log to report state. I noticed something unexpected. When i modify the contents of

Re: Why doesn't Firebug respect my off for this website command?

2009-09-15 Thread johnjbarton
On Sep 15, 11:18 am, Michael Terry formi...@gmail.com wrote: I had fb 1.4. I upgraded to 1.5a24 hoping this obvious problem would be fixed. No dice. If I go to gmail and click the the power icon in the upper right left, the one whose tooltip says Deactivate Firebug for this website, every

Re: Failure to identify non-inheritance of longhand vs shorthand properties

2009-09-15 Thread johnjbarton
On Sep 15, 9:21 am, brothercake brotherc...@gmail.com wrote: When two sets of rules are in force on an element - the first set of rules with with specificity defines shorthand properties margin, padding and border; the set of rule with lower specificity defines longhand properties

Re: Why doesn't Firebug respect my off for this website command?

2009-09-15 Thread johnjbarton
? If so, I can't help I don't know the buttons on Mac. For Window/Linux Deactivate must be in the upper right or you have a problem. Do you have three buttons? jjb On Tue, Sep 15, 2009 at 11:42 AM, johnjbarton johnjbar...@johnjbarton.comwrote: On Sep 15, 11:18 am, Michael Terry formi

Re: Why doesn't Firebug respect my off for this website command?

2009-09-15 Thread johnjbarton
, also. However, no check mark appears next to that item when I select it. That seems wrong. I will try to delete these global extensions and try again. On Tue, Sep 15, 2009 at 1:10 PM, johnjbarton johnjbar...@johnjbarton.comwrote: On Sep 15, 12:16 pm, Michael Terry formi...@gmail.com

Re: New member!

2009-09-15 Thread johnjbarton
Just FYI, this newsgroup is moderated, non-Firebug posts are removed, and posters are banned. I thought this new member thing was bogus and now we know. The post about free money was removed and the user id was banned. jjb On Sep 14, 8:12 pm, louisbike louis_b...@hotmail.com wrote: Hey there!

Re: Somehow can not edit the CSS in Firebug

2009-09-14 Thread johnjbarton
Which CSS? I guess any user agent CSS like html.css is now read-only (otherwise it crashes Firefox). jjb On Sep 14, 11:13 am, ryanmc ryanmclaugh...@gmail.com wrote: I am having the same problem (cannot edit CSS or HTML). I can click on a webpage see the HTML and CSS, but when I try and double

Re: firebug's log limit has been reached. x amount of entries not shown

2009-09-14 Thread johnjbarton
On Sep 14, 1:47 pm, shirish shirisha...@gmail.com wrote: Hi all, I get this message firebug's log limit has been reached. X amount of entries not shown. So few questions :- a. Where is the log of firebug kept ? In a 'div' element in an HTML page called panel.html. b. How do I change

Re: Decompileevals

2009-09-14 Thread johnjbarton
Works for me on this test case: http://getfirebug.com/tests/script/CallDynLoadedFunction.html gives: 2 function prod(animal) { 3 animal.say(); 4 } 5 6 7 function prod(animal) { 8 animal.say(); 9 } 10 11 var duck = function () {this.say = function () {dump(quack \n);};}; 12 var cat = function ()

Re: Somehow can not edit the CSS in Firebug

2009-09-14 Thread johnjbarton
) 3.0.4 / Firebug 1.4.2. Andrew On Sep 14, 2:24 pm, johnjbarton johnjbar...@johnjbarton.com wrote: Which CSS? I guess any user agent CSS like html.css is now read-only (otherwise it crashes Firefox). jjb On Sep 14, 11:13 am, ryanmc ryanmclaugh...@gmail.com wrote: I am having the same

Re: Javascript Programmatically open/activate Firebug

2009-09-12 Thread johnjbarton
On Sep 12, 3:25 am, Sam Yong hellclan...@gmail.com wrote: I've been looking for a solution to use Javascript to open or activate Firebug. You see by default, Firebug is deactivated/closed at the corner of the status bar. You need to click the icon to activate Firebug (the icon becomes

Re: Javascript Programmatically open/activate Firebug

2009-09-12 Thread johnjbarton
On Sep 12, 11:08 am, Olivier Cornu o.co...@gmail.com wrote: On Sep 12, 3:25 am, Sam Yong hellclan...@gmail.com wrote: I've been looking for a solution to use Javascript to open or activate Firebug. Jumping into the discussion: i'm wondering how one could do that cleanly from chrome?

Re: What does this appendInnerHTML code do?

2009-09-11 Thread johnjbarton
On Sep 11, 9:28 am, Nick Fitzsimons n...@nickfitz.co.uk wrote: 2009/9/11 Nick Fitzsimons n...@nickfitz.co.uk: 2009/9/11 John J Barton johnjbar...@johnjbarton.com: Finally, the document fragment is inserted before the referenceElement, which must therefore be a child of element. One

Re: Firebug on Linux - Crash when enabling panels

2009-09-11 Thread johnjbarton
10, 11:35 am, johnjbarton johnjbar...@johnjbarton.com wrote: On Sep 10, 10:28 am, sir_brizz bj.car...@gmail.com wrote: It brings up a box that says The URL is invalid and cannot be opened when I do about:crashes (no quotes). I guess you have some problem with your Firefox install

Re: Breakpoints don't always trigger

2009-09-10 Thread johnjbarton
If it is a23, I probably fixed it yesterday. Perhaps a24 later today will help. jjb On Sep 9, 10:50 pm, Nicolas Hatier nicolas.hat...@gmail.com wrote: Hello. Since a few versions (1.5X.0a22, 23 maybe), I have problems with breakpoints. Sometimes they trigger, sometimes they don't. Sometimes

Re: javascript.options.strict and performance

2009-09-10 Thread johnjbarton
On Sep 9, 11:16 pm, brothercake brotherc...@gmail.com wrote: But wouldn't a far more appropriate conclusion to this, from Firebug's point of view, be to fix Firebug so that it doens't generate strict This hammer is too large by a factor of 10 and the head is on backwards. So should we fix

Re: Firebug 1.4.2 problems

2009-09-10 Thread johnjbarton
On Sep 10, 12:49 am, kotes kreddy.pak...@gmail.com wrote: If i hit the any tag or url in .. js calls are not showing.. more over the firebug is getting disabled. My firebug version is 1.4.2. It showing the message.nothing from cache.. so it is taking everything from cache?? How to solve

  1   2   3   4   5   6   7   8   9   10   >