p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share,...

Results 380 p5.js-web-editor issues
Sort by recently updated
recently updated
newest added

### How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to the p5.js Editor? Suggestion to improve usability of Settings menu in "light" theme. #### Feature enhancement details: In my Chrome...

area:accessibility

#### Details about the bug: - Web browser and version: various flavors of chromium and firefox (both mobile and desktop). - Steps to reproduce this: 1. Download the project files...

priority:high
bug

Most of the Redux code is this package was written years ago and has not been touched since. In that time, Redux has come a long way! The bad news...

Priority:High
Type:Task
Enhancement

#### Details about the bug: - Web browser and version: Firefox 102.0.1 - Operating System: Windows 10 - Steps to reproduce this: https://editor.p5js.org/stampyzfanz/sketches/flp7cojOM ![image](https://user-images.githubusercontent.com/34364128/181870774-70b47ac6-b7f8-4527-903f-96a1686bacc2.png) The problem is inline CSS that...

area:accessibility
bug

#### Details about the bug: - p5.js version: - Web browser and version: chrome - Operating System: Windows - Steps to reproduce this: Calling print() within draw causes a print...

How do I config a SSL certificate to enable HTTPS request? I have the domain and the http request is working on port 80. I also have the ssl certificate...

This is a draft because the unit tests for `` need to be updated. Fixes #824 Fixes #2053 Continues work on #1458 Expands on some of my previous PRs. Changes:...

The "Increase" and "Decrease" font size buttons can have strange behavior if they are clicked after typing in the input. To reproduce, click on the input and type `20`. Then,...

bug

Progress on #1458 and #824 Should be merged after #2049 as I moved the `Escape` key handling into the new `Modal` component. Changes: * Create new utility hook `useKeyDownHandlers` for...

Fixes #2050 Changes: Move the `const StyledIcon = styled(SvgComponent)` up a level so that it will be called once per icon rather than on every render. I have verified that...