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

Prevent Vern/Sense Dialog button invisible overflow #2942

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

imnasnainaec
Copy link
Collaborator

@imnasnainaec imnasnainaec commented Feb 8, 2024

Sara M. reported that in Data Entry (when adding a new entry with a duplicate vernacular form to multiple existing entries), in the "Select an entry" VernDialog, clicking just outside the second button, even on the bottom of the first button, triggers the second button.

It turns out that our StyledMenuItem for the VernDialog and SenseDialog implicitly had overflow: "hidden",, so setting overflow: "clip", fixes the issue.


This change is Reviewable

@imnasnainaec imnasnainaec added bug Something isn't working frontend component: DataEntry Size: S Small sized issue labels Feb 8, 2024
@imnasnainaec imnasnainaec self-assigned this Feb 8, 2024
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e3363ca) 72.81% compared to head (7825720) 72.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2942   +/-   ##
=======================================
  Coverage   72.81%   72.81%           
=======================================
  Files         266      266           
  Lines       10277    10277           
  Branches     1212     1212           
=======================================
  Hits         7483     7483           
  Misses       2444     2444           
  Partials      350      350           
Flag Coverage Δ
backend 83.18% <ø> (ø)
frontend 62.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec)

@imnasnainaec imnasnainaec merged commit 81dd270 into master Feb 8, 2024
17 checks passed
@imnasnainaec imnasnainaec deleted the overflow-clip branch February 8, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: DataEntry frontend Size: S Small sized issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants