Skip to content

fix: iOS backdrop blur rendering issue#17007

Open
deepshekhardas wants to merge 7 commits into
payloadcms:mainfrom
deepshekhardas:fix/ios-backdrop-blur-15527
Open

fix: iOS backdrop blur rendering issue#17007
deepshekhardas wants to merge 7 commits into
payloadcms:mainfrom
deepshekhardas:fix/ios-backdrop-blur-15527

Conversation

@deepshekhardas

Copy link
Copy Markdown
Contributor

When backdrop-filter is used on iOS Safari, the backdrop blur often fails to render properly due to missing hardware acceleration.

Fix: Added -webkit-transform: translateZ(0)\ and \ ransform: translateZ(0)\ to force GPU compositing on iOS, ensuring the backdrop blur renders correctly.

Closes #15527

deepshekhardas added 7 commits May 10, 2026 08:15
Fixes payloadcms#14217 - Admin UI displays outdated document version intermittently after publish

When a user publishes a document and returns to the admin panel (via browser back button or tab switch), the page now auto-refreshes to show the latest version. This prevents editors from unknowingly overwriting updated content with stale data.

Changes:
- Added visibilitychange event listener to detect when user returns to tab
- Added focus event listener to detect when window gets focus
- Added 5 second debounce to prevent rapid refreshes during quick tab switches
- Reset refresh timer on document save
Fields with admin.condition are silently hidden in bulk edit because siblingData is always empty when building form state. This causes conditions to always evaluate to false.

Pass skipConditionChecks: true to getFormState in EditManyDrawerContent so that conditions are skipped entirely in bulk edit context where sibling field values don't exist.

Issue: payloadcms#16336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Admin UI blur rendering bug on iOS/iPadOS caused by ::after backdrop layer

1 participant