question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support copying items from source container

See original GitHub issue

Bug, feature request, or proposal:

Feature request

What is the expected behavior?

When dragging (in order to copy) items from the source container the item should not leave the _initalContainer. In addition, when the item is being copy, the sorting behavior should be disabled (Not sure about that…)

What is the current behavior?

Currently the items can not really be copied to another container, There was basic support developed to solve #13100, but still the UX is not so friendly (the item is disappeared from the source container and then re added), I think it would be best if the item will remained in its old position and not disappear.

What is the use-case or motivation for changing an existing behavior?

The user preform search and then the results appears in a table, I want to be able to copy the items from the search results to designated zones (which might already include items) without loosing the item in the search list

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Is there anything else we should know?

I started to work about some simple example 4a5b254. (it is in very early stage, but it should explain the basic behavior).

What do you say? Thanks,

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:68
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
DerekJDevcommented, Mar 15, 2021

Any update on this?

13reactions
jelbourncommented, Jul 20, 2020

We started talking about potential APIs for this today; no ETA or anything like that, but we’re thinking about it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Copy file from source container to destination container but ...
Copy file from source container to destination container but copy only file and do not copy parent folder from source container.
Read more >
docker cp - Docker Documentation
The docker cp utility copies the contents of SRC_PATH to the DEST_PATH . You can copy from the container's file system to the...
Read more >
Copying Files to or from a Container - OpenShift Documentation
You can use the CLI to copy local files to or from a remote directory in a container. This is a useful tool...
Read more >
Copying Files To And From Docker Containers - Baeldung
The quickest way to copy files to and from a Docker container is to use the docker cp command. This command closely mimics...
Read more >
Copying data between Docker containers | by Grigorii Chudnov
When running docker there are use-cases when you need to copy files and folders into the container or between containers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found