python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

Micro:bit Educational Foundation Python Editor V3

Results 116 python-editor-v3 issues
Sort by recently updated
recently updated
newest added
trafficstars

Screenshots used in the README. Keep the old ones for the entertainment value (newest first). ![final-screenshot](https://user-images.githubusercontent.com/44397098/193227581-58d86d58-d679-4244-ac80-2282007a20b9.png) ![image](https://user-images.githubusercontent.com/44397098/179552397-f4f5c862-3f5d-49ae-9e7a-70695eccf5c3.png) ![image](https://user-images.githubusercontent.com/44397098/163186656-5581f75d-20b0-4e3f-8272-8c1aa76ba973.png) ![image](https://user-images.githubusercontent.com/44397098/150586399-bf75992e-9e9f-4126-a0e6-4805babdc824.png) ![image](https://user-images.githubusercontent.com/44397098/124456486-a8a7fa80-dd82-11eb-93bf-292b86267d6d.png)

The webpage already has regions defined which is really helpful to allow a screen reader user to navigate more quickly, but (a) not all screen reader users are familiar with...

accessibility

Let's review this together on a call, but I'll highlight some issues

accessibility

There is currently only visual feedback when the micro:bit is connected/disconnected which leads to a poor experience when using screen readers.

accessibility

In the settings dialog, the font size input is read as “blank” by NVDA when editing, although the whole line is read correctly with the value when not editing. Changing...

accessibility

There is currently no notification that a search has completed or if there are any results to view/select.

accessibility

This was the way the V2 editor detected a WebUSB connection attempt with a DAPLink bootloader (MAINTENANCE): https://github.com/bbcmicrobit/PythonEditor/blob/b2876341d0d91a4887caf65f0054f8857c2a7d08/js/partial-flashing.js#L187-L191 We don't have this code in V3. Let's review for any other...

When I type serve -s build, the built python editor does not have any reference and ideas ![image](https://user-images.githubusercontent.com/25700616/164372323-555194fd-e47d-4d64-b6c9-4e458fb424be.png) ![image](https://user-images.githubusercontent.com/25700616/164372302-3e59547e-36c1-4fdb-ac8f-c1d73fe461c7.png) ![image](https://user-images.githubusercontent.com/25700616/164372475-c2491431-c490-4202-a9d2-23c9f0dcb0ba.png)

When a program output is shown in the terminal, everything from the start of the program or program reboot is read out, rather than just the most recent line. This...

accessibility

We have some homebrew URL management, started when it seemed our approach to URLs might be a bad fit for react/reach-router. There's no reason to believe that now. Assuming we...

accessibility