Skip to content

Full mode isn't returning a sketch  #1057

Closed
@gruselhaus

Description

@gruselhaus

Nature of issue?

  • Found a bug

Details about the bug:

The full mode doesn't return the sketch.

  • Web browser and version: Safari 12.1
  • Operating System: macOS 10.14.4
  • Steps to reproduce this bug:

This bug has been recorded by @shiffman: https://youtu.be/-6iIc6-Y-kk?t=191

https://editor.p5js.org/codingtrain/full/2zZqSkxtj

  <!DOCTYPE html>
  <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta name="keywords" content="p5.js, p5.js web editor, web editor, processing, code editor" />
      <meta name="description" content="A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners." />
      <title>p5.js Web Editor</title>
      <link rel='stylesheet' href='/app.b663c6a8f3e19b847f87.css' />
      <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
      <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
      <link rel='shortcut icon' href='https://raw.githubusercontent.com/processing/p5.js-website-OLD/master/favicon.ico' type='image/x-icon'/ >
      <script>
        if (!window.process) {
          window.process = {};
        }
        if (!window.process.env) {
          window.process.env = {};
        }
        window.process.env.API_URL = '/api';
        window.process.env.NODE_ENV = 'production';
        window.process.env.S3_BUCKET = 'assets.editor.p5js.org';
        window.process.env.S3_BUCKET_URL_BASE = 'https://assets.editor.p5js.org/';
        window.process.env.AWS_REGION = 'us-west-2';
        window.process.env.FORCE_TO_HTTPS = false;
        window.process.env.CLIENT = true;
        window.process.env.LOGIN_ENABLED = true;
        window.process.env.EXAMPLES_ENABLED = true;
      </script>
    </head>
    <body>
      <div id="root" class="root-app">
      </div>
      <script>
          //<![CDATA[
          window.webpackManifest = {"0":"0.b663c6a8f3e19b847f87.js"};
          //]]>
      </script>
      <script src='/vendor.38b007dc9ff44d5bb5b8.js'></script>
      <script src='/app.b663c6a8f3e19b847f87.js'></script>
      <script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

        ga('create', 'UA-53383000-1', 'auto');
        ga('send', 'pageview');

      </script>
    </body>
  </html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions