45

Image says it all I think:jsfiddle panel stuck size

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?

7yl4r
  • 4,788
  • 4
  • 34
  • 46
  • I'm not suggesting it's "off-topic," but the jsFiddle guys are pretty good at responding to tweets, @jsfiddle, over on Twitter. – David Thomas Jun 24 '14 at 13:58
  • thanks for the tip! I'll head over there if this goes unanswered for a little while. – 7yl4r Jun 24 '14 at 14:00
  • If they respond, from memory it can take a day or so, do consider posting their response as an answer to the question (if they don't themselves answer here). – David Thomas Jun 24 '14 at 14:04

2 Answers2

123

Please run Layout.setWindowSizes(null) from console

https://github.com/jsfiddle/jsfiddle-issues/issues/493

David Thomas
  • 249,100
  • 51
  • 377
  • 410
zalun
  • 4,619
  • 5
  • 31
  • 33
1

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.

  1. Press F12 to open DevTools (Chrome) or Debugger (Firefox, Edge).
  2. Navigate to "Application" in Chrome DevTools, or "Storage in Firefox/Edge Debugger.
  3. Find "Local Storage".
  4. Find www.jsfiddle.net.
  5. Delete any entries/keys labeled as grid_*-split-sizes (eg. grid_1-split-sizes, grid_2-split-sizes, grid_3-split-sizes).
  6. Refresh jsfiddle.net webpage.

Source: https://github.com/jsfiddle/jsfiddle-issues/issues/1151

tom_mai78101
  • 2,383
  • 2
  • 32
  • 59