jsfiddle js panel size is stuck! How do I reset it? - jsfiddle

Image says it all I think:
The draggable for resizing the js/html panels is gone and that js pane is too small! The big problem is that this issue persists after restarting my browser, clearing the cache, and deleting cookies. How do I reset this so I can use jsfiddle again?

Please run Layout.setWindowSizes(null) from console
https://github.com/jsfiddle/jsfiddle-issues/issues/493

As of December 6, 2018, the current answer to this question no longer works due to a rewrite of the JsFiddle site that happened sometime in June/July of 2018.
Press F12 to open DevTools (Chrome) or Debugger (Firefox, Edge).
Navigate to "Application" in Chrome DevTools, or "Storage in
Firefox/Edge Debugger.
Find "Local Storage".
Find www.jsfiddle.net.
Delete any entries/keys labeled as grid_*-split-sizes (eg.
grid_1-split-sizes, grid_2-split-sizes, grid_3-split-sizes).
Refresh jsfiddle.net webpage.
Source: https://github.com/jsfiddle/jsfiddle-issues/issues/1151

Related

Website loading slowly or not loading after clearing browsing history in IE11 Browser

1.Clear IE 11 Browsing history, cookies etc.
2.Close the browser
3.Open the browser
4.Navigate to https://www.parcelforce.com
Expected: The parcelforce.com home page should load properly and quickly in IE11
Actual:
Page does not load properly. Also, on refresh the page takes a lot of time to load. Sometimes it may not load.
This issue is happening with IE11 only. Whenever I hit https://www.parcelforce.com in other browsers say chrome, Firefox, safari, website is loading quickly.
Can anyone suggest me what might be the issue with IE11. Should I need to add any code for IE11 to load website quickly?
Based on your description, I reproduced the problem you described. And I found some other things, when using the address bar and enter key (two or more times) navigation can make the page complete loading. But using ctrl+R or F5 to refresh cannot achieve the same effect. I checked the console in ie11 and did not find any error messages (except warning messages), so I am not sure if it is a compatibility-related issue or other issues in the code.
On the other hand, the Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022, I recommand that you could use some morden browsers, such as Chromium Edge.
For more about retirement FAQ of Internet Explorer 11, please refer to this blog.

Breakpoints in Safari dev tools get enabled automatically

Each time I load a page with Safari dev tools opened (no matter which tab), some breakpoints get triggered and I get redirected to the Sources tab with the message "Debugger Paused".
The problem is that I didn't set any breakpoints, at least, intentionally, and these redirects don't let me review the source code or load webpages properly.
Even if I disable them, they get re-enabled as soon as I reload the page. I'm failing to understand why this happens.
I see two breakpoints in the Sources tab: All Exceptions and Uncaught Exceptions, but they don't seem to be enabled.
Unfortunately, I couldn't find how to disable the debugger or locate those exceptions. There are no options to do that in the context menu if I right-click the "Debugger Paused" message, disabled exceptions in the Sources tab or Safari settings.
Has anybody come across similar issues or know how to fix that behavior? Any help is much appreciated. Thanks!
Safari 13.1
macOS 10.15.4
Here's how it looks like
You click "+" next to the Breakpoints, then you click All Requests. And then it will appear in the list and is enabled by default. You click disable - VIOLA! See the attached image.

Google Signin with IE11 & Edge not working

I'm trying to add Google Signin to our login page. I've followed the code supplied by Google, as well as a GitHub project that I used for code example. Both work perfect on Chrome, FireFox, Safari, but I can't get it to work on IE11 or Edge.
The GitHub project is at https://github.com/googleplus/gplus-quickstart-javascript. This project uses Google's newer apis.google.com, however I've also tried plus.google.com as suggested in another post. Neither work.
I added a data-onfailure function to the button, and get an error "popup_blocked_by_browser" even though the popup blocker is turned off in the browser. Even though I get this popup error, I do get a popup that asks which Google account to use, but when I choose one, I get the "The webpage your are viewing is trying to close the window" message. If I choose Yes, the window closes, but I don't get logged in.
Anyone have any advice for getting this to work in IE or Edge?
I ran into this problem on IE 11 with Windows 10.
I fixed it and then it happened again after receiving Windows Updates - annoying!
Here is what fixed it for me; it was an IE Setting.
Go to:
IE -> Internet Options -> Security
Check "Apply" and then "OK" To exit.
IE Settings Screen Shot
Finally, restart IE.

Google Chrome not loading sp.ribbon.js file and other custom js files. Page not scrolling

We are testing out our SharePoint sites in Google Chrome and the page is not loading properly, mainly, none of the onload scripts in JQuery are executing and the Scroll Bar is not appearing.
On checking Developer Tools-> Network tab, we see that the related js files are not being retrieved over the internet at all, including the sp.ribbon.js
Although, the page does load completely sometimes.
Anybody any clue? Is it some setting in Chrome that we have to tweak?
Thanks in advance :)
The issue appears to be with the rendering of the search box control in Google Chrome.
Try adding Visible="false" to the SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" Version="4" control on the master page.
That corrects the rendering issue for me.

Safari blank page from Umbraco-driven site

I am running a site using Umbraco 4.
In Safari (Mac) when I refresh the page I get a completely blank page; the page appears to have finished trying to load.
I'm using a lot of JavaScript so I tried to removing all JavaScript but the error still persists.
The site is here
http://www.dreamguts.com/
I would really appreciate any input.
I have done some digging on this and it would appear to be a bug in Webkit:
https://bugs.webkit.org/show_bug.cgi?id=26621
The bug report suggests that disabling the WebCore cache via Debug menu may help.
Tim