status-im/status-app

Node Management window is not vertically scrollable

Open

#12,746 opened on Nov 15, 2023

View on GitHub
 (2 comments) (0 reactions) (1 assignee)QML (96 forks)auto 404
bugcore-teamgood first issue

Repository metrics

Stars
 (363 stars)
PR merge metrics
 (PR metrics pending)

Description

Bug Report

Description

If the overall Status Desktop window is resized such that the content of the Node Management screen doesn't fit vertically, there is no way to scroll down. As a result, some parts of the Node Management screen remain hidden unless the overall window is resized.

Sufficient vertical size: everything fits: Screenshot from 2023-11-15 13-20-03

Reduced vertical size: the JSON-RPC prompt is hidden: Screenshot from 2023-11-15 13-20-16

Steps to reproduce

  1. Select Node Management in the left pane.
  2. Resize the window such that its vertical dimension is low.

Expected behavior

Some parts of the screen don't fit into the overall window, but the user can scroll down to see them.

Actual behavior

Parts of the screen that don't fit into the overall window remain hidden.

Additional Information

  • Status desktop version: Current version 0.9.90, Status Go version 0.171.12
  • Operating System: Ubuntu 20.04.6 LTS

Contributor guide