Skip to content
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

x/pkgsite: duplicate drop down button #56521

Closed
sslime336 opened this issue Nov 2, 2022 · 4 comments
Closed

x/pkgsite: duplicate drop down button #56521

sslime336 opened this issue Nov 2, 2022 · 4 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite

Comments

@sslime336
Copy link
Contributor

What is the URL of the page with the issue?

It is https://pkg.go.dev/std, but actually all of the pages like the former (from pkg.go.dev/xxx) represent the same.

What is your user agent?

Mozilla/5.0 (Android 10; Mobile; rv:106.0) Gecko/106.0 Firefox/106.0

btw, my cellphone's screen resolution is 360 X 800

Screenshot

Screenshot_20221102_135454.jpg

What did you do?

I just visit the website using firefox browser on my phone

Screenshot_20221102_135740_com.huawei.android.launcher_edit_796253096295167.jpg

What did you expect to see?

Like

Screenshot_20221102_140010_com.huawei.browser.jpg

without duplicate drop down btns.

What did you see instead?

already showed above

@gopherbot gopherbot added this to the Unreleased milestone Nov 2, 2022
@ZekeLu
Copy link
Contributor

ZekeLu commented Nov 2, 2022

I can not reproduce the issue. This is my browser:

Mozilla/5.0 (Android 12; Mobile; rv:106.0) Gecko/106.0 Firefox/106.0

@sslime336 Can you open this link https://pkg.go.dev/static/shared/form/form.css in the problematic browser and check the content of the class .go-Select? The content should be (note the no-repeat):

.go-Select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/static/shared/icon/arrow_drop_down_gm_grey_24dp.svg') right no-repeat;
  background-color: var(--color-background);
  background-position: right center;
  border-radius: var(--border-radius);
  margin: 0;
  padding: 0.34375rem 1.25rem 0.34375rem 0.5rem;
}

@sslime336
Copy link
Contributor Author

@ZekeLu result's below

Screenshot_20221102_194346_org.mozilla.firefox.jpg

the same.

But I noticed your Android is 12, 2 version above mine(Android 10), so I guess is there anything relatived to this?

Just guess, I have no idea about that.

@findleyr findleyr modified the milestones: Unreleased, pkgsite/later Nov 3, 2022
@findleyr findleyr added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 3, 2022
@findleyr
Copy link
Contributor

findleyr commented Nov 3, 2022

CC @jamalc

I also cannot reproduce, either on my mobile device or in an emulator with the same resoluition.

@sslime336
Copy link
Contributor Author

sslime336 commented Nov 3, 2022

I found the reason... I've used the plugin dark reader, and duplicate drop down buttons only appeared when I turned it on. Sorry for bothering... Very thankful for your guys kind replies :)

@golang golang locked and limited conversation to collaborators Nov 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite
Projects
None yet
Development

No branches or pull requests

4 participants