Opened 6 months ago
Last modified 6 weeks ago
#61785 new defect (bug)
Misalignment of Search Text Box and Keywords Dropdown on Add New Plugin Page
Reported by: | jomonthomaslobo1 | Owned by: | |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | 6.6.1 |
Component: | Plugins | Keywords: | has-patch |
Focuses: | ui, css, administration | Cc: |
Description
Description:
On the Add New Plugin page, there is an issue with the alignment of the Search Text Box and the Keywords Dropdown. The two elements are not properly aligned, causing a visual inconsistency that can affect user experience.
Steps to Reproduce:
- Navigate to the Add New Plugin page.
- Observe the Search Text Box and Keywords Dropdown on the page.
Expected Result:
The Search Text Box and Keywords Dropdown should be properly aligned with each other, maintaining a consistent and professional appearance.
Actual Result:
The Search Text Box and Keywords Dropdown are misaligned, causing an uneven layout that disrupts the visual flow of the page.
Impact:
This misalignment affects the visual consistency of the page and may lead to a less intuitive user experience. It can also indicate potential issues with the page's CSS or layout configuration.
Suggested Fix:
- Review and adjust the CSS styles or layout configuration for the Search Text Box and Keywords Dropdown to ensure proper alignment.
- Test the page in different browsers and screen sizes to ensure consistent alignment across various devices.
Severity: Minor
Additional Notes:
- This issue should be addressed to enhance the user interface and overall user experience on the Add New Plugin page.
Attachments (2)
Change History (16)
This ticket was mentioned in Slack in #core by jomonthomaslobo1. View the logs.
6 months ago
#2
@
6 months ago
- Component changed from General to Plugins
- Focuses administration added; template removed
- Keywords needs-patch added; has-patch removed
- Milestone changed from Awaiting Review to Future Release
- Version changed from 6.6.1 to 6.6
This ticket was mentioned in PR #7108 on WordPress/wordpress-develop by @narenin.
6 months ago
#3
- Keywords has-patch added; needs-patch removed
jomonthomaslobo commented on PR #7108:
6 months ago
#4
https://core.trac.wordpress.org/ticket/61785#ticket Thanks for fixing.Look like the patch works
This ticket was mentioned in PR #7113 on WordPress/wordpress-develop by iflair.
6 months ago
#5
We have tested it with the patch provided above... But it seems like this is not working with many devices. Therefore we have attached the patch file for the solution and made it work across all devices.
Attached image: https://tinyurl.com/28xxju56
@
6 months ago
Fixed: #61785 Misalignment of Search Text Box and Keywords Dropdown on Add New Plugin Page
#6
follow-up:
↓ 7
@
6 months ago
- Version changed from 6.6 to 6.6.1
@jomonthomaslobo1
We have tested it with the patch provided above... But it seems like this is not working with many devices. Therefore we have attached the patch file for the solution and made it work across all devices.
Attached image: https://tinyurl.com/28xxju56
6 months ago
#8
We have tested it with the patch provided above... But it seems like this is not working with many devices. Therefore we have attached the patch file for the solution and made it work across all devices.
Attached image: https://tinyurl.com/28xxju56
Trac ticket URL : https://core.trac.wordpress.org/ticket/61785
@jomonthomaslobo1 commented on PR #7113:
6 months ago
#9
@iflair @sagarbhatia-iflair Thanks for the updated fix
@jomonthomaslobo1 commented on PR #7113:
6 months ago
#10
#12
@
3 months ago
I'm seeing a regression on small screens in the linked pull request so will move this off the milestone as WP 6.7 is approaching the release candidate in a few days. See Screenshot 2024-10-18 at 12.10.05 PM.png
This ticket was mentioned in PR #7935 on WordPress/wordpress-develop by @im3dabasia1.
6 weeks ago
#14
Trac ticket: https://core.trac.wordpress.org/ticket/61785
The margin in the search input box on the 'Add New Plugins' page was breaking below 1138px before the fix. Specifically, the top margin was set to 0px, and the overall appearance of the search box was inconsistent between 1000px and 1138px. There was no margin at the top or bottom during this range. Now, the margin is consistent across all breakpoints.
### Before:
### After:
#### Chrome Browser:
https://github.com/user-attachments/assets/4117aa3a-6603-44a0-8d2d-ecc141e41475
#### Brave Browser:
https://github.com/user-attachments/assets/aae70082-d3d5-4afd-8cd7-632e9bc2dfe8
#### Safari Browser:
https://github.com/user-attachments/assets/ca4f855e-59dd-44f1-b618-9f9370c0373d
Trac ticket: https://core.trac.wordpress.org/ticket/61785