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
Date selection in search menu missing higher Z-index value #14248
Labels
Projects
Milestone
Comments
|
@DharmarajPS, phpMyAdmin 4.9 have the same issue.I will try to fix this issue |
|
It can be solved by giving higher index to the datepicker UI.
|
|
hi, @DharmarajPS .Inline Styles are used and I couldn't find the file where it is written.can you help me find that file.Input field of time also has a style issue. |
|
You can do like this if you not found respective file.
z-index:99 !important in stylesheet.
|
|
That works fine. |
rijaspk
added a commit
to rijaspk/phpmyadmin
that referenced
this issue
May 3, 2018
Issue phpmyadmin#14248 Signed-off-by: Rijas Ahammed PK <rijaspk5195@gmail.com>
4 tasks
rijaspk
added a commit
to rijaspk/phpmyadmin
that referenced
this issue
May 4, 2018
Issue phpmyadmin#14248 Signed-off-by: Rijas Ahammed PK <rijaspk5195@gmail.com>
|
@rijaspk @ibennetch will this PR get merged or should someone open another one with a maybe better solution? |
6 tasks
williamdes
added a commit
that referenced
this issue
Dec 24, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Dec 24, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
1.Please find the attached files where red marked image is bug. Not able to select/no left right arrow to navigate to next month or previous month.
2. Green marked image shows how to fix that bug. z-index: 99 works and shows navigation to next and prvious months
2. If we give give z-index 99, it will work.
3..div#ui-datepicker-div{z-index:99}
Expected behaviour
We should give z-index:99 to the #ui-datepicker so that we can select next and previous months.
Actual behaviour
If number of columns in table is less, then if we select date field, we are not able to select month because of Z-index value is 1(css part).
Server configuration
Operating system: windows 10
Web server: Apache
Database: MySQL
PHP version: PHP 7.1
phpMyAdmin version: phpMyAdmin 4.7.4
Client configuration
Browser: Google Chrome
Operating system: Windows 10


The text was updated successfully, but these errors were encountered: