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

„New“ menu always shown on iPad #2209

Closed
mr-manuel opened this issue Aug 8, 2023 · 9 comments · Fixed by #2323
Closed

„New“ menu always shown on iPad #2209

mr-manuel opened this issue Aug 8, 2023 · 9 comments · Fixed by #2323
Assignees
Labels
bug Something isn't working rails

Comments

@mr-manuel
Copy link

mr-manuel commented Aug 8, 2023

Describe the bug
The „new“ menu is always shown.

To Reproduce
Steps to reproduce the behavior:

  1. Login to GitHub on an iPad in Firefox
  2. See the open menu

Expected behavior
The menu should only be shown, if opened.

Screenshots
IMG_2215

Tablet (please complete the following information):

  • Device: iPad Pro 11“ 2020
  • OS: iPadOs 17.0
  • Browser Firefox
  • Version 115.1

Additional context
In Safari it works. I already cleared the cache of Firefox and reinstalled the app.

@langermank langermank transferred this issue from primer/css Aug 14, 2023
@mr-manuel
Copy link
Author

since a few days one more menu is constantly shown…

IMG_2226

@lesliecdubs lesliecdubs added rails bug Something isn't working labels Oct 16, 2023
@lesliecdubs
Copy link
Member

Thanks for reporting!

@keithamus we were thinking you might have some insight here as we think this is a popover compatibility issue in Firefox. Do you happen to know the ETA for that support? If it's going to be a while, is there a polyfill for Firefox or potentially a CSS solution we could make sure is set up to work properly?

@keithamus
Copy link
Member

keithamus commented Oct 17, 2023

This is indeed a Firefox compatibility issue with popover on iOS/iPad OS 17. This is because Safari 17 has enabled popover, which includes applying the @support rules for :popover-open, but sadly it doesn't enable the popover functionality for web views (of which Firefox is one).

This is fixed by oddbird/popover-polyfill#137 which we'll merge when it is merged/released upstream.

@lesliecdubs
Copy link
Member

Thanks. Moving this to the backlog for now to revisit and resolve once the polyfill support has landed.

@mr-manuel
Copy link
Author

Should the change already be visible?

@keithamus
Copy link
Member

Not just yet, I'll come back here and let you know when we're deploying.

@keithamus
Copy link
Member

This is the WebKit bug for reference: https://bugs.webkit.org/show_bug.cgi?id=263405.

@keithamus keithamus self-assigned this Oct 28, 2023
@keithamus
Copy link
Member

Following up as promised; the patch just went out and this is now resolved @mr-manuel.

@mr-manuel
Copy link
Author

Thank you! I confirm that this is fixed now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rails
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants