#30739 closed defect (bug) (fixed)
Twenty Fifteen: Menu icon is not properly centered
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.1 | Priority: | low |
| Severity: | minor | Version: | 4.1 |
| Component: | Bundled Theme | Keywords: | commit fixed-major |
| Focuses: | rtl | Cc: |
Description
The menu icon on smaller screens does not seem to be properly centered.
Adding display: block; to .secondary-toggle:before fix this for me.
.secondary-toggle:before {
color: #333;
content: "\f419";
line-height: 42px;
position: relative;
top: -1px;
left: 0;
display: block;
}
Attachments (3)
Change History (20)
#1
@lancewillett
22 months ago
- Keywords reporter-feedback added
#2
@tenpura
22 months ago
- Resolution set to worksforme
- Status changed from new to closed
I'm sorry. The problem won't be reproduced with the clean install of latest trunk and branches/4.1. Something was wrong with my old test environment.
#3
@tenpura
22 months ago
- Resolution worksforme deleted
- Status changed from closed to reopened
Ok. I found out the way to reproduce the problem. This occurs only when twentyfifteen-ja.mo is loaded. Do you think of any section that can cause this in the language file?
#4
@markoheijnen
22 months ago
- Keywords reporter-feedback removed
#30743 also mentioned this problem when the locale is RTL
#5
@johnbillion
22 months ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from reopened to closed
Thanks for the report tenpura. Let's fix this as part of #30743.
#6
@johnbillion
22 months ago
- Milestone set to 4.1
- Resolution duplicate deleted
- Status changed from closed to reopened
Change of plan.
This ticket was mentioned in Slack in #core by helen. View the logs.
22 months ago
#8
@johnbillion
22 months ago
- Focuses rtl added
- Keywords needs-patch added
- Milestone changed from 4.1 to Future Release
- Priority changed from normal to low
- Severity changed from normal to minor
This appears to only be reproducible if you zoom in and then zoom back out again.
Bumping for now, unless anyone comes up with a rock solid reason why this happens and an accompanying patch.
Only affects RTL.
#9
@iamtakashi
22 months ago
While I was looking at #30743, I've managed to reproduce the bug without zooming.
Specifying width for the pseudo element will fix the issue.
Patch incoming shortly.
@iamtakashi
22 months ago
#10
@iamtakashi
22 months ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Future Release to 4.1
#11
@lancewillett
22 months ago
- Keywords needs-testing added
#13
@lancewillett
22 months ago
- Keywords commit added; needs-testing removed
#14
@lancewillett
22 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from reopened to closed
In 30955:
#15
@lancewillett
22 months ago
- Keywords fixed-major added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
Hi tenpura, thanks for this ticket. Can you please add a bit more information? Which small screens did you see this with? Can you add device and OS info so we can repeat it?
Is it WP trunk and latest version of Twenty Fifteen from trunk?
Can you repeat the bug on the Twenty Fifteen demo site: https://twentyfifteendemo.wordpress.com/ (screenshot: https://cloudup.com/cYVXHmE6iQm).