Tag: chrome
-
Fetch As Google Error – ReactJs
Hi everyone, I ran into the following error while using “fetch as Google” and none of my pages were being indexed correctly: Uncaught TypeError: undefined is not a function It took a while to find a solution but after some Googling I found that GoogleBot currently uses Chrome v41. You can download the mini installer…
-
Dragging a File from File Explorer Causes Google Chrome to Crash
Hey everyone, A team member found an interesting bug today that caused chrome to go non-responsive. The cause was simply dragging a file from the file explorer onto a drag and drop upload area. It is reproducible on every site I’ve tested, including Gmail and Dropbox. Reproduce Go to https://mail.google.com Click compose Click attach files…
-
How to Get a JavaScript Stack Trace – Chrome Console
Hey everyone, Just a quick post on something useful I came across today. In JavaScript you can access the stack trace via console using the following command (ctrl + shift + j): console.trace() In Chrome, this will let you navigate to each relevant call by clicking the line number in the console window. I’ve found…
-
Chrome Replacing Strings with Ellipses – Chrome Console
Hey everyone, Ran into a bit of an issue today where a url was being shortened in Chrome’s console. It turns out that there’s a quick command you can use to copy the full value: copy(myVariable) Type copy into the console window and pass the variable you want to copy as a parameter. This will…
-
Chrome Incognito Mode not Working – Registry Fix
Hey everyone, I use incognito mode at work as a quick test for cookie/caching issues. I ran into a bit of an issue with it this morning after an MOE update yesterday. Using the shortcut (ctrl + shift + n) did nothing, and the tools option showed incognito mode greyed out. After a bit of…
-
Error when trying to Edit a SharePoint Document – SharePoint
Ran into the following error when trying to open a word document stored on SharePoint today: The document could not be opened for editing. A Microsoft SharePoint Foundation compatible application could not be found to edit the document. Unfortunately this appears to be an issue with Chrome, once I switched to IE it all worked…