Closed
Description
This is a...
- Feature Request
- Bug Report
Problem:
Today, the copy-to-clipboard feature used on kubernetes.io for code samples does not work in Chrome.
Tested using:
Chrome 58.0.3029.110 under macOS 10.12.5
Chrome 58.0.3029.110 under Ubuntu 14.04
Safari 10.1.1 under macOS 10.12.5
Steps to Reproduce:
- Open a documentation page in Chrome. For example: https://kubernetes.io/docs/tasks/run-application/run-single-instance-stateful-application/
- Click the copy-to-clipboard button beside a code sample.
- Observe that the feature does not work: the sample is not copied to the clipboard.
- Open the page in an incognito Chrome window (because, presumably, user-installed extensions aren't loaded).
- Click the button. Observe that the issue persists.
- Open another web browser (such as Safari) and attempt to reproduce issue. Observe that the issue does not reproduce: the feature works as expected.
Proposed Solution:
- Investigate why the button no longer works in Chrome.
- Commit necessary change to resolve the issue.
Page to Update:
http://kubernetes.io/