-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slash Inserter: Multi-character search of block name with Umlaut fails #10771
Comments
If you type |
I see that you are saying, but I think there may still be an issue. In the search in the upper left corner, if I enter Also, in #10770, where I have fixed it so that Let me know if that makes sense, I only speak a very small amount of German (still learning!) so I'm trying to follow the conventions that were already there in gutenberg for how to handle Umlauts, feel free to correct me if I am approaching this wrong. |
I think your PR adds |
Describe the bug
When attempting to insert a heading in german (Überschrift).
Using the slash inserter, "/U" shows Überschrift, but "/Ub" shows nothing.
Using the other keywords for "Überschrift" - Either "Untertitel" or "Titel" work as you type the entire word.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To be able to type any amount of the letters in "Überschrift" and have it still show as an option
Screenshots
Desktop (please complete the following information):
Additional context
Gutenberg Version 4.0.0
I discovered this while testing #10770 as a fix for #10489. However, this bug appears in master when using /U, and also in my branch using either U or Ü.
I don't believe that my changes had any effect on this bug, but it may be a related issue.
The text was updated successfully, but these errors were encountered: