[Webkit-unassigned] [Bug 272318] REGRESSION (Safari 16): Element not being shown after animation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 25 21:32:27 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272318
--- Comment #14 from Karl Dubost <karlcow at apple.com> ---
Created attachment 471745
--> https://bugs.webkit.org/attachment.cgi?id=471745&action=review
different-layout
On the simulator I receive the same design than on the device.
But this becomes different when using responsive design mode.
Interesting.
UA Simulator and device:
"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1"
Responsive Design UA:
"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1"
The design received on Responsive Design exhibits the issue, not on mobile and simulator.
The files sent in the <head> section are totally different.
Markup for the cart:
Responsive Design:
==================
<a href="/cart"
class="relative">
<span class="sr-only">Warenkorb öffnen</span><svg aria-hidden="true"
fill="none"
focusable="false"
width="24"
class="header__nav-icon icon icon-cart"
viewBox="0 0 24 24">
<path d="M2 10h20l-4 11H6L2 10Zm14-3a4 4 0 0 0-8 0"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"></path>
</svg><cart-dot class="header__cart-dot "></cart-dot>
</a>
Simulator and Mobile Device
===========================
<a href="/cart"
class="Header__Icon Icon-Wrapper Icon-Wrapper--clickable "
data-no-instant="">
<span class="hidden-tablet-and-up"><svg class="Icon Icon--cart "
role="presentation"
viewBox="0 0 17 20">
<path d="M0 20V4.995l1 .006v.015l4-.002V4c0-2.484 1.274-4 3.5-4C10.518 0 12 1.48 12 4v1.012l5-.003v.985H1V19h15V6.005h1V20H0zM11 4.49C11 2.267 10.507 1 8.5 1 6.5 1 6 2.27 6 4.49V5l5-.002V4.49z"
fill="currentColor"></path>
</svg></span>
<span class="hidden-phone"><svg class="Icon Icon--cart-desktop "
role="presentation"
viewBox="0 0 19 23">
<path d="M0 22.985V5.995L2 6v.03l17-.014v16.968H0zm17-15H2v13h15v-13zm-5-2.882c0-2.04-.493-3.203-2.5-3.203-2 0-2.5 1.164-2.5 3.203v.912H5V4.647C5 1.19 7.274 0 9.5 0 11.517 0 14 1.354 14 4.647v1.368h-2v-.912z"
fill="currentColor"></path>
</svg></span>
<span class="Header__CartDot "></span>
<div class="menudesc">Warenkorb</div>
</a>
@mic.gallego,
Do you know if there is content negotiation based on certain criteria and in this case which one(s)?
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240626/822d05ff/attachment.htm>
More information about the webkit-unassigned
mailing list