tzfun / vue-web-terminal

A beautiful web-side command line window plugin (simulating a terminal).
https://tzfun.github.io/vue-web-terminal/
Apache License 2.0
234 stars 25 forks source link

Unable to copy values from table form of data. #52

Closed akshaysinghtk14 closed 1 year ago

akshaysinghtk14 commented 1 year ago

Bug description Unable to copy value from table form of data.

Steps to reproduce Steps to reproduce the behavior:

  1. Go to 'https://tzfun.github.io/vue-web-terminal/?cmd=table'
  2. copy value from any cell
  3. paste
  4. Didn't get desired results.

Screenshot If applicable, add screenshots to help explain your problem.

Reproduce environment:

Detailed Description Add any other context about the problem here.

tzfun commented 1 year ago

You need to use the right-click to copy the content, if you use ctrl+c will trigger the cursor input.

tzfun commented 1 year ago

Copy any content method:

  1. Select content by cursor.
  2. Right-click to copy it.

If you want to paste some things to input:

  1. Copy content from some where.
  2. Get input focus.
  3. Use ctrl+v or right-click to paste the contents of the clipboard.
  4. If you use right-click, you need authorize the browser to read the clipboard on this page, and the website must be 'https'.