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

I have a few suggestions for a clearer project workflow an ultimately a more familiar experience when saving and working with projects. Also some visual design tweaks to ultimately make...

ux
enhancement
design

E.g.: https://popcode.org/?snapshot=96a85872-4803-4d9f-b9f6-0787a4a29732 ![image](https://user-images.githubusercontent.com/14214/31472444-d605e918-aebc-11e7-89b4-d997ce13f757.png) Note the escape sequences used in place of the `

bug
help wanted

If an editor is collapsed, and the coder expands it, it should automatically be focused (this is the natural expectation). I think we can just use the existing [`ui.editors.requestedFocusedLine` mechanism](https://github.com/popcodeorg/popcode/blob/master/src/reducers/ui.js#L66-L76)...

ux

Submitter: Erica Email: [email protected] https://popcode.org/?snapshot=2b8adf9c-562e-438d-8b86-0353d8a1dca7 I watched the student type the image tag correctly and include the link. It didn't work at first... after just copy and repasting the URL,...

bug

Submitter: Erica Wong Email: [email protected] I helped a student add an image tag... several students were unable to get images to appear. we just tried diff images and they worked.

bug

HTML Validation needs to be tuned for scenarios when someone types outside the `` tags. When typing before the `` tag, the error is incorrect and complains of a missing...

Three Remark scenarios: * Defaults (used for error messages) * Syntax highlighted (used for instructions) * Strip markdown (used for inline error annotations) `util/markdown` should present a simple interface to...

Consolidating https://github.com/popcodeorg/popcode/issues/1005 https://github.com/popcodeorg/popcode/issues/1004 and a related case of a project that never saved. Firebase generally tries to be pretty resilient to bad network connectivity, but this seems to have the...

ux

Submitter: Courtney LeGates Email: [email protected] Can you please make the HTML/CSS/JavaScript boxes smaller so that there is less of a chance of overlap with the first line of code? ![image](https://user-images.githubusercontent.com/14214/29576049-82885082-8734-11e7-8396-1a8782de75a0.png)

bug
design

Much as we can drag the editor and column dividers, we should be able to drag the instructions bar to resize the instructions pane

ux