-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Match highlighting often misaligns on iOS #2339
Comments
Any good workarounds for this? It's getting really frustrating. |
Could you elaborate more on when this happens? Is it when you enter a line break? When the regex input breaks into a newline? Or just randomly while typing in your test string? |
It generally happens when I first load a page. If it changes, it's usually to fix it. |
It just happened when I edited the test string. |
Okay, that's surprising. I'll have to investigate this closer. |
this happens to me when my keyboard is open |
Bug Description
When I am viewing or editing expressions on iOS, the highlights often misalign (see image below, from https://regex101.com/r/5m51B3/4).
Reproduction steps
None; just occurs intermittently but frequently. Seems to be more common the more text there is in the text string, or perhaps with more complex expressions.
Often switching flavors will remedy the problem, but sometimes it sticks until it fixes itself for some reason.
Expected Outcome
Highlights appear over correct text
Browser
Safari
OS
iPadOS 17.6.1
The text was updated successfully, but these errors were encountered: