Open ChaiBapchya opened 4 years ago
@mxnet-label-bot add [website]
https://mxnet.apache.org/versions/1.6/get_started/build_from_source Copy button exists in this page. But it doesn't actually work. Unable to paste from the clipboard.
Browsers: Safari, Firefox, Chrome
Issue 3
https://mxnet.apache.org/versions/1.6/get_started/build_from_source Copy button exists in this page. But it doesn't actually work. Unable to paste from the clipboard.
Browsers: Safari, Firefox, Chrome
For main site, please clean the cache in browser and try again. Because there are some changes recently made to clip board in v1.6 website.
Cleaning the cache didn't quite help. Can you verify?
Root cause: a regex in copycode.js
is only supported in Chrome currently, but not safari and firefox. Will fix this.
Description
Page: https://mxnet.apache.org/api/python/docs/tutorials/deploy/export/onnx.html
Issue 1:
Copy button isn't shown properly. I guess it's supposed to show a clipboard or something written on Copy instead of grey small square button
Browser
Only seen in Firefox Moreover, this button isn't visible on Safari/Chrome.
Issue 2: Page Clipped horizontally
When the browser is not in full-size Table of contents gets clipped
After elongating the browser, it shows the complete text of Table of contents
Moreover, it isn't even scrollable so only way to see the entire text is to drag the browser window to the right.
Browser
Across Safari, Chrome, Firefox
Solution: Make the page reactive so that irrespective of the size of the page, it fits well.
To Reproduce
Page: https://mxnet.apache.org/api/python/docs/tutorials/deploy/export/onnx.html
What have you tried to solve it?