Tagged Questions
1
vote
1answer
19 views
Firebug Layout Tab Inconsistent with Firefox Responsive Tool
The firebug Layout tab says that my viewport is 788x1280, but in the firefox responsive tool I have it is set to 804x1280. What could cause the two to be have different widths?
0
votes
0answers
41 views
Jquery window height messed up
I'm using the jquery-rails 2.2.1 with the jquery 1.9.1
If i open the firebug and run the $(window).height() the height is 921.
If i close and open the firebug (same size) my $(window).height() changes ...
-1
votes
1answer
22 views
How to inspect elements using Firebug while building a custom addon
I am building a custom firefox addon,But unlike chrome where I can inspect the HTML within the extension I cannot do the same for FF.
I need to style the HTML. Any clues on how I can go about this?
-2
votes
2answers
119 views
Firefox right click menu is too long [closed]
My Firefox is getting huge long menu when right click. I am searching on net. If you have any Idea, why it shows that type of menu, please help me.
-4
votes
0answers
49 views
why jquery focus event doesn't worked on firefox? [closed]
why this code doesn't worked on firefox?
it works on chrome and IE well...
$('#search-text').bind({
focus:function(){
$(this).animate(
{width: "300px"}, 600 );
}
})
-4
votes
1answer
25 views
“Computed” tab in new firebug sucks
After selecting an element, the "Computed" tab in Firebug doesn't show all computed properties any more. For example, it doesn't show display property, which is very important.
Is there any Firebug ...
0
votes
1answer
43 views
Using Firebug with Knockout causes “unresponsive script error”
I'm building a screen with Knockout using Firefox with Firebug open on the page.
In a very specific case I get an unresponsive script error from Firefox and after much testing I've narrowed it down ...
0
votes
1answer
24 views
Dojo dijit.form.Select corrupting european characters in Firefox
I have a dropdown defined as dojoType="dijit.form.Select" id="MyDropdown"
I load it from JSON array as follows
dojo.xhrGet({
url: "getOptions",
handleAs: "json",
...
0
votes
3answers
44 views
find out what class is affecting a particular element
Is there a way to see exactly which declaration is affecting an element. Rather than looking at a million properties in the Firebug inspector, where depending on how many classes something is assigned ...
0
votes
0answers
6 views
View elements using javascript codes in vimperator?
I tried to use a command like this in Vimperator:
echo document.getElementsByTagName("p");
To view nodes whose tag name is <p> in vimperator. However, the result is like this:
I also ...
0
votes
1answer
18 views
Firebug: Inspect POST from webpage
Can I use Firebug to inspect a post request sent by a webpage to a server and if so how?
I am refering inspecting a regular POST made using a form, but would also be interested in knowing how to ...
1
vote
1answer
82 views
Firefox 20 vs Google charts - getValue oddness
Well here's an odd one...
The code snippet below is working perfectly in Chrome, IE8 and Safari. Until last week (I'm told by users...) it was working in Firefox.
It's no longer working in FF 20.0.1
...
0
votes
1answer
22 views
How can I hide the style side panel in Firebug?
Is it possible to hide the style side panel in Firebug? For most of my Firebug usage, I don't need this side panel so I'd like to be able to hide it to reclaim some horizontal space.
If it's useful ...
1
vote
1answer
101 views
Selenium IDE: How to detect menu item that has a dynamic ID
I am working with Selenium IDE to perform some test case recording and automation with Firefox. In my current test case, I need to click on a specific menu item. This menu item has its id dynamically ...
0
votes
1answer
21 views
Showing Hierarchical Node Structure of DOM with FireBug
I am using FireFox 20.0 and am using FireBug to debug my JavaScript code. When I clicked on the DOM tag, it would shows the hieracrchical node structure with fields like children, childNodes, ...
1
vote
2answers
196 views
How to debug ExtJS 4 code with firebug (in Firefox)
I've been trying to debug javascript (namely ExtJS 4.0.7) code with firebug (in Firefox browser), but when I set breakpoints and refresh the page, breakpoints disappear and no debugging happens.
What ...
0
votes
1answer
43 views
Firebug: open console during debugging in script tab
When I'm debugging javascript in Firebug I have to switch frequently between the console and the script tab, whereas in Webkit Inspector I can just open a console from the bottom.
I think it's easier ...
0
votes
0answers
24 views
firebug results different in test server and local machine
I have a website which I am testing on test environment and on my local machine. For local machine, it connects with the same test environment when calling webservices and the rest of the processing ...
0
votes
1answer
10 views
In Firebug Network Panel is there a way to sort requests by the order in which they occurred
If you sort the requests in the Firebug Network Panel by domain, is it then possible to re-sort the requests, to see the requests in the order in which they occurred?
0
votes
0answers
33 views
Firebug network panel: Firebug and Firefox don't seem to agree on which domain is causing long wait
I opened Firebug Network Panel and then clicked on an item in eBay. I waited a good 20 seconds with the message waiting for ir.ebaystatic.com in the status line above the Firebug panel, and with ...
2
votes
1answer
123 views
How to access JavaScript execution trace at runtime in Firefox?
I want to know how to access JavaScript execution trace at runtime. I saw Firebug can do something like this:
Refer to the image above, all the line numbers executed are highlighted in green. They ...
0
votes
0answers
55 views
Firefox Warning and page doesn't support window.location in javascript
Please help me:
Firefox gives this warning in Firebug:
The character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. When viewed in a ...
0
votes
0answers
40 views
load page repetitively using firebug
On the webpage
http://www.bseindia.com/members/DirectoryOtherIntermediaries.aspx?expandable=2
there are tables. When we click on next page number a java script gets executed. Does anyone know how to ...
1
vote
2answers
142 views
Breakpoints does not work in Firefox (19.0) using Firebug(1.11.2)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>An example</title>
<script ...
0
votes
1answer
107 views
Download data from a table on webpage with dynamic content
Hi all I want to download the tables from
http://www.bseindia.com/members/DirectoryOtherIntermediaries.aspx?expandable=2
To navigate to next page a java script gets run:
eg: ...
0
votes
1answer
73 views
Firebug / inspect element on hide menu
I want to find an element in FireFox 13. The problem is that I can't right click on my element. This is due to the fact that my element is a hide menu, which open on left click, and close on right ...
0
votes
1answer
192 views
Firebug 1.11.2 is not working on Mozilla Firefox 18.0.2
Right clicking "inspect element with firebug" used to show me the HTML content but suddenly it stopped. I removed it and installed Firebug 1.11.2 on Mozilla Firefox 18.0.2. Still "inspect element with ...
2
votes
1answer
79 views
Jquery dialog freezing when Firebug is active
I have very simple jquery dialog like
$(".myDialog").dialog({
close: function() {
$(this).dialog('destroy').remove();
}
});
the code worked perfectly until i've updated to jquery ...
1
vote
0answers
220 views
Firefox with opened firebug console throws too much recursion using sammy.js and knockout.js
After last update of firefox (I asssume) I have problem with firebug console. In my app when I combine app.refresh() with setting observable on get "too much recursion" is thrown and firefox is not ...
1
vote
1answer
82 views
any tool to check if servlet filter is working or not
I have configured a servlet filter for the url pattern /webapp/test/**. The name of the filter is MyTempFilter.
Can we check if the request containing the pattern /webapp/test/** is intercepted by ...
0
votes
1answer
250 views
Firebug 1.11.1 on Firefox 19 Console Doesnt Work
Windows 7 up to date and fairly new.
This was working for weeks then just stopped working 5 days ago ~ 2/16/2013.
I have loaded and reloaded both of these programs. I have loaded old versions after ...
2
votes
0answers
62 views
Requests done in the onModuleLoad are not cached at all. Mainly in FireFox
I faced an issue in which requests that are done in the onModuleLoad event are not being cached in most cases (mainly with FireFox). I checked the network console on FireBug and it almost always shows ...
0
votes
1answer
44 views
Any way to list the loaded images in Firebug like in Chrome?
I'm looking for the list of the images loaded in a webpage, but I can find it..
In Chrome I can list the images going to the Inspector > Resources > Frames > Images.
FF 15.0.1 FB 1.10.6
0
votes
1answer
39 views
Is there any way of accessing Firefox errors' list in Javascript? [duplicate]
I am wondering whether I can somehow access list of all errors in Firefox with Firebug installed. I was trying to find some variable that stores it or read data from Firebug console. Unfortunately, ...
1
vote
0answers
105 views
“SyntaxError: invalid quantifier” for no reason
This occurs in Mozilla Firefox 18.0.2 with Firebug 1.11.1.
For no reason at all and not related to regex whatsoever, I've been getting 'invalid quantifier' errors all over the place and when I try ...
11
votes
1answer
291 views
Cached object in console?
I'll start with the problem :
I'm changing the content of an object literal. (changing the properties values)
The Firebug console (at first clicks) shows the correct values.
But after a while, ...
1
vote
3answers
127 views
How to “go deeper” than firebug/chrome dev tools net panel?
How do I take a deeper look at what's going on in the network level of my web browser than the developer tools network panel will provide? For example, I'm trying to debug an issue on a page right now ...
1
vote
1answer
156 views
Twitter Bootstrap does not play well with Firefox
I am using Twitter bootstrap on a MeteorJS app. When I run it on Firefox, I got many errors like:
Expected declaration but found '*'. Skipped to next declaration.
*margin-left: 62.28677941443899%;
...
1
vote
1answer
59 views
Firebug (Editor config) : Open original file from local website?
For local websites work in ubuntu, i try to open files with my editor (gedit) through firebug panel.
In editor config: argument '%file' open the file temporary copy but i want to open the original ...
0
votes
0answers
39 views
Is there a FireFinder style utility for Internet Explorer?
Does anyone know if there is a FireFinder style tool for use in Internet Explorer?
I'm using FireFinder for FireFox:
https://addons.mozilla.org/en-us/firefox/addon/fire-ie/?src=ss
looking something ...
0
votes
1answer
37 views
Want to see source without clicking any key
In my web application I see a strange behavior.A strange border appears on "ok" button of conform light box(created using jquery-ui dialog). Now I want to use firebug or view source to debug it ...
0
votes
2answers
177 views
easiest way to find missing css classes and ids
How can I identify css classes or ids that are referenced in code but missing in the css file? Is there any feature in firebug that i can use?
Thanks.
0
votes
1answer
145 views
Automatically execute a javascript line before starting the Firebug console
Usually, in the linux/unix terminal is possible to initialize the console with a predeterminated line of code. I'm using the javascript console with Firebug, and I asked if it is possible with the ...
0
votes
0answers
14 views
Call a function of another Firefox extension
I want my Firefox extension to call RIL.addCurrent() from the Pocket extension (it is in defined in RIL.js).
Is it possible?
I tried but did not manage to call it from Firebug. Should it be imported ...
0
votes
2answers
42 views
Why does the whitespace that renders inbetween a sequence of inline divs not show in firebug's 'Style' inspect frame?
The first three divs (in green, yellow and red) in this example are inline and have a whitespace in between them. However, looking at firebug's Style inspect and toggling on Show User Agent Css does ...
1
vote
1answer
29 views
firebug showing wierd characters
For some reason my Firebug HTML tab keeps showing these weird characters such as: →¶→¶→ Can someone possibly show me how to get rid of this? Thx in advance! Here's a screenshot:
...
1
vote
2answers
75 views
How to get javascript trace line-by-line in firefox?
I'm trying to debug a lengthy script, which breaks down some time after the execution started. Debugging it in firebug step-by-step is a nightmare.
FlowTrace does a good job of showing me the ...
-3
votes
1answer
139 views
IE Tab 2 addon for Firefox isn't compatible with Firebug
I am maintaining a website designed specifically for IE.I am using IE Developer tool for JS debugging, however it freezes the IE and crashes it.I have used Firebug for Firefox and it's an amazing ...
1
vote
1answer
1k views
Mysterious “Type Error: non-native scope object” in Firebug
Consider the following HTML:
<!DOCTYPE html>
<html>
<body>
Test page
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
...
2
votes
1answer
93 views
html5 range tag issue with firefox?
i am working with html5 range tag , i dont know why but i got issues with firefox. on chrome its working fine ...
here is my code
<div id="slider">
5% <input id="slide" type="range"
...






