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

DMN Editor: user can not increase the number of added rows/columns quickly in nested expressions #374

Closed
jomarko opened this issue Jun 29, 2023 · 2 comments · Fixed by apache/incubator-kie-tools#2021
Assignees
Labels
area:dmn Related to DMN area:tools Issues affecting Apache KIE tooling projects misc:good-first-issue Good for newcomers type:bug Something is behaving unexpectedly

Comments

@jomarko
Copy link

jomarko commented Jun 29, 2023

This is an issue related to #168 feature. there is a corner case the new context menu is emptied:
image

This issue can be reproduced only for nested expressions!

Steps to reproduce

  1. open a decision node
  2. set it root expression as context
  3. set the context first entry as decision table
  4. invoke context menu for the decision table
  5. select insert
  6. in the show sub context menu start to quickly clicking o + or -. Please notice if user click slowly, nothing happens. It is probably something with mouse events handlers, maybe doubleclick handlers?
@jomarko jomarko added type:bug Something is behaving unexpectedly area:dmn Related to DMN area:tools Issues affecting Apache KIE tooling projects labels Jun 29, 2023
@jomarko jomarko moved this to Backlog 💭 (unordered) in IBM and KIE Community Project - Archived! Jun 29, 2023
@tiagobento
Copy link

While testing this reproducer I found another issue 😅

Btw this one looks like a very simple case of e.stopPropagation() at the number input component.

@danielzhe
Copy link

I found out that this issue is not reproducible exactly like this anymore, but there's still a very similar issue, but now the menu disappears instead of being blank.
See the video bellow:

Screen.Recording.2023-10-11.at.10.36.28.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dmn Related to DMN area:tools Issues affecting Apache KIE tooling projects misc:good-first-issue Good for newcomers type:bug Something is behaving unexpectedly
Projects
None yet
3 participants