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
Header row covers first two rows of table in iOS 14.1 and iPadOS 14.1 #16437
Comments
|
Seems to be related to #16277 cc @rajat315315 |
|
@paulcrawford A screenhot would have helped to replicate... |
|
Here they are:
From MacOS (the correct display)
From iOS (both rows from 2020-10-26 blocked from view by the header row, note the additional whitespace between “+ Options” and the header row)
Thanks,
Paul
|
|
Sorry it seems that the screen shots did not come through on my email. So here they are again on GitHub Here they are: From MacOS (the correct display) From iOS (both rows from 2020-10-26 blocked from view by the header row, note the additional whitespace between “+ Options” and the header row) Thanks, Paul |
|
The problem I am describing is not the same as the one you show above which also has the duplicates as noted. The one you show is a horizontal shifting of the header row when scrolling. I have seen this as well but basically accepted it as I can tell by the values in the table which column it is. This may well be corrected in 5.0.4 but, if so, it also introduced a vertical shifting of the header. Most of my tables are all in descending order as the values are timestamped with the most recent on top. This makes it critical to be able to see the top two rows, which cannot be seen with 5.0.4. I trust this can be corrected by 5.1.0 or else I will have to stay with 5.0.2. Interestingly, however, is the fact that "all browser OS" do seem to suffer the horizontal shift of the header but the vertical shift seems to affect only iOS and iPadOS but not Safari on MacOS nor Edge on Windows 10 nor Firefox on Ubuntu 18.0.4.5. |
|
I think I figured out the root cause of this problem: To reproduce the issue with phpMyAdmin, resize the browser window to be <=768px wide. There's a media query in I have found 2 ways to work around this:
|
|
Thanks for the feedback @marto55555 |
From: #16670 (comment) |
|
Hi @marto55555 |




Describe the bug
When a table is rendered in Safari on either iOS 14.1 or iPadOS 14.1 the header row with the column descriptors covers the first two rows of the table using the latest version of phpMyAdmin, 5.04. This does not occur with MacOS 10.15.7. Nor does it occur if phpMyAdmin is reverted to version 5.0.2.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The first two rows of the table should be visible, not hidden by the header row
Screenshots
If applicable, add screenshots to help explain your problem.
Server configuration
Client configuration
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: