popcode
popcode copied to clipboard
An HTML/CSS/JavaScript editor for use in the classroom
Calls to window.prompt or window.confirm don't execute in the preview pane, and trigger this message in the console: `Ignored call to 'confirm()'. The document is sandboxed, and the 'allow-modals' keyword...
I'm trying to use a `` element (for a Tiny Turtle exercise) and set its width to something larger than the default of 300px. Naively I tried a css rule:...
In order to aid students’ understanding of the relationship between different bits of the code, it would be very cool to visually connect selectors to tags, and vice versa. E.g.,...
1. Sign in 1. Open the dashboard 1. Open the “Load Project” submenu 1. Type some content into the HTML Observe that the interface is noticeably sluggish when typing. This...
e.g.: ```js alert(1, , 3); ``` Khan Academy nails this one ; )
To Replicate: 1. navigate to: https://popcode.org/?gist=223d13c0220433a154a87f76c8a453fe 2. Click to expand preview in new tab 3. Wait 5 seconds 5. Notice that the screen goes white. It does seem to recover...
Say you have CSS that is: ``` image { width: 500px;} ``` If you press the return key after the semi-colon the right curly brace does not tab appropriately.
But it’s widely supported in browsers. We probably need to patch PrettyCSS.
We cache npm packages, but from watching a deploy just now, it looks like it downloads a fresh copy of the bower packages every time. Should be able to speed...