#44026 closed defect (bug) (fixed)
Export and Erase Personal Data tables misaligned under 782px
Reported by: | ianbelanger | Owned by: | desrosj |
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Privacy | Keywords: | gdpr has-screenshots has-patch commit fixed-major dev-reviewed |
Focuses: | ui | Cc: |
Description
On both the Export Personal Data and Erase Personal Data pages the th and td are not the same height under 782px and the right border of the checkbox gets cutoff.
Attachments (5)
Change History (22)
#3
@
6 years ago
@ianbelanger My screen is showing a different view. Looks to me you have erased the email addresses before uploading the screenshot.
For me I can see the email address above Download Personal Data
link, which is available when I expand the section by clicking the pull down arrow next to it. When the arrow is in down position, the link is only visible if the arrow still has the focus on it, i.e. the blue circle is visible around it. In your screenshot, the arrow does not have the focus but it is still showing Download Personal Data
link, of course without the email address visible.
On full screen view (desktop), the link is visible only when I mouseover he row and that is also below the email address. This is not visible by default.
To my understanding, even in smaller views the link Download Personal Data
is appearing at the right place, i.e. below email address. However, the checkboxes are not showing properly. The right side border is disappeared.
Can you please tell me the steps to reproduce the exact view of yours?
#4
@
6 years ago
@subrataemfluence I did erase the emails from the image, just to hide them. I am mainly talking about the checkboxes missing the right border and the th and td bottom borders are misaligned when the td is in the closed position.
#6
@
6 years ago
- Keywords has-patch needs-testing added; needs-patch removed
44026.diff should fix this issue. I noticed one more small thing we could fix though. If you look at the second row in erasure-screen.png, confirmed erasures do not have any links in the actions row.
#7
@
6 years ago
- Milestone changed from Awaiting Review to 4.9.6
- Owner set to desrosj
- Status changed from new to accepted
#8
@
6 years ago
Also, to clarify why this is happening, this is being caused by:
- The addition of left borders for each row to make them look more like notices.
- The
background-color
overrides in the privacyWP_Post_List
tables to help differentiate the status of each request.
emails removed purposely