-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: module boards can trigger mousedown events #402
Conversation
Analysis Details1 IssueCoverage and DuplicationsProject ID: carbonio-shell-ui |
There was a problem hiding this 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 🚀
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 |
Refs: SHELL-175