Abreham

Results 3 issues of Abreham

The [findText()](https://github.com/timdown/rangy/wiki/Text-Range-Module#findtextmixed-searchterm-object-options) method of the [TextRange](https://github.com/timdown/rangy/wiki/Text-Range-Module#textrange-module) module takes about 200ms to run and around 300ms on 6x throttle on chrome . This causes lag if the method is called done...

### Description Fix for https://github.com/radix-ui/primitives/issues/2606 . Select arrow navigation depends on `document.activeElement`. But if the select is rendered in shadow dom, `document.activeElement` returns top level element in the shadow dom....

I have found that findText() performs well if the text is found and takes 10x+ more time if the text isn't found.