Opened 5 years ago
Closed 5 years ago
#48970 closed defect (bug) (fixed)
Twenty Twenty : Menu rendering problem Unicode (Bangla)
Reported by: | smallprogrammers | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | css | Cc: |
Description
Hello i found a bug for menu rendering in Bangla language.
menu got broken and also text got broken if i write this : সাহায্য (it means "Help").
It works fine with Twenty nineteen theme.
Here is my forum post : https://wordpress.org/support/topic/unicode-rendering-problem-menu/#post-12236743
My website is : blog.aparajeyo.com
Thanks in advanced.
Attachments (5)
Change History (23)
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
5 years ago
#3
follow-up:
↓ 6
@
5 years ago
- Keywords needs-screenshots reporter-feedback added
- Owner set to audrasjb
- Status changed from assigned to reviewing
@
5 years ago
i just removed word-break: break-word; word-wrap: break-word; in *, ::before, ::after { } style.css
#5
@
5 years ago
- Focuses css added
- Keywords has-patch added; needs-screenshots reporter-feedback removed
@audrasjb Replicated the same issue on the Firefox browser in Linux.
@shital-patel If we remove below CSS than it will create some other text rendering issues.
*, *::before, *::after { box-sizing: inherit; -webkit-font-smoothing: antialiased; word-break: break-word; word-wrap: break-word; }
#6
in reply to:
↑ 3
@
5 years ago
Replying to audrasjb:
Hi @smallprogrammers thank you for opening this ticket and welcome to WordPress core Trac!
Would you mind uploading some screenshots of the issue?
I can't see what's wrong on the linked website.
Thanks
Problem seems with Firefox, i noticed. Not with Chrome or Other browser.:)
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
5 years ago
#8
follow-up:
↓ 9
@
5 years ago
- Keywords needs-refresh needs-testing added
- Milestone changed from 5.3.2 to 5.3.3
Hi there,
Thanks for working on this ticket.
Moving to 5.3.3 as this ticket still needs some work and testing.
Cheers,
Jb
@
5 years ago
Reset word-break and word-wrap properties for Twenty Twenty primary and footer navigation menus
#11
@
5 years ago
- Keywords needs-refresh needs-testing removed
- Status changed from reviewing to accepted
Hi,
In 48970.1.diff
I propose to reset word-break
and word-wrap
properties for Twenty Twenty primary and footer navigation menus. It avoid side effects that could occur with a global reset of those properties.
Tested in various browsers with the reported string সাহায্য
, it fixes the issue.
#12
@
5 years ago
- Milestone changed from 5.3.3 to 5.4
Putting this into the 5.4
milestone so it can be tested and committed in time.
#13
@
5 years ago
Hi @ianbelanger, do you think this one is ready to be committed. I think it's ready to go, but it would be great to have your opinion on that :-) Thanks!
#14
@
5 years ago
- Keywords commit added
- Owner changed from audrasjb to ianbelanger
- Status changed from accepted to assigned
#15
@
5 years ago
- Status changed from assigned to reviewing
The solution does appear to fix the issue with no ill-effects. I will be committing soon.
#17
@
5 years ago
- Keywords fixed-major added
- Milestone changed from 5.4 to 5.3.3
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backport, assigning fixed-major
and placing into the 5.3.3
milestone as per the handbook here: https://make.wordpress.org/core/2011/04/06/the-keywords-fixed-major-and-fixed/ and https://make.wordpress.org/core/handbook/contribute/trac/keywords/
Hi @smallprogrammers thank you for opening this ticket and welcome to WordPress core Trac!
Would you mind uploading some screenshots of the issue?
I can't see what's wrong on the linked website.
Thanks