-
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: 23852 child visible with overflow clip is treated same as hidden #29778
base: release/14.0.0
Are you sure you want to change the base?
fix: 23852 child visible with overflow clip is treated same as hidden #29778
Conversation
|
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.
@senpl The visibility spec is failing in Firefox for this PR. Please address.
Fixed for firefox. Fix is now not that general but still fix reported issue. |
We've decided to prioritize looking into these visibility fixes in Quarter 4 of this year, when we intend to spend time on Cypress 14 release. It will ease any concerns we have around releasing breaking changes with these fixes and also help us plan the proper time to review these. Tracking here: #29925 |
Updated the base branch to go against release/14.0.0 |
Simple fix that when parent got overflow: clip is detected correctly detected
Child is visible with Parent max-height: 0 and overflow: clip #23852
Additional details
Probably similar fixes should be done when all Overflow: hidden is used, but for this issue this is enough to fix.
Steps to test
How has the user experience changed?
No longer need of force:true usage. Also checks of visibility/hidden should be improved.
PR Tasks
cypress-documentation
?type definitions
?