Element Layer Priority Issue

Steps to reproduce

After the base feature was added, when modifying the output format of the base, the layout selection option’s combo box opens behind the options window, making it impossible to change the settings.
(This issue occurs in the Korean version and even with the default theme enabled. Although it has not been tested with all community plugins turned off, the current layer issue seems to stem from conflicts between the newly added internal feature layers.)

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

When the combo box is opened, its layer should appear above the settings layer.

Actual result

Currently, when the combo box is opened, its layer goes below the settings layer, making it partially hidden or completely invisible if the settings layer is large.

Environment

{
  "process": {
    "arch": "x64",
    "platform": "win32"
  },
  "app": {
    "internalPlugins": {
      "config": {
        "file-explorer": true,
        "global-search": true,
        "switcher": true,
        "graph": true,
        "backlink": true,
        "canvas": true,
        "outgoing-link": true,
        "tag-pane": true,
        "properties": false,
        "page-preview": true,
        "daily-notes": true,
        "templates": true,
        "note-composer": true,
        "command-palette": true,
        "slash-command": false,
        "editor-status": true,
        "bookmarks": true,
        "markdown-importer": false,
        "zk-prefixer": false,
        "random-note": false,
        "outline": true,
        "word-count": true,
        "slides": false,
        "audio-recorder": false,
        "workspaces": false,
        "file-recovery": true,
        "publish": false,
        "sync": true,
        "webviewer": false,
        "footnotes": false,
        "bases": true
      }
    },
    "isMobile": false,
    "plugins": {
      "enabledPlugins": [
        "table-editor-obsidian",
        "better-word-count",
        "folder-notes",
        "calendar",
        "editing-toolbar",
        "obsidian-style-settings",
        "auto-card-link",
        "recent-files-obsidian",
        "tag-wrangler",
        "url-into-selection",
        "obsidian-outliner",
        "file-explorer-note-count",
        "sheets",
        "file-cleaner-redux",
        "templater-obsidian",
        "obsidian-image-toolkit",
        "obsidian-local-images"
      ],
      "manifests": {
        "auto-card-link": {
          "version": "1.2.3"
        },
        "auto-note-mover": {
          "version": "1.2.0"
        },
        "better-word-count": {
          "version": "0.10.1"
        },
        "calendar": {
          "version": "1.5.10"
        },
        "cmdr": {
          "version": "0.5.4"
        },
        "dataview": {
          "version": "0.5.68"
        },
        "editing-toolbar": {
          "version": "3.1.18"
        },
        "file-cleaner-redux": {
          "version": "1.7.0"
        },
        "file-explorer-note-count": {
          "version": "1.2.3"
        },
        "folder-notes": {
          "version": "1.8.16"
        },
        "obsidian-custom-frames": {
          "version": "2.5.0"
        },
        "obsidian-excalidraw-plugin": {
          "version": "2.13.2"
        },
        "obsidian-excel-to-markdown-table": {
          "version": "0.4.0"
        },
        "obsidian-image-toolkit": {
          "version": "1.4.2"
        },
        "obsidian-kanban": {
          "version": "2.0.51"
        },
        "obsidian-linter": {
          "version": "1.29.0"
        },
        "obsidian-local-images": {
          "version": "0.14.2"
        },
        "obsidian-outliner": {
          "version": "4.9.0"
        },
        "obsidian-style-settings": {
          "version": "1.0.9"
        },
        "obsidian-tasks-plugin": {
          "version": "7.20.0"
        },
        "quick-latex": {
          "version": "2.6.5"
        },
        "quickadd": {
          "version": "1.18.1"
        },
        "recent-files-obsidian": {
          "version": "1.7.4"
        },
        "sheets": {
          "version": "1.2.10"
        },
        "table-editor-obsidian": {
          "version": "0.22.1"
        },
        "tag-wrangler": {
          "version": "0.6.4"
        },
        "templater-obsidian": {
          "version": "2.13.1"
        },
        "url-into-selection": {
          "version": "1.7.0"
        }
      }
    },
    "vault": {
      "config": {
        "cssTheme": "Minimal",
        "baseFontSize": 20,
        "baseFontSizeAction": true,
        "enabledCssSnippets": [
          "테이블 셀 Borders 회색 50%투명도"
        ],
        "theme": "system",
        "showLineNumber": false,
        "trashOption": "local",
        "newFileLocation": "root",
        "showUnsupportedFiles": true,
        "attachmentFolderPath": "./99_첨부파일",
        "readableLineLength": false,
        "spellcheck": false,
        "alwaysUpdateLinks": true,
        "showIndentGuide": false,
        "promptDelete": true,
        "strictLineBreaks": false,
        "foldHeading": true
      }
    }
  },
  "plugin": {
    "settings": {
      "values": {
        "styleLists": true,
        "debug": false,
        "stickCursor": "bullet-and-checkbox",
        "betterEnter": true,
        "betterVimO": true,
        "betterTab": true,
        "selectAll": true,
        "listLines": false,
        "listLineAction": "toggle-folding",
        "dnd": true,
        "previousRelease": null
      }
    }
  }
}

Additional information


You need to do that when submitting bug reports.


I believe it’s this community plugin causing the issue.

See Bases: Latest Update Filter has gone propertys and other posts in the forum.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.