Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Dec 13, 2023

Summary

Do not add the drag handlers when renaming as otherwise you can not select text from the text input. So this now does not support dragging when renaming is active but this i - I think - the expected behavior.

Checklist

@susnux
Copy link
Contributor Author

susnux commented Dec 13, 2023

/backport to stable28

@susnux susnux force-pushed the fix/files-drag-when-rename-file branch from db314dd to 6de9404 Compare December 13, 2023 15:35
Copy link
Contributor

@emoral435 emoral435 left a comment

Choose a reason for hiding this comment

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

Looked over the code and tested on dev setup - LGTM

@emoral435 emoral435 force-pushed the fix/files-drag-when-rename-file branch from 6de9404 to 9e56c78 Compare December 13, 2023 17:56
@emoral435 emoral435 enabled auto-merge December 13, 2023 17:57
@emoral435 emoral435 added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Dec 13, 2023
@emoral435 emoral435 merged commit 20932c8 into master Dec 13, 2023
@emoral435 emoral435 deleted the fix/files-drag-when-rename-file branch December 13, 2023 18:09
@susnux
Copy link
Contributor Author

susnux commented Dec 14, 2023

/backport 59b9331 to stable28

@skjnldsv
Copy link
Member

@susnux what about

@dragover="onDragOver"
@dragleave="onDragLeave"
@dragstart="onDragStart"
@dragend="onDragEnd"
@drop="onDrop">
🙈

@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Not possible change cursor or focus of file name by mouse on Firefox

5 participants