project-flogo / flogo-web

Project Flogo Web UI
http://flogo.io
BSD 3-Clause "New" or "Revised" License
65 stars 36 forks source link

Streams: trigger element visible after opening trigger configuration modal #1260

Closed fcastill closed 4 years ago

fcastill commented 4 years ago

Environment

How are you running Flogo Web?

Describe the bug

Trigger icon from the stream designer panel is still visible after opening trigger config modal.

It only happens for streams, flows are not affected.

It's probably a side effect of #1227.

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to the stream designer screen
  2. Add a trigger to the stream
  3. Click on trigger to open the trigger configuration AND don't move your mouse
  4. Observe the trigger icon is still present
  5. Move your mouse out of the trigger, the trigger will dissapear

Expected behavior

trigger icon from the designer should not be visible after opening the trigger config modal

Screenshots

trigger-error
ppaidi commented 4 years ago

This is fixed as part of the PR 166ec05 (#1320)