golemfactory / golem-electron

Graphical user interface for Golem Project

Home Page:https://golem.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to accept the Concent Settings form while in Fullscreen-mode

mat7ias opened this issue · comments

Description

While using fullscreen mode and the user goes into Cencent Settings, the Accept button doesn't become clickable if they scroll to the bottom of the screen.

Golem Version:
0.23.0

OS [e.g. Windows 10 Pro]:
Linux Ubuntu 18.04

Mainnet/Testnet:
mainnet

Priority label is set to the lowest by default. To setup higher priority please change the label
P3 label is set for Severity-Low/Effort-hard_

Screenshots:
Screenshot from 2020-04-02 17-59-05
If applicable, add screenshots to help explain your problem.

Steps To Reproduce

Short description of steps to reproduce the behavior:
e.g.

  1. Launch the app with 'golem --mainnet'
  2. Click on 'Fullscreen' then Settings, Concent Settings
  3. Scroll down to the bottom
  4. See error, the accept button is not clickable.

Expected behavior

Accept button becomes clickable once the user scrolls to the bottom (same as in non-fullscreen).

Hey @mat7ias, the reason is that, normally we do not support full-screen mode. But after upgrading Electron, seems like max width restriction got broken. I will fix it in upcoming release, thanks for the information.