Bug 262096 - width of an anchor element inside a flex context containing an svg
Summary: width of an anchor element inside a flex context containing an svg
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 17
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-25 19:59 PDT by Karl Dubost
Modified: 2023-09-26 01:27 PDT (History)
2 users (show)

See Also:


Attachments
rendering in Safari, firefox, chrome (2.07 MB, image/png)
2023-09-25 19:59 PDT, Karl Dubost
no flags Details
reduced test case (3.22 KB, text/html)
2023-09-25 19:59 PDT, Karl Dubost
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Dubost 2023-09-25 19:59:11 PDT
Created attachment 467863 [details]
rendering in Safari, firefox, chrome

Steps to reproduce:

1. Go to https://www.backmarket.com/en-us
2. Observe the top bar

Expected:
Logo has minimal space


Actual:
Logo is taking more space than in Chrome or Firefox.
Comment 1 Karl Dubost 2023-09-25 19:59:56 PDT
Created attachment 467864 [details]
reduced test case

This is a reduced test case of the issue.
Comment 2 Radar WebKit Bug Importer 2023-09-25 20:01:23 PDT
<rdar://problem/116030907>
Comment 3 Karl Dubost 2023-09-25 20:13:45 PDT
note for the web site 
this can be fixed by 

.w-full.max-w-full.max-h-full.fill-current { 
   height: 100%;    
   width: unset;
}