Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Files action menu not available #51

Closed
dpakach opened this issue Mar 4, 2020 · 6 comments · Fixed by owncloud/web#3248
Closed

Files action menu not available #51

dpakach opened this issue Mar 4, 2020 · 6 comments · Fixed by owncloud/web#3248
Labels
bug Something isn't working

Comments

@dpakach
Copy link

dpakach commented Mar 4, 2020

When using the current master version of phonenix with ocis, we dont get the files action menu.
Starting ocis-phoenix with PHOENIX_ASSET_PATH=/path/to/phoenix/dist

sr

@dpakach dpakach added the bug Something isn't working label Mar 4, 2020
@PVince81
Copy link
Contributor

I can confirm this.

I managed to scroll down somehow and it seems that the menu is rendered below the file list container. The reason why is currently mysterious. There are no errors related to any CSS or styles that might not have been initialized properly.

Needs further research.

@PVince81
Copy link
Contributor

Comparing computed styles:

OCIS Phoenix

image

Phoenix demo server (OC 10 backend)

image

From what I see, in the latter case where it works something has properly set the absolute position using inline styles for "top" and "left". But on OCIS it didn't happen.

One could think that maybe UIKit didn't initialize properly, but if it didn't then the dropdown wouldn't open at all.

@PVince81
Copy link
Contributor

Hmmm in OCIS the uk-drop markup also looks doubled.
Wondering if something has initialized twice ?!

@PVince81
Copy link
Contributor

ohhh... the fileid is a long string in OCIS, so it cannot be used in places like element id. This is likely it!

@PVince81
Copy link
Contributor

I've raised owncloud/web#3214 to look into this issue in a broader scope.

@PVince81
Copy link
Contributor

Fix is here: owncloud/web#3248

@dpakach not sure if you'll want to reenable some tests there ? if yes, feel free to push there

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants