Skip to content

[FIX] 47844: Objects askew – scope dropzone flex styling out of object list rows#11701

Merged
BettyFromHH merged 2 commits into
ILIAS-eLearning:trunkfrom
srsolutionsag:fix/47844-dropzone-objectlist
Jun 23, 2026
Merged

[FIX] 47844: Objects askew – scope dropzone flex styling out of object list rows#11701
BettyFromHH merged 2 commits into
ILIAS-eLearning:trunkfrom
srsolutionsag:fix/47844-dropzone-objectlist

Conversation

@chfsx

@chfsx chfsx commented Jun 23, 2026

Copy link
Copy Markdown
Member

Forward-port of the release_11 fix for Mantis #47844 ("Objects askew") to trunk.

Problem

The .ui-dropzone-container flex styling (flex-direction: row-reverse) was also applied to dropzone containers inside object list rows (.ilObjListRow), making list items render askew / reordered.

Fix

Scope the rule so it no longer matches dropzone containers within .ilObjListRow:

-.ui-dropzone-container {
+.ui-dropzone-container:not(.ilObjListRow .ui-dropzone-container) {

Applied to the SCSS source and the compiled delos.css.

Provenance

Cherry-picked from release_11 (already resolved there), authored by Bettina Solzbacher:

  • 823355364f5 — SCSS source (_ui-component_dropzone.scss)
  • 3a820d9ecbe — compiled delos.css

🤖 Generated with Claude Code

@chfsx chfsx added the bugfix label Jun 23, 2026
@BettyFromHH BettyFromHH merged commit b864eb7 into ILIAS-eLearning:trunk Jun 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants