Reset form scroll prior to window resizing handling

Components

Labels

Description

In the "Form.Resize" method prior to measuring the form's height, it needs to temporarily be scrolled to the top.

Context Information

None

Additional information (do not use)

None

Activity

Alex January 16, 2024 at 12:44 PM
Edited

Found an issue: The current scroll position is lost when a page is reloaded using the "Reload Frame" Web Browser functionality.

This is happening, because an attempt is made to read the scroll container's "pageYOffset" property (done internally, when jQuery's "scrollTop" method is used) until the page is fully rendered.

P.S.

This was working fine prior to this task.

[API] Administrator November 22, 2023 at 8:45 AM

User committed a fix to 5.2.x. Commit Message:

Fixes - Reset form scroll prior to window resizing handling

Differential Revision: http://qa.in-portal.org/D445

Details

Priority

Assignee

Reporter

Developer

Reviewer

Change Log Group

Fixed

Change Log Message

Patch Instructions

Patches must be submitted through Phabricator.

Time tracking

2h 42m logged

Story Points

Fix versions

Created April 11, 2023 at 12:19 PM
Updated December 29, 2024 at 8:47 PM