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

feat: Fix image resizing issue - EXO-74758 - Meeds-io/MIPs#145 #672

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

sofyenne
Copy link
Contributor

Prior to this change, resizing an inserted image in the editor was not possible. The resizer remained attached to the mouse and only detached when clicking outside the editor. This change addresses the issue by attaching the pointerup event to the document instead of the mouseup event

@sofyenne sofyenne requested a review from rdenarie November 19, 2024 16:13
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Nov 19, 2024
Copy link
Member

@rdenarie rdenarie left a comment

Choose a reason for hiding this comment

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

Can you add your PR description in the commit message ?
You Pr comment is perfect, it explains the problem, how you fix it ... All informations are present
BUT it will be lost when the PR will be merged.

Put this comment in the commit so that the information is not lost

Prior to this change, resizing an inserted image in the editor was not possible.The resizer remained attached to the mouse and only detached when clicking outside the editor.This change addresses the issue by attaching the pointerup event to the document instead of the mouseup event.
Copy link

sonarcloud bot commented Nov 19, 2024

@sofyenne
Copy link
Contributor Author

Can you add your PR description in the commit message ? You Pr comment is perfect, it explains the problem, how you fix it ... All informations are present BUT it will be lost when the PR will be merged.

Put this comment in the commit so that the information is not lost

done !

@sofyenne sofyenne merged commit 2834a76 into feature/experience Nov 20, 2024
5 checks passed
@sofyenne sofyenne deleted the Task/74758 branch November 20, 2024 08:03
exo-swf pushed a commit that referenced this pull request Nov 21, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
exo-swf pushed a commit that referenced this pull request Nov 23, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Nov 28, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Nov 28, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Nov 28, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Nov 28, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Nov 28, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Nov 29, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Dec 12, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
exo-swf pushed a commit that referenced this pull request Dec 13, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
sofyenne added a commit that referenced this pull request Dec 13, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
exo-swf pushed a commit that referenced this pull request Dec 17, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
rdenarie pushed a commit that referenced this pull request Dec 17, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
rdenarie pushed a commit that referenced this pull request Dec 17, 2024
Prior to this change, resizing an inserted image in the editor was not
possible. The resizer remained attached to the mouse and only detached
when clicking outside the editor. This change addresses the issue by
attaching the pointerup event to the document instead of the mouseup
event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants