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

fix(panel): prevent menu actions from being clipped in Safari #9488

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

driskull
Copy link
Member

Related Issue: #8028

Summary

  • do not cut off menu actions
  • position:relative on the container class within the panel seems to fix the safari issue. Not sure how we can test this without manual testing or getting different browser screenshots setup.

@geospatialem @DitwanP could one of you help test this fix?

@github-actions github-actions bot added the bug Bug reports for broken functionality. Issues should include a reproduction of the bug. label May 31, 2024
@driskull driskull marked this pull request as ready for review June 3, 2024 17:19
@driskull driskull requested a review from a team as a code owner June 3, 2024 17:19
Copy link
Member

@geospatialem geospatialem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geospatialem @DitwanP could one of you help test this fix?
The fix works across Windows browsers for Chrome, Firefox, and Edge -- while also allowing scrolling. 🙌🏻

cc: @DitwanP for Safari testing.

@DitwanP
Copy link
Contributor

DitwanP commented Jun 3, 2024

cc: @DitwanP for Safari testing.

Looks good to me 👍

Copy link
Member

@jcfranco jcfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Since this is specific to Safari, can we update the PR title to indicate this (similar to #8938)?

@driskull driskull changed the title fix(panel): do not cut off menu actions fix(panel): prevent cutting off menu actions in Safari Jun 4, 2024
@driskull driskull changed the title fix(panel): prevent cutting off menu actions in Safari fix(panel): prevent menu actions from being clipped in Safari Jun 4, 2024
@driskull driskull added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Jun 4, 2024
@driskull driskull merged commit 29eb4ce into main Jun 4, 2024
12 checks passed
@driskull driskull deleted the dris0000/actions-cut-off branch June 4, 2024 00:08
@github-actions github-actions bot added this to the 2024-06-25 - Jun Release milestone Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports for broken functionality. Issues should include a reproduction of the bug. pr ready for visual snapshots Adding this label will run visual snapshot testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants