-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“Copy to clipboard” button adds extra lines into the copied text #34447
Comments
@hackertron: This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
For me, this is reproducible, and my environment is:
|
@jihoon-seo i too found this issue ,it's showing space in yaml file after copying into machine. |
@hackertron @jihoon-seo I'm new to the open source world and would love to get started with contributions. Is it alright if I assign this issue to myself ? |
This is reproducible for me on following environments:
Also found similar issue for this yaml https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#exposing-pods-to-the-cluster |
/assign |
/assign |
/unassign @dhanraj322 |
Now it looks like the spaces are included in the markdown also : https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables |
Hi, anyone having idea how can we approach this issue, from my observation the spaces are being added when the markdown is built. I am a new contributor so if anyone could help me i would be grateful |
Could we change the JavaScript to fetch the source document and then copy that fetched source document into the clipboard? That'd be tidy if we can. |
/area web-development |
/retitle “Copy to clipboard” button adds extra lines into the copied text |
This feels like a cosmetic bug |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@divya-mohan0209: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Since there is a dupe issue opened for tracking this, I'm closing this one out. |
@divya-mohan0209: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a Bug Report
Problem: copy to clipboard functionality has an issue. Whenever you copy the yaml file it adds extra spaces. e.g. go to this yaml https://kubernetes.io/docs/concepts/services-networking/network-policies/#networkpolicy-resource and copy the yaml using the button. it will be like this
when it should be like this
Proposed Solution:
fix the extra space/markdown when using copy to clipboard.
Page to Update:
https://kubernetes.io/...
The text was updated successfully, but these errors were encountered: