Opened 7 years ago
Last modified 10 months ago
#41288 new enhancement
wp admin bar WordPress about and updates icon can't show in Smartphone.
Reported by: | mp518 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Toolbar | Keywords: | has-screenshots needs-patch 2nd-opinion |
Focuses: | ui, css | Cc: |
Description
WordPress admin side WordPress about and Updates can't show in smartphone it should be display none in Very narrow screens.that can be helpfully for smartphone user.
Attachments (6)
Change History (17)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
#3
@
7 years ago
- Component changed from Administration to Toolbar
- Focuses accessibility administration removed
- Version trunk deleted
@mp518 thanks! Makes sense to check if there's enough space also on a multisite installation. :) Removing the accessibility focus since it's not strictly related to it.
#4
@
7 years ago
- Focuses accessibility added
@afercia Thanks for review.In multisite there's not available wp-admin-bar-updates icon so there's enough space i have attached screenshot which is i have merged patche on multisite.i hope it's related accessibility.
#5
follow-up:
↓ 7
@
7 years ago
Hello,
@mp518 please be kind and make sure to check a max-view of 320px as well. People are still using ( and will be if they won't break ) older phones with smaller viewports. I'm saying this as I see your screenshots having 414px.
( I don't have a pc available atm to check the diff and test it myself sorry if that's an inconvenience ).
Just giving an extra pointer to be safe.
Best regards,
Konstantinos
#6
follow-up:
↓ 8
@
7 years ago
- Focuses accessibility removed
@mp518 thanks! Actually, on multisite the updates icon is available. It just gets hidden, together with the "About" one, when the viewport width is less than 600 pixels, in the same way as in a single site installation.
Making both "About" and "Updates" always visible, and considering there are a lot of plugins that add their own icons and menus in the toolbar, can easily break the layout:
Please don't change the focus labels :) They're used to organize and group tickets in specific Trac reports, for example there's a report for all the accessibility tickets and this shouldn't be listed there.
#7
in reply to:
↑ 5
@
7 years ago
- Version set to trunk
yes @xkon you right but there's available media query for WordPress admin area and this media max-width 400px so hide this icon in this media(Very narrow screens) and removed media css from smart phone device as i have added in patch.
Replying to xkon:
Hello,
@mp518 please be kind and make sure to check a max-view of 320px as well. People are still using ( and will be if they won't break ) older phones with smaller viewports. I'm saying this as I see your screenshots having 414px.
( I don't have a pc available atm to check the diff and test it myself sorry if that's an inconvenience ).
Just giving an extra pointer to be safe.
Best regards,
Konstantinos
#8
in reply to:
↑ 6
@
7 years ago
@afercia thanks for inform but one thing is trunk version file you don't see the wp-admin-bar-updates icon when you make a multisite and i have tested on trunk version.and wp-admin-bar-updates icon is available in single installation.
This ticket was mentioned in Slack in #core by mahesh.prajapati. View the logs.
7 years ago
@
4 years ago
multisite: when viewing a post at 414px width, the eighth link (profile) is pushed down
#10
@
4 years ago
- Focuses css added
- Keywords needs-patch 2nd-opinion added; has-patch removed
Unfortunately, displaying both of the proposed links in the 400-600 pixel range can still break the layout, even on a single site with no plugins. The decision on #26071 was very selective about which links show on mobile.
It might be worth considering a slight decrease in link width (from 52 pixels to 50) if there is a reasonable way to identify that the site is not a network and no plugins add links to the toolbar.
fix