[Webkit-unassigned] [Bug 249575] New: Safari 16.2 broken by some Flex/Snap CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 04:48:03 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249575

            Bug ID: 249575
           Summary: Safari 16.2 broken by some Flex/Snap CSS
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: All
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: spacest at gmail.com

Created attachment 464101

  --> https://bugs.webkit.org/attachment.cgi?id=464101&action=review

Safari 16.2 vs previous versions

On Safari 16.2+ (including TP), when using the following combination of CSS

.n-carousel__content {
  display: flex;
  scroll-snap-type: both;
  width: 0;
  height: 0;
  overflow: auto;
}

.n-carousel__content > * {
  scroll-snap-align: center;
  width: 100%;
}

the browser breaks, saying “This webpage was reloaded because a problem occured. A problem repeatedly occured with index.html”

The CSS snippet is reduced from https://nativecarousel.com

Now multiple sites don't work on latest Safari on all devices. Please fix it. 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/20221219/02aed80a/attachment.htm>


More information about the webkit-unassigned mailing list