cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows

Home Page:https://cylc.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor cosmetic bug - menu doesn't disappear when a form opens

ColemanTom opened this issue · comments

Description

Minor cosmetic bug. Only tested in Firefox. When you select an option which pops up a form, the dropdown menu remains visible behind the form until you click in the form, then it disappears.

image

Reproducible Example

  1. Open a workflow in the UI
  2. Click the top accordian button to show the menu
  3. Click on any of the pencil icons for the menu options
  4. Notice the menu remains visible behind the form
  5. Click in the form
  6. Notice the menu has now disappeared

Expected Behaviour

Menu should collapse as form opens.

This is intended, it allows you to cancel the command you're editing and return to the menu.

If you submit the command the menu will close afterwards.