Skip to content

Vue text highlight fix#26413

Merged
AlexGaillard merged 6 commits intodirectus:mainfrom
DanielRubianes:vue-text-highlight-fix
Dec 23, 2025
Merged

Vue text highlight fix#26413
AlexGaillard merged 6 commits intodirectus:mainfrom
DanielRubianes:vue-text-highlight-fix

Conversation

@DanielRubianes
Copy link
Contributor

@DanielRubianes DanielRubianes commented Dec 21, 2025

Scope

What's changed:

  • Disabled user-select CSS properties when dragging v-workspace-tile elements (.dragging)
  • Disabled user-select CSS properties for field-select elements

Potential Risks / Drawbacks

  • Difficulty copying text from field elements (still possible w/ field content pane)

Tested Scenarios

  • Chrome Version 143.0.7499.170 (Official Build) (64-bit)
  • Firefox Version 146.0.1 (64-bit)

Review Notes / Questions

  • This is my first PR for an open-source project - please let me know if there are any procedures or conventions I am missing.

Checklist

  • Added or updated tests
  • Documentation PR created here or not required
  • OpenAPI package PR created here or not required

Fixes #26412

@AlexGaillard AlexGaillard merged commit 42382f1 into directus:main Dec 23, 2025
65 checks passed
@github-actions github-actions bot added this to the Next Release milestone Dec 23, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text highlighting when dragging flow cards or fields within collection

3 participants