popcode icon indicating copy to clipboard operation
popcode copied to clipboard

An HTML/CSS/JavaScript editor for use in the classroom

Results 106 popcode issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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:...

bug

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.,...

feature

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...

performance

e.g.: ```js alert(1, , 3); ``` Khan Academy nails this one ; )

ux

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...

bug

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.

ux

But it’s widely supported in browsers. We probably need to patch PrettyCSS.

bug
help wanted

E.g. `ball#1`

bug
help wanted

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...

deployment