Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:
const{chromium, webkit, firefox}=require('playwright');(async()=>{constbrowser=awaitchromium.launch();constpage=awaitbrowser.newPage();awaitpage.goto('https://learn.javascript.ru/article/keyboard-events/keyboard-dump/');constcheckbox=awaitpage.$('input[name="keyupStop"]');awaitcheckbox.click();constinput=awaitpage.$('#kinput');awaitinput.type(' working ',{delay: 500,noWaitAfter: false,timeout: 15000});awaitinput.type(' не работает ',{delay: 500,noWaitAfter: false,timeout: 15000});})();
Describe the bug
When I try to type russian characters keyup/down events are not triggered
The text was updated successfully, but these errors were encountered:
We currently hard code in a US keyboard layout. We can add in more layouts, but its a lot of work for each one so we've been waiting for a flood of user requests to prioritize it.
JoelEinbinder
changed the title
[BUG] element.type does not trigger key events with russian text
[FEATURE] Russian Keyboard Layout
Jun 30, 2021
Context:
Code Snippet
Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:
Describe the bug
When I try to type russian characters keyup/down events are not triggered
The text was updated successfully, but these errors were encountered: