From ae81ba793fda86b744c351fdaa5f16f1df127aa0 Mon Sep 17 00:00:00 2001 From: David Awogbemila Date: Fri, 15 Nov 2024 12:33:31 -0500 Subject: [PATCH] Fix step placement Step should happen within "If documentIsNew" block like fragment-scroll. --- source | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source b/source index 77279073595..4b0767d3986 100644 --- a/source +++ b/source @@ -103721,12 +103721,13 @@ location.href = '#foo'; -
  • Update the initial scroll positions for scroll containers in document.
  • -
  • If documentIsNew is true, then:

      +
    1. Update the initial scroll positions for scroll containers in + document.

    2. +
    3. Try to scroll to the fragment for document.

    4. At this point scripts may run for the newly-created document