Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy button on error messages not working #11922

Open
AdRiley opened this issue Dec 19, 2024 · 6 comments · May be fixed by #12133
Open

Copy button on error messages not working #11922

AdRiley opened this issue Dec 19, 2024 · 6 comments · May be fixed by #12133
Assignees
Labels
--bug Type: bug -gui

Comments

@AdRiley
Copy link
Member

AdRiley commented Dec 19, 2024

The copy button on error messages is not working (presumably because it is under the output port.)

image

Version 2024.5.1
Build 23cf258
Electron 31.2.0
Chrome 126.0.6478.127
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) enso/2024.5.1 Chrome/126.0.6478.127 Electron/31.2.0 Safari/537.36

@farmaazon
Copy link
Contributor

farmaazon commented Jan 9, 2025

Refinement notes:

  • The message are can just not propagate any mouse events to port.
  • The ports should be also below all nodes (in edges layer)
  • Also, we should replace making additional "overlay" element with just programmatically computing what port is currently hovered - in a seperate task.

@farmaazon farmaazon moved this from ❓New to 📤 Backlog in Issues Board Jan 9, 2025
@vitvakatu vitvakatu self-assigned this Jan 17, 2025
@vitvakatu vitvakatu moved this from 📤 Backlog to 🔧 Implementation in Issues Board Jan 17, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 20, 2025

Ilya Bogdanov reports a new STANDUP for the provided date (2025-01-17):

Progress: Changed z-order of node message, moving output ports to edges layer. It should be finished by 2025-01-20.

@enso-bot
Copy link

enso-bot bot commented Jan 21, 2025

Ilya Bogdanov reports a new STANDUP for yesterday (2025-01-20):

Progress: Investigating CI issues on Windows runners, implementing support for output ports on the edges layer. Found issues with visualization preview. It should be finished by 2025-01-21.

@enso-bot
Copy link

enso-bot bot commented Jan 22, 2025

Ilya Bogdanov reports a new STANDUP for yesterday (2025-01-21):

Progress: Investigating visualization preview issue, reproduced it on Windows as well, so it is not platform-specific. Little time spent checking how to properly disable sentry API in dev builds from the bazel standpoint. It should be finished by 2025-01-22.

@enso-bot
Copy link

enso-bot bot commented Jan 23, 2025

Ilya Bogdanov reports a new STANDUP for yesterday (2025-01-22):

Progress: Still investigating the issue and searching for a workarounds. It should be finished by 2025-01-22.

@vitvakatu vitvakatu moved this from 🔧 Implementation to 👁️ Code review in Issues Board Jan 24, 2025
@enso-bot
Copy link

enso-bot bot commented Jan 24, 2025

Ilya Bogdanov reports a new STANDUP for yesterday (2025-01-23):

Progress: Preparing the PR with the final implementation. It should be finished by 2025-01-23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
--bug Type: bug -gui
Projects
Status: 👁️ Code review
Development

Successfully merging a pull request may close this issue.

3 participants