After extending the JavaScript panel all the way to the right and resizing my browser window, I am now unable to see the results/HTML panels and am unable to drag the bar back into position.
I can resize windows vertically, just not horizontally.
I have tried, in Chrome:
My current window_sizes:
window_sizes = {
w : [
"104.46009389671363%",
"0.4694835680751197%"
],
h : [
"23.96416573348264%",
"76.03583426651736%",
"21.50055991041433%",
"78.49944008958568%"
]
};
The windows on jsfiddle appear correctly in Incognito Mode. I also did not go to jsfiddle.net for a week hoping some sort of cookie/mystery meat would expire by then.
You can reset the values of your JSFiddle windows back to default by running the following code from your console:
Layout.setWindowSizes(null)
Ok, I wasn't able to find a way to 'set' these window sizes via some command line code.
What I did was go through the page html in developer mode and set the width's manually.
In the "Content" div look for the <fieldset class = "column left"..>
and <fieldset class = "column right"..>
and double click on the width or height to set the percentages to something you can actually see.
I did this then reloaded the page and everything was back to normal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With