-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turning off Wrap lines
breaks layout with certain long strings
#1939
Comments
First time I'm seeing this problem.
|
Definitely looks like a browser problem, since the layout on the screenshot is all messed up. |
Chrome: Version 134.0.6998.119 (Official Build) (arm64) I just saw that for some fiddles it still shows the headerActions But not for: I am not sure this only the browser, the primary difference if this works or not is if I am singed in or logged out. |
Interesting, and for a completely blank fiddle when you're logged in - are actions still missing? |
Ok, that helps a lot. I'll investigate the issue in the morning. |
The issue should be now fixed – some code was breaking out of a JS string, messing up the document HTML structure. Thanks for reporting this in. |
I agree that fixed a few of them, but not all of them. See this JSFiddle that still has the headerActions issue. It also works when I am logged out. |
At this point I'm running blind because I cannot replicate. Can I ask you to check two things on the broken layout page? In the Inspector, remove two elements: First selector: Second is a Does this fix the layout issues? I'm guessing here, but having this info might help pinpoint the problem. Thanks! |
Hey, I deleted these two via dev tools. I am not sure that deleting a script node would do anything tho? Are you sure you are logged in with a Pro account? This ONLY reproduces when logged in. |
It would, since there's embedded HTML inside a JS string.
Any chance you could provide a screenshot of how it looks when you remove
Yes I am, and it makes no sense to me why that would change anything. I see you are well versed in frontend dev, is there ANY chance you have time to poke around the layout with devtools and see if removing anything else would fix the layout? Pershaps starting with the editor panels (one by one)? I'd like to fix this problem but no matter what I do, I cannot replicate it. |
Ok, I believe I was looking at the completely wrong thing. On the broken layout, In Editor Settings, turn Layout stays intact? |
Wrap lines
breaks layout with certain long strings
Closing as a duplicate of #1883 Leaving the previous open since it's the older one. |
User: regeter
Sample URL: https://jsfiddle.net/regeter/4s0eL1f9/148/
When signed into my user I do not see the "Run Bar" headerActions. I do not see the result window.
I can access this same url/fiddle after I signed out and I have the Run/Save bar.
So this appears to be related to my "Pro" status?
This has been the status since about 6 months I would guess.
Overall disappointed in JSfiddle, also because my other issue #1921 got closed.
The text was updated successfully, but these errors were encountered: