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

Partial fix for #2234 This revokes the Blob URL which is assigned to the preview HTML document. I have not addressed the additional Blob URLs which are assigned to individual...

Fixes #1442 Fixes #2375 Progress on #2358 This is part 1 because I have cleaned up the __Table components, but not the __TableRow components. Code cleanup: - Create a `TableBase`...

This is purely a code cleanup, there is no change to UI or behavior. It extracts a lot of repetitive code in the `Preferences` component into a new component `OnOffToggle`....

### Increasing Access We want the editor to be fully navigable using screen readers. ### Feature enhancement details I [downloaded a screenreader](https://www.nvaccess.org/download/) and I'm playing around and finding issues. In...

Priority:High
Area:Accessibility
Enhancement

Fixes #2358 Changes: Ref #2358 Description: The issue was that the search bar was not a functional component, leading to performance issues. I refactored the code to move the search...

Area: Code Quality

### p5.js version v1.9.0 ### What is your operating system? Windows ### Web browser and version 120.0.6099.109 (Official Build) (64-bit) (cohort: M120 Rollout) ### Actual Behavior Shortcuts Ctrl + Shift...

Priority:Medium
Area:Accessibility
Bug

### Actual Behavior When attempting to rename a collection, the input field does not automatically focus, leading to a slight inconvenience in the user experience. ### Expected Behavior Upon pressing...

Priority:Medium
Area:Accessibility
Bug

### Increasing Access Using proper semantic HTML allows screen readers to understand our content. ### Feature enhancement details I found two issues relating to the header section while running an...

Priority:High
Good First Issue
Area:Accessibility

### Increasing Access Our codebase becomes more maintainable if functions are defined in one place only. ### Feature enhancement details I noticed that there is a function `resolvePathsForElementsWithAttribute` which is...

Priority:Low
Area: Code Quality

### Increasing Access It is confusing to work with code where redirections can be be initiated from multiple places. ### Feature enhancement details Ref: https://github.com/processing/p5.js-web-editor/pull/2987#issuecomment-1925915203 We should look through the...

Priority:High
Area: Code Quality
Area:Backend