Bug 303167

Summary: (iOS 26): Dialog backdrop still looks weird, as it doesn't extend below address bar
Product: WebKit Reporter: Alex <alexander>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, ntim, simon.fraser, sviatsv, thorton, webkit-bug-importer, wenson_hsieh, zalan
Priority: P2 Keywords: InRadar
Version: Safari 26   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Different dialog overlay styles to demonstrate the issue none

Alex
Reported 2025-11-26 23:45:46 PST
Created attachment 477529 [details] Different dialog overlay styles to demonstrate the issue Native dialog backdrop was patches as a fix to this issue: https://bugs.webkit.org/show_bug.cgi?id=300965 Unfortunately the fix just plays guessing game for the color to apply to the address bar and it fails in more complex scenarios: ::backdrop { backdrop-filter: brightness(0.25); } ::backdrop { background: linear-gradient(to right, black, transparent); } The only reason I'm reporting this as a dialog issue is because native dialog is definitely responsibility of the browser, but this, of course, happens with any custom DOM element styled the same way, so I'll once again mention the real issue which is this: https://bugs.webkit.org/show_bug.cgi?id=301108
Attachments
Different dialog overlay styles to demonstrate the issue (1.16 KB, text/html)
2025-11-26 23:45 PST, Alex
no flags
Radar WebKit Bug Importer
Comment 1 2025-12-03 23:46:10 PST
Note You need to log in before you can comment on or make changes to this bug.