Eugene Voloshchak

Results 102 comments of Eugene Voloshchak

@koko57, I was able to reproduce this even without turning on the internet back again. It's also not reproducible when there is no text in the composer, so you might...

@allroundexperts's [proposal](https://github.com/Expensify/App/issues/16638#issuecomment-1492914090) looks good to me This is technically a workaround and in an ideal world we would make changes to `onfido-sdk-ui` itself (by setting tabIndex to 0), but it...

> Note: tabindex="-1" may be useful for elements that should not be navigated to directly using the Tab key, but need to have keyboard focus set to them. Examples include...

@gadhiyamanan's [proposal](https://github.com/Expensify/App/issues/18003#issuecomment-1522626850) looks good to me too! Let's proceed with it 🎀👀🎀 C+ reviewed! cc: @johnmlee101

Sure, will complete the checklist in a couple of hours

- The PR that introduced the bug has been identified. Link to the PR: https://github.com/Expensify/App/pull/15330 - The offending PR has been commented on, pointing out the bug it caused and...

We could implement a function that would escape characters and return the **_true_** length, but that would mean that - the number of individual characters the user can enter is...

Not overdue, awaiting for @tylerkaraszewski's opinion

@eh2077, awesome job digging this one! This is a weird one indeed > But after the backend corrects the overlapping html and compares with original html, it figures out that...