-
Notifications
You must be signed in to change notification settings - Fork 5
Files action menu not available #51
Comments
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. |
Comparing computed styles: OCIS PhoenixPhoenix demo server (OC 10 backend)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. |
Hmmm in OCIS the uk-drop markup also looks doubled. |
ohhh... the fileid is a long string in OCIS, so it cannot be used in places like element id. This is likely it! |
I've raised owncloud/web#3214 to look into this issue in a broader scope. |
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 |
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
The text was updated successfully, but these errors were encountered: