Can't close menu on outside click #503

Closed
opened 2017-08-26 19:13:33 +02:00 by btzr-io · 0 comments
btzr-io commented 2017-08-26 19:13:33 +02:00 (Migrated from github.com)

The Issue

I can't close the menu of fileActions component on outside click.

Steps to reproduce

  1. Go to any any downloaded / published claim page.
  2. Open the menu ( remove / open folder ).
  3. Try to click outside the menu.

Expected behaviour

The menu should be closed.

Actual behaviour

The menu don't close, and throws an error:

  Uncaught TypeError: Cannot read property 'menuOpen' of undefined
    at handleWindowClick (menu.js:74)

System Configuration

Configuration Version
App 0.14.3
Daemon (lbrynet) 0.14.2
Wallet (lbryum) 3.1.4
Platform Linux (Linux-4.10.0-28-generic-x86_64-with-elementary-0.4.1-loki)
<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on Slack at https://slack.lbry.io --> ## The Issue I can't close the menu of `fileActions` component on outside click. ### Steps to reproduce 1. Go to any any downloaded / published claim page. 2. Open the menu ( remove / open folder ). 3. Try to click outside the menu. ### Expected behaviour The menu should be closed. ### Actual behaviour The menu don't close, and throws an error: ``` Uncaught TypeError: Cannot read property 'menuOpen' of undefined at handleWindowClick (menu.js:74) ``` ## System Configuration Configuration | Version -- | -- App | 0.14.3 Daemon (lbrynet) | 0.14.2 Wallet (lbryum) | 3.1.4 Platform | Linux (Linux-4.10.0-28-generic-x86_64-with-elementary-0.4.1-loki)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#503
No description provided.