This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalVersion v0.52.23 resolves a blank‑page scrolling defect on mobile Safari (iOS 26+) and narrow‑viewport browsers caused by backdrop-filter on sticky elements.
Why it matters: Fixes scrolling that produced empty pages for iOS 26+ Safari users and narrow‑viewport clients; critical for maintaining UI usability in those environments.
Summary
AI summaryFixed blank page issue on mobile Safari (iOS 26+) and narrow‑viewport browsers caused by backdrop-filter on sticky elements.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes blank page scrolling issue on mobile Safari (iOS 26+) and narrow-viewport browsers. Fixes blank page scrolling issue on mobile Safari (iOS 26+) and narrow-viewport browsers. Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Bugfix | Medium |
Removes `backdrop-filter` from sticky toolbars to prevent blank page scrolling on iOS 26+ Safari and narrow-viewport browsers. Removes `backdrop-filter` from sticky toolbars to prevent blank page scrolling on iOS 26+ Safari and narrow-viewport browsers. Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Refactor | Low |
Replaces semi-transparent glass backgrounds with opaque `var(--color-bg)` for sticky headers. Replaces semi-transparent glass backgrounds with opaque `var(--color-bg)` for sticky headers. Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
Full changelog
Fixed
- Scrolling on mobile Safari (iOS 26+) and narrow-viewport browsers no longer causes the entire page to go blank. Root cause:
backdrop-filteronposition:stickyelements inside anoverflow:autoscroll container triggers a WebKit compositor bug that blanks the whole scroll container. Fixed by removingbackdrop-filterfrom all sticky toolbars (Tasks, Notes, Contacts, Calendar, Housekeeping, Shopping list headers) and.sticky-header, replacing semi-transparent glass backgrounds with an opaquevar(--color-bg).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]