Skip to content

fix(rows): let file picker and smart picker open above row modals #2515 - #2912

Open
foolfitz wants to merge 2 commits into
nextcloud:mainfrom
foolfitz:fix/2515-picker-z-index
Open

fix(rows): let file picker and smart picker open above row modals #2515#2912
foolfitz wants to merge 2 commits into
nextcloud:mainfrom
foolfitz:fix/2515-picker-z-index

Conversation

@foolfitz

Copy link
Copy Markdown

The row modals overrode .modal-mask to z-index 9999, one level above the NcModal default of 9998. Since NcModal teleports to body, pickers opened from a rich text cell shared that stacking context and always painted underneath. CreateRow.vue carried the same override as EditRow.vue.

Fixes #2515

Assisted-by: ClaudeCode:claude-opus-5

馃 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

The row modals overrode .modal-mask to z-index 9999, one level above the
NcModal default of 9998. Since NcModal teleports to body, pickers opened
from a rich text cell shared that stacking context and always painted
underneath. CreateRow.vue carried the same override as EditRow.vue.

Fixes nextcloud#2515

Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: foolfitz <foolfitz@gmail.com>
@foolfitz
foolfitz requested review from blizzz and enjeck as code owners August 23, 2026 08:16
@Aveyron-RetD

Copy link
Copy Markdown

Did you try different use case ? see #2126

@enjeck enjeck left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what Aveyron-RetD said above. Please attach screenshots showing the various cases.

Right now, i think we have a "deadlock" where if we have this, we're sacrificing the other

@Aveyron-RetD

Copy link
Copy Markdown

For me this bug is not present on 33.0.6 tables app 2.2.1

@foolfitz

Copy link
Copy Markdown
Author

I made some screenshots.

Tables editing

  • a01: edit-row
a01-edit-row
  • a02: edit-row-smart-picker-1
a02-edit-row-smart-picker-1
  • a03: edit-row-smart-picker-2
a03-edit-row-smart-picker-2
  • a04: edit-row-edit-file-link
a04-edit-row-edit-file-link

Embed a nextcloud table in Text

  • b01: insert nextcloud table
b01-text-insert-nextcloud-table
  • b02: nextcloud table edit menu
b02-text-nc-table-edit-menu
  • b03: row-editing of nextcloud table
b03-text-nc-table-row-editing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File selector / smart picker opening behind row edit modal

3 participants