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

fix: module boards can trigger mousedown events #402

Conversation

nubsthead
Copy link
Contributor

@nubsthead nubsthead commented Apr 10, 2024

Refs: SHELL-175

@nubsthead nubsthead requested review from a team as code owners April 10, 2024 13:14
Copy link

Failed

  • 1 New Issues (is greater than 0)

Analysis Details

1 Issue

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 1 Code Smell

Coverage and Duplications

  • Coverage 100.00% Coverage (60.00% Estimated after merge)
  • Duplications 0.00% Duplicated Code (6.10% Estimated after merge)

Project ID: carbonio-shell-ui

View in SonarQube

Copy link
Contributor

@beawar beawar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went through the history of the move and even if in the original requirement the move was to make it trigger from the entire board, in the same first implementation it emerged that only the header bar was actually triggering the move, since it was the only component outside the app-board content.

We should ask for a validation round, specific for the move, but for the rest the changes look good to me 🚀

@nubsthead
Copy link
Contributor Author

I went through the history of the move and even if in the original requirement the move was to make it trigger from the entire board, in the same first implementation it emerged that only the header bar was actually triggering the move, since it was the only component outside the app-board content.

We should ask for a validation round, specific for the move, but for the rest the changes look good to me 🚀

Do you want me to ask for a validation for this specific PR?

@beawar
Copy link
Contributor

beawar commented Apr 10, 2024

Do you want me to ask for a validation for this specific PR?

@nubsthead yeah I would feel safer to specify to the validator that the move action is now fully restricted to the header component, even if this should not change anything on the user side.

@nubsthead
Copy link
Contributor Author

nubsthead commented Apr 10, 2024

Do you want me to ask for a validation for this specific PR?

@nubsthead yeah I would feel safer to specify to the validator that the move action is now fully restricted to the header component, even if this should not change anything on the user side.

@beawar The fact is I restricted it to the header just to keep the same behaviour it already has. It can be enabled to the entire board moving back the moveHandler function on its previous component. I moved it to avoid changing its current behaviour.

However I will ask a validation to make sure it is what they expected

@beawar beawar merged commit 289dde9 into devel Apr 15, 2024
3 of 4 checks passed
@beawar beawar deleted the SHELL-175-Datepicker-inside-board-is-not-closing-when-clicking-inside-board branch April 15, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants