scratchfoundation / scratchfoundation/scratch-desktop
List cannot be imported on Desktop Version
Open
@BryceLTaylor is already working on this.
Since Mar 3, 2020.
needs repro
priority 3
- Dominant language
- JavaScript
- Stars
- 426
- Forks
- 268
- Avg merge
- 16h 6m
- Merged PRs (30d)
- 25
Description
Expected Behavior
When it is working with a list (in variable), is possible to import external data (right-click : import)
Actual Behavior
Import is not showing any results - looks that data is not being transferred to electron environment
Steps to Reproduce
- Go to https://scratch.mit.edu/projects/editor/
- Select block Variable
- Make a list (
temp) - Go to stage area and right-click in the list - choose Import and select a .txt file (attached here) :
temperature.txt - Select Column 4
- Results should be

*** trying same step in Scratch Desktop the result is a empty list, also the pop3 to select Column not appears

I have debugged the Scratch Desktop (using available version on github) . the error message is:

Operating System and Browser
Win10
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.