-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: visibility issue when parent element is clipping #30934
Conversation
cypress Run #60065
Run Properties:
|
Project |
cypress
|
Branch Review |
mschile/issue-30922
|
Run status |
Passed #60065
|
Run duration | 15m 30s |
Commit |
6146fc00fe: Merge branch 'develop' into mschile/issue-30922
|
Committer | Matt Schile |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
28
|
Skipped |
0
|
Passing |
762
|
View all changes introduced in this branch ↗︎ |
UI Coverage
64.37%
|
|
---|---|
Untested elements |
29
|
Tested elements |
56
|
Accessibility
96.19%
|
|
---|---|
Failed rules |
0 critical
4 serious
1 moderate
0 minor
|
Failed elements |
196
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked the tested scenarios. Many of them were failing in 14.0.0 and now passing. Some are just expanding on the circumstances we're testing which is great. Small comment around the changelog.
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
option
elements was not calculated correctly if the an ancestor had anoverflow
that clipped. Theoption
elements were partially handled inisStrictlyHidden
but were not being accounted for inisHiddenByAncestors
.overflow-x
oroverflow-y
wasvisible
and the other one was clipping.Steps to test
See new tests
How has the user experience changed?
Before:
After:
Before:
After:
Before:
After:
PR Tasks
cypress-documentation
?type definitions
?