-
Hi, first of all thanks for the great library. Today we noticed that in latest Chrome our PhoneInput component has broken: Click in dropdown menu now is not changed mask Here is an example: My question is: may it be because of OverlayScrollbars and our integration of this library? In our library (https://github.com/sima-land/ui-nucleons) we use tabindex for dropdown element: If we removes tabindex here it works correctly but keyboard behavoir breaks. I haven't fully figured out the problem yet, but I asked the question in advance, sorry if it's not related to this library |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looks like it is new feature of Chrome |
Beta Was this translation helpful? Give feedback.
-
@krutoo I'm not sure what the exact issue is there, but chrome has aligned with firefox in this case. Previously calling OverlayScrollbars is calling |
Beta Was this translation helpful? Give feedback.
It is new Chrome 127 "feature" that makes scrollable elements focusable
See the difference between chrome 127 & for example firefox here:
https://codepen.io/dmtr_ptrv/pen/vYqRBJK
This example shows that focused element blurs when child scrollable elements clicked