x/pkgsite: <input class="DetailsHeader-pathInput"> element is floating strangely #38162
Comments
An input element is needed to support copying to the clipboard. (Unless it isn't. That would be nice. But as far as I know it is.) I had to put that element somewhere. I guess I didn't put it far enough away. |
Do you know if making its opacity 0 is a viable alternative? |
Hello! There is Clipboard API but it requires permission from Permissions API. Unfortunately, Internet Explorer doesn't support this at all. Clipboard API compatibility chart: Permissions API compatibility chart: Thank you |
Change https://golang.org/cl/238477 mentions this issue: |
Thank you, @nyaascii! |
What is the URL of the page with the issue?
https://pkg.go.dev/cmd/link?tab=doc
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36
Screenshot
What did you do?
I visited the page.
What did you expect to see?
A consistent page background.
What did you see instead?
An <input> element floating strangely on the left hand side.
Its CSS properties are:
This might be related to #36809.
/cc @jba @julieqiu
The text was updated successfully, but these errors were encountered: