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

A tool cannot open a selection dialog in react flow #2759

Closed
1 task done
frouene opened this issue Dec 7, 2023 · 0 comments · Fixed by #3622 or #3658
Closed
1 task done

A tool cannot open a selection dialog in react flow #2759

frouene opened this issue Dec 7, 2023 · 0 comments · Fixed by #3622 or #3658

Comments

@frouene
Copy link
Contributor

frouene commented Dec 7, 2023

  • I have specified the version :
  • latest (2023.12.0)

Steps to reproduce

  1. Open a flow model
  2. Create a representation Topography with auto layout
  3. On the CompositeProcessor1 palette's, trigger the tool Processor with Connection

Expected behavior (SPROTTY)

selection_dialog_sprotty

Actual behavior (REACT_FLOW)

selection_dialog_react_flow

@frouene frouene added this to the 2024.1.0 milestone Dec 7, 2023
@sbegaudeau sbegaudeau removed this from the 2024.1.0 milestone Dec 11, 2023
@florianbarbin florianbarbin self-assigned this Jun 18, 2024
@florianbarbin florianbarbin added this to the 2024.7.0 milestone Jun 18, 2024
@florianbarbin florianbarbin linked a pull request Jun 18, 2024 that will close this issue
39 tasks
florianbarbin added a commit that referenced this issue Jun 18, 2024
In addtion, this commit introduce the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug:#2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 20, 2024
In addtion, this commit introduce the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug:#2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 20, 2024
In addtion, this commit introduce the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug:#2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 20, 2024
In addtion, this commit introduce the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 20, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
@florianbarbin florianbarbin linked a pull request Jun 20, 2024 that will close this issue
39 tasks
florianbarbin added a commit that referenced this issue Jun 20, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 21, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 24, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 25, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 25, 2024
The front needs to know which kind of dialog it has to retrieve in the extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 25, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 25, 2024
The front needs to know which kind of dialog it has to retrieve in the extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 25, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 25, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 26, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 27, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 27, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 27, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 28, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 28, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jun 28, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 3, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 3, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 3, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 3, 2024
florianbarbin added a commit that referenced this issue Jul 3, 2024
florianbarbin added a commit that referenced this issue Jul 3, 2024
florianbarbin added a commit that referenced this issue Jul 4, 2024
florianbarbin added a commit that referenced this issue Jul 8, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 8, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 8, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 8, 2024
florianbarbin added a commit that referenced this issue Jul 10, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 10, 2024
The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 10, 2024
* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 10, 2024
@frouene frouene modified the milestones: 2024.7.0, 2024.9.0 Jul 10, 2024
florianbarbin added a commit that referenced this issue Jul 10, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>

[2759] Provides the dialog type value in the NodeTool

The front needs to know which kind of dialog it has to retrieve in the
extension-point

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>

[2759] Completes CHANGELOG Breaking changes

* Remove some formatter annotations
* Fix unsafe check in DialogContext.tsx

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>

[2759] Update PR according to the last review comments

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 10, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 10, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 10, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 11, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
florianbarbin added a commit that referenced this issue Jul 12, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
sbegaudeau pushed a commit that referenced this issue Jul 19, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
sbegaudeau pushed a commit that referenced this issue Jul 19, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
sbegaudeau pushed a commit that referenced this issue Jul 19, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
sbegaudeau pushed a commit that referenced this issue Jul 19, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
sbegaudeau pushed a commit that referenced this issue Jul 19, 2024
In addition, this commit introduces the generic concept of Dialog
to make it possible to define any kind of dialog for diagram node tools.

Bug: #2759
Signed-off-by: Florian Barbin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment