-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contact search button and search text field display below scrolled list entries when list scrolled. #529
Comments
The following element can have a z-Index property of +1 added to it to mitigate this issue. Tested via Chrome inspect functionality with positive results. This was intended to be in the original report above. Sorry for the oversight. |
Hello there! :)
then reload the page |
I tried the clearing of the browser cache which did not solve the problem. Tried it a couple of times actually and closed and restarted the browser to make certain. Subsequently ran the two command which you referred to and that bricked the Nextcloud app. Upon reload, I got the following:
|
@wjwieland the occ command must have failed. |
sudo ./occ files:scan-app-data |
Did you ran it with the proper user? :) EDIT: nope, seems because you miss the proper php module: nextcloud/server#5958 |
Then how did it run prior to my running the two commands which deleted the files?
I would like to understand this... I ran occ as follows: Note: Edited to include code tags. |
Ok. Got a bit panicked there. +---------+-------+--------------+ After which a reload of Nextcloud seems to work fine again now.. :-) Getting back to the original issue:
Bottom line: Sorry for the diversion of the lacking php-mysql module. At least that is now fixed and I appreciate your pointing that out. Thanks for the help and I hope my little observation is useful to you and the rest of the users who might use that particular functionality. If there is anything else that I can provide to inform you further, please do let me know. Thanks again... |
Okay, so we fixed an issue who was not the point of this post? :D |
Okay, I can reproduce, I'll fix it later! :) |
Thank much! |
Fixed on server already (nc 14) |
Steps to reproduce
Expected behaviour
Tell us what should happen
The scrolling contacts should display behind or below the text entry field, or better yet, scroll out of view when reaching the bottom of the text entry field.
Actual behaviour
Tell us what happens instead
The scrolling list imposes itself over the top of the text search entry field.
Server configuration
Operating system:
Linux (Ubuntu 16.04)
Web server:
Apache2
Database:
MySQL
PHP version:
7
Nextcloud version: (see Nextcloud admin page)
13.01
Contacts version: (see Nextcloud apps page)
2.1.6
Updated from an older Nextcloud or fresh install:
Updateed
Signing status:
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
LDAP configuration (delete this part if not used)
Insert your Nextcloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Add a z-Index of +1 to the above element to mitigate this issue.
The text was updated successfully, but these errors were encountered: