You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are still experiencing this problem on Safari. I discovered it can be solved by passing popperProps={{ appendTo: () => document.body }} to the involved <ActionColums />.
This hints to some problems with how the popper is rendered in place.
Applying the same appendTo configuration to all the tables in our app feels like a workaround though. It's also causing z-index issues with other elements on the page.
OCM is also still seeing this issues.
When the issue was originally opened they report the could reproduce it in our docs, but are it look like it has been fixed there.
They also shared the following:
"Trying to set up a reproducer as simple as possible, I created a new route in our app and I created a component with just the PF table example from the docs. Here's what's happening on Safari:"
Describe the problem
After opening and closing the menu from an ActionsColumn or dropdown when using Safari, the page contents shifts.
How do you reproduce the problem?
Using Safari, visit:
https://console.redhat.com/openshift/cluster-list
Click the kebab menu on any table row several times
A very similar issue can also be seen using the Card View demo:
https://www.patternfly.org/patterns/card-view
Click and delete a card, then open and close the card a few times. Contents shifts left, but then returns if you click again.
Expected behavior
Not this!
Is this issue blocking you?
No known workaround. Customers using Safari will encounter these issues in production.
Screenshots
If applicable, add screenshots to help explain the issue.
Cluster.List.Safari.mov
Card.View.Safari.mov
What is your environment?
What is your product and what release date are you targeting?
OCM UI - Continuous Delivery
The text was updated successfully, but these errors were encountered: