[go: nahoru, domu]

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

Unable to Delete Bullet List with mouse #22862

Open
KoenBrave opened this issue Jun 27, 2024 · 1 comment
Open

Unable to Delete Bullet List with mouse #22862

KoenBrave opened this issue Jun 27, 2024 · 1 comment

Comments

@KoenBrave
Copy link

Describe the Bug

Bug Description:

  • Environment:

    • Device: MacBook Air
    • Browser: Chrome
    • Operating System: macOS 14.4.1 (23E224)
    • Processor: Apple M1
    • Software: Directus 10.10.4
  • Issue:

    • Mouse Drag Selection in Bullet Lists: When attempting to select multiple bullet points by dragging the mouse, the selection behavior is incorrect.
  • Problems Observed:

    • Bottom to Top Dragging: When dragging the mouse from the bottom of the bullet list to the top, only the last bullet point in the list is selected.
    • Top to Bottom Dragging: When dragging the mouse from the top of the bullet list to the bottom, only the first bullet point in the list is selected.

To Reproduce

Steps to Reproduce:

  1. Create a bullet list with multiple items in a Directus editor.
  2. Attempt to select multiple bullet points by dragging the mouse from the bottom of the list to the top.
    • Observe that only the last bullet point is selected.
  3. Attempt to select multiple bullet points by dragging the mouse from the top of the list to the bottom.
    • Observe that only the first bullet point is selected.
delete_bullet_list.mp4

Expected Behavior:

  • When dragging the mouse from the bottom to the top of the bullet list, all bullet points in the selection range should be selected.
  • When dragging the mouse from the top to the bottom of the bullet list, all bullet points in the selection range should be selected.

Actual Behavior:

  • Dragging the mouse from the bottom to the top of the bullet list selects only the last bullet point.
  • Dragging the mouse from the top to the bottom of the bullet list selects only the first bullet point.

Directus Version

10.10.4

Hosting Strategy

Self-Hosted (Docker Image)

Database

No response

@paescuj
Copy link
Member
paescuj commented Jun 27, 2024

Underlying issue: editor-js/nested-list#40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 Needs Triage
Development

No branches or pull requests

2 participants