Sibtain Ali

Results 97 comments of Sibtain Ali

Happens to me as well. I'm on Node 16 M1 Macbook Pro.

@parasharrajat How about doing a `blur` on click of send button? Something like: ``` this.textInput.blur(); setTimeout(() => this.textInput.focus(), 500); ``` We can also make this Safari iOS specific. Result: https://user-images.githubusercontent.com/30054992/170832542-ddeacd00-455d-42d6-9b3a-d06b0a1d867c.mp4

@parasharrajat This would be applicable to iOS Safari only. This seems to be a problem with Safari browser itself. We can't really create a fix PR against their repo since...

Okay. I was able to reproduce this. https://github.com/Expensify/App/assets/30054992/19a0f157-189a-4c84-a8bd-54eb60652885 @shubham1206agra Thanks for your proposal. I think your RCA is not very clear. Do you mind explaining why it works some times...

I guess @shubham1206agra is busy with other issues. Still looking for better proposals here.

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The `copy to clipboard` button is not hovered. ### What is the root cause...

@aimane-chnaif @robertjchen We can add a background as well using the same approach in my proposal by wrapping the Icon in a `View` but IMO it does not look good....