Designer has issues with scrolling. When using the scrollbar on the right, it frequently jumps back to the top when I first attempt to scroll down. It takes two or more tries for the scroll to “take”. Designer also frequently “jumps” to the top of the Section after I place, move, or resize elements, “losing” its location.
Hi @TGREER,
That doesn’t sound familiar to me. It might be triggered by a specific feature of your template. If we can figure out a reliable way to reproduce the issue I would be happy to look into it.
I assume you are using 2024.2.3, as per your other recent post. I played around with 2025.1 a bit (inserted lorem ipsums until a second page was generated, then added some boxes) but did not see the issue, the scroll position remained fixed.
I have been having the same issue and it isn’t consistent for me at least. It will happen everytime I move or change something on one template and then won’t happen on other templates.
I feel like I’m trying to start an old lawnmower, yanking repeatedly on the vertical scrollbar and watching it snap back up to the top 2-3 times before it “takes”. I do think it’s related to my other post about a large data model (and accompanying Scripts), as it is most noticeable when working on those templates.
After going through the source code I think this happens if you make a modification while the caret is in a text node that is a direct child of <body>
. Normally text nodes are children of container elements, usually <p>
.
I created a ticket for it, internal reference [SHARED-95699].