Skip to content

Mobile MR diffs overscroll problem

Thomas Randolph requested to merge defect/resolve-all-scroll-height into master

What does this MR do?

For #285016 (closed)

Adds a computation to the list of heights that determine the contentTop.

The "unresolved threads container" should be included in computations that wish to determine what the offset from the top of the browser is before content can begin. In mobile views, that container isn't included, which causes a scroll positioning problem.

This MR depends on another MR, and includes those changes as a matter of fact after a rebase.
The relevant commits in this MR are:

Screenshots (strongly suggested)

Before (master after !47970 (merged) is merged) After
before-mobile-compressed after-mobile-compressed

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Thomas Randolph

Merge request reports