playcanvas / playcanvas/editor
Allow selecting and copying text throughout the Editor UI
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 215
- Avg merge
- 1d 29m
- Merged PRs (30d)
- 30
Description
In general if text is inside a div or span then selection and copy should be allowed. Ideally the default menu should be allowed.
As an example - the text in ui-label notes in the builds menu.
A use case is simply copying something you've written there to post it elsewhere (twitter, whatever).
A workaround is using dev tools and inspect element and copying the text.
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.
Research direction
Start by locating the builds menu and its ui-label notes, then inspect how text selection is handled across the Editor UI. Confirm that text inside div or span elements can be selected and copied, and that the default context menu is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100