[Webkit-unassigned] [Bug 232530] New: Back button can break absolutely positioned elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 30 03:42:55 PDT 2021


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

            Bug ID: 232530
           Summary: Back button can break absolutely positioned elements
           Product: WebKit
           Version: Safari 15
          Hardware: All
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mic.gallego at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 442908

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

Correct result (before) and incorrect result after hitting back button

Hi,

When using the back button of the browser, I am experiencing some absolutely positioned elements that are defying any positioning logic.

To reproduce the issue follow those steps:

1. Go to https://focal-theme-ivory.myshopify.com/products/aubreya-8072-maxi-dress and add the product to the cart.
2. Once added, open the dedicated cart page by following this URL: https://focal-theme-ivory.myshopify.com/cart
3. At this stage, the icon on the "Checkout" button is properly positioned. Click on the "Checkout" button and wait to be redirected to the checkout.
4. Then, hit the back button, and the icon is becoming positioned incorrectly.

The markup is exactly the same, and the icon that is positioned absolutely should be positioned according to the relative parent, but after hitting the back button it is not.

-- 
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/20211030/2eee2af3/attachment.htm>


More information about the webkit-unassigned mailing list