firebug

grails yui richEditor and the div _firebugConsole : Why it appears in my richEditor ?

I use the richEdit yui component to my grails application. I added a constraints size:1..1000 on my grails domain class. But when I save the content of the richEditor, no validation message is rendered if the richEditor is blank. The richEditor contains automatically the message : (I use the extension firebug). How can I avoid it ...

Why is search functionality not working on this page?

we deliver micro-site content for our client. Our content is injected into a wrapper that is supplied by another developer. To deliver our content we host the wrapper as well as the content. The user can access this at http://fundcentre.newireland.ie/ (try a search for 'bloxham') For the other content that is not ours, the other deve...

A rule doesn't appear in the Style tab of Firebug

Hi, i have this page. login: [email protected] password: m You can see two selects in the filter for which i have this rule in gente.css: td.select label{ margin-left:12px; } The problem: the rule is applied but doesn't appear in the Style tab of Firebug. Any idea? Regards Javi ...

Debug Javascript

How to debug javascript using firebug. ...

ASP.NET problem - Firebug shows odd behaviour

I have an ASP.NET application that does a large database read. It loads up a gridview inside an update panel. In VS2008, just running on my local machine, it runs fantastically. In production (identical code, just published and put on one of our network servers), it runs slow as dirt. Debug is set to false, so this is not the cause of t...

Firebug: how do I see GET parameters?

I'm using Firebug on Firefox 3.6.3 for Mac. I want to use Firebug to view GET and POST parameters being passed. I have Firebug open at the Net > XHR tab. The panel says 'Net panel activated'. Yet if I then go to google.com and do a search, nothing appears in the XHR tab. (All the HTML, CSS etc appears fine in the other tabs.) Where...

Swapping an image during web development

I'm trying to see what a certain webpage would look like if I replaced a certain image with another. Rather than upload the image, edit the site, etc, each time I tweak it, I'd like to know if there's a way to change the image in the page to my local version while viewing the remote page. I use Firebug for debugging web development usua...

Is there a method I can override on a JavaScript object to control what is displayed by console.log?

I'm thinking in particular of Chrome, though Firebug would be interesting to. I've tried toString() and valueOf(), but neither of those seem to be used. Interestingly, if I take a function it'll display the function definition - but then if I add a toString() method it will show null! var a = function(){}; console.log(a); // output: f...

An Inaccessible JavaScript Object property - Why is Firebug showing this?

So, I'm attempting to access the content of an object and for the life of me can't figure out why I can't. I'm starting to believe that the object doesn't have the properties that Firebug indicates that it does. More likely than that I'm just not using the right syntax to access them. Give the following function: function(userData) {...

Setup Firebug to only be enabled for certain web sites

How can I setup Firebug to always be active when going to http://localhost/... and to never be active when browsing other sites? ...

firebug and _moz_dirty

I am developing Javascript app that will wrap every line of text entered inside iframe (designmode) with P (or div) like it happens by default in IE. For now I am not pasting my code because I just started, the first problem is when i type some text in firefox and even before I click enter or calling any function firebug inserts <br _...

How to code firefox extension which run javascript code in the page's context like firebug does.

I know that for safety reasons that this is not easy to achieve, however there would be a way to do so as firebug does... Please help, would like to invoke some script in the page's context to achieve some effect... Basically, I would like to achieve two functionality: 1. add jQuery to any web page automatically if not already exist. 2...

Firebug JS warning to jQuery 1.4.2 "The 'charCode' property of a keyup event should not be used. The value is meaningless." To ignore it?

Firebug 1.5.4 JavaScript warning : The 'charCode' property of akeyupevent should not be used. The value is meaningless. To ignore it? Is there any issue? The warning appears to jQuery 1.4.2 keyupandkeydown, not onkeypress. I have read that on changingevent.keyCodeandevent.charCodetoevent.whichmust fix it, but it does not work for me. Fu...

Ajax effect on console.log output

Let's look at the output of console.log. A click on the button changes the name if we use the function changeName(). But if we use the function changeNameAjax() (where response.name = 'Ford Prefect'), one click on the button doesn't change the name, only a second click does. Why? <!DOCTYPE html> <head> <script type='text/javascript'...

Load javascript via Firebug console

How can I load a javascript file via Firebug console ? This would be useful in development, so I don't have to modify the html code to load the script. ...

Is there a good guide to interpreting the Firebug net panel?

I’m using the Net panel in Firebug to evaluate the performance of web pages I’m writing. Specifically, I’m wondering what the precise meaning is of the stages for each resource that’s downloaded (i.e. DNS lookup, Connecting, Blocking, Sending, Waiting, receiving). But more generally, is there a Firebug guide where I can look this stuff...

How can I see included JavaScript sources?

I am trying to script a web page using GreaseMonkey. (I am using Firebug for help in development.) The page has a small amount of JavaScript code, but that code pulls in other JS files from the site. Are the entire collection of JS files stored somewhere on the client side (i.e. on the filesystem somewhere) so that I can view them? O...

jQuery code works in Firebug, but not on its own

I'm having quite the brainbuster of an issue right now. I am trying to change a link's hash tag at the end from "respond" to "comments" with jQuery. I have a simple script that should do this, however it does not work. The link does not change. However, Firebug shows no errors and when I run the code in Firebug's console, it works just a...

Firebug or IEDevtoolbaar styling inline or from stylesheet

Is Firebug or IEDevtoolbar capable of distinction between Inline / External stylesheet styling? If not, is it possible to write a tool that is capable to distinct inline styling from styles from a stylesheet? ...

Firebug is permanently inactive

Firebug used to work fine -- until something happened -- not sure what. FF 3.6.3 on XP PRo current. The net effect is Firebug is now always inactive. The icon is present and gray as is normal. Click on the icon and I get: It does this regardless of the site. I've uninstalled Firebug and re-installed. nada. Additionally, the Tools > Fi...