Skip to content

Fix widget auto-scroll timing issue on create/edit#26692

Merged
linuspahl merged 2 commits into
masterfrom
widget-scroll-timing-issue
Jul 20, 2026
Merged

Fix widget auto-scroll timing issue on create/edit#26692
linuspahl merged 2 commits into
masterfrom
widget-scroll-timing-issue

Conversation

@linuspahl

@linuspahl linuspahl commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Description

When a widget was created or its edit mode was closed, the page only scrolled to it if the grid rendered within a fixed 1 second window. Since closing the widget editor triggers a full search re-execution that can easily take longer, the scroll frequently never happened. The "new widget" flag is now kept until the widget is confirmed visible or has been scrolled into view, instead of being cleared after a fixed delay.

/nocl - so far this issue only occurred in e2e tests

@linuspahl
linuspahl marked this pull request as ready for review July 17, 2026 09:04
@linuspahl
linuspahl requested a review from maxiadlovskii July 17, 2026 09:04
@linuspahl linuspahl added the e2e-tests Run PR build with e2e tests. label Jul 17, 2026
@linuspahl
linuspahl merged commit 5a562f3 into master Jul 20, 2026
29 of 32 checks passed
@linuspahl
linuspahl deleted the widget-scroll-timing-issue branch July 20, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e2e-tests Run PR build with e2e tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants