"Full screen" snippet output/preview is now an "Expand" button that does… nothing as expected, and nothing as advertised.
- Now, it full-screens "some code", and the output is still a merely ~300 px height area. We really needed, almost always, that extra vertical space to showcase our state-of-the-art output example, that could feature somehow all the necessary in an as-"normal"-as-possible, viewport.
Before, the entire output preview could've been seen. (With a "Return to question" button). And it worked! - We don't need an ultra-wide code preview - to show the entire, well, snippet, again, in full-screen. Whilst most developers have ~2,3 columns even in their IDE anyways, and the code was already visible in the question to begin with (wrapped or not).
- Decisions were made that in the expanded snippet we should see CSS, JS and HTML, all inside one common parent, even though the languages used cannot be written in a single document/file as previewed. At least not without placing correctly in
<style> and <script>. - The output preview is not even visible on mobile devices (Chromium, Android)
I really thought that what I was seeing was just a joke, or an A/B/Z testing, soon to die. And that I was randomly the target of such one. This is going on for months now and it's… drainingly demoralizing, or to say, odd at least.
Regarding Stack Snippets, it's been more than a decade already for users desperately trying to:
- Enlarge in-answer only the console output (in case where the answer was purely based on a JavaScript logic by logging to console), without relying to CSS tricks like
.as-console-wrapper { max-height: 100% !important; top: 0; } Example - We have the "Show console" checkbox, but somehow we can't show only a specific Language pane (JS/CSS/HTML) just because the question was strictly i.e: CSS-related and what was important to showcase is, the output (obviously), plus only that single CSS fix. Or likewise, showcase only the output + some small JS fix. (UX-wise, here the reader would logically expect a "Expand all/specific pane/s" button/s, eventually, but not necessarily use them).
- Allow the Snippets
<iframe> to whitelist the Storage API. No, instead thousands of answers rely on explaining not to click the Run Code Snippet, but rather to: "go look at a bin, fiddle, whatever" external website. (To be frank I might be missing some security restrictions here, eventually). - A Copy button, to copy the entire code snipp... wait, we finally have that one? Seems almost unbelievable, specially given the way users coming for an answer use the site.
- I probably missed many other wanna-have-features for Code Snippets, I believe