rdmorganiser / rdmorganiser/rdmo

Improve Drag and drop and usability / readability of select dropdown in questionset configuration

Open
#1,678 2 comments 0 reactions 1 assignee View on GitHub

@CalamityC is already working on this.

Since Jul 24, 2026.

  • #1686 by @CalamityC — merged
Dominant language
Python
Stars
133
Forks
60
Avg merge
3d 14h
Merged PRs (30d)
21

Description

The drag and drop functionality under management/questionsets/<id>/ is not working as expected. It inserts the dragged item not between two items but above the upper item, so in a row of

item1
item2
item3

dragging item3 between item1 and item2 would end up in

item3
item1
item2

There is also a lack of usability and readability when handling that drag and drop elements:

Image

and also when select one of those dropdowns:

Image
Expected behaviour / Erwartetes Verhalten

Expected outcome:

item1
item3
item2

And better usability of that configuration.

Steps to reproduce / Schritte zum Reproduzieren

Configure a questionset with dropdown selects.

Context / Kontext

RDMO 2.5.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.