Skip to content

Conversation

logonoff
Copy link
Member

@logonoff logonoff commented Oct 1, 2025

What: Closes #11938

Have not tested this against OCP but this fixes the core issue where the drawer panel content still takes up width even when closed.

After this PR, the panel content is still "display"ed but now takes up width 0.

We cannot use display: none here as that breaks the drawer opening animation

Additional issues:

Closes patternfly#11938

Have not tested this against OCP but this fixes the core issue where the drawer panel content still takes up width even when closed.

After this PR, the panel content is still "display"ed but now takes up width 0.

We cannot use `display: none` here as that breaks the drawer opening animation
@logonoff logonoff force-pushed the 11938-drawerpanelcontent branch from ec1b119 to 7354e16 Compare October 1, 2025 13:47
@rebeccaalpert
Copy link
Member

It looks like the drawerresize.spec.ts integration test is failing - would you mind taking a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug - DrawerPanelContent - hidden takes up space and breaks cypress
2 participants