Chrome Console Bug When Debugging Javascript - google-chrome

Chrome console tells you what line in the parsed file JavaScript syntax errors are located. Every once in a while, when I click on the link to take me to see the actual code of where the error is, I get a blank screen in the console. If I open up the same page inside Firefox with Firebug, I can see the error code without any issues.
Is this a known error in Chrome? If so, are there any ways to remedy it?

Here is an official list of known issues with Google Chrome. It doesn't seem like that is one of the known issues. I would try again and see if it happens again.

Related

Firefox console getElementBy doesn't work

Can someone tell me why when i run
document.getElementsByTagName('img')[0]
in chrome's console shows what I want and doing the same on firefox does not?
After some research I found out I was doing it totally wrong as I would have to load the iframe first and then access it. I wrongly thought that this would be done automatically by the browser.

Slider is all of a sudden not working on site

I have not changed anything on my website and all of a sudden the front page slider is not working.
http://solutionsfortravel.com/
Can someone please give an recs as to why?
Thanks
You have a lot of errors in the console - you can use Google Chrome's developer tools to look for missing files and Javascript errors.
https://developer.chrome.com/devtools
You can also get similar tools in Firefox, Opera and Internet Explorer (other browsers are available)
A quick look at the console shows this error, which is to do with some kind of slider library judging by it's name.
jquery.nivo.slider.pack.js?ver=3.3.5:12 Uncaught TypeError: d is not a function
You should really try and fix all the errors you're getting though
In Google Chrome developers, console part shows the error:
Uncaught TypeError: $(...).datepicker is not a function
Try to resolve this problem with datepicker

Getting 'data-wssurvey' when using bootstrap

Is that bootstrap's own thing that he/she/it uses to do something? Or is that an abnormal behavior? I see that in my Inspect Element feature of Google Chrome whereas I didn't wrote it in my markup. See this screenshot:
I believe that little tag is being added by the "Webpage Screenshot" extension.
On my computer, I went to chrome://extensions/ then disabled "Webpage Screenshot Capture" and the data-wssurvey attribute disappeared.
Also, there was a javascript error message appearing in the console for every page I loaded, and that went away after disabling the webpage screenshot capture extension.

How to install chrome extension on chromium?

Some chrome extension doesn't work on chromium.
This for example: http://code.google.com/chrome/extensions/samples.html#5d81304a17cf7ac2887484f730fbd2b01e51e166
How can I get it to work on chromium ?
I can successfully load it (Chromium 18.0.1025.151, Ubuntu 11.10).
I only encountered one problem, when I literally dragged the code to nano: Some newlines were truncated, causing code to be commented. Check whether you correctly copy-pasted the code.
When the extension loads, but "nothing happens", check the console for errors. The console for the background page can be opened by following these steps.

google chrome console "Failed to load resource" problems

I have a page and when I open it in google chrome and see in the console of the debugging tool, I get the following message as shown in the picture.
I do not have those four .gif images and I do not need them too but from where and how am I getting this error message? I have NOT used those four images in any of my code but still getting those message, I could not understand.
Any suggestions?
Check your CSS. They are likely getting loaded there.
Don't forget to check browser add-ons and plugins. Some of them works in background and produce some errors the browser shows you in the console.