Skip to content

Commit d6d9efb

Browse files
committed
fix: Try to fix flaky cypress tests
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
1 parent db76350 commit d6d9efb

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

apps/files/src/components/FileEntry/FileEntryActions.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@
1818
class="files-list__row-action--inline" />
1919

2020
<!-- Menu actions -->
21+
<!-- The popover is mounted into main.app-content: outside the virtual
22+
list (whose re-renders while previews and share status load can orphan
23+
a popover that is teleported into it, leaving an open-but-invisible
24+
menu), but still inside the element the right-click positioning CSS
25+
below targets. -->
2126
<NcActions
2227
ref="actionsMenu"
2328
:boundaries-element="getBoundariesElement"
24-
:container="getBoundariesElement"
29+
container="main.app-content"
2530
:force-name="true"
2631
variant="tertiary"
2732
:force-menu="enabledInlineActions.length === 0 /* forceMenu only if no inline actions */"

core/css/server.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)