Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: implement BiDi sendCharacter #11000

Merged
merged 1 commit into from Sep 22, 2023
Merged

chore: implement BiDi sendCharacter #11000

merged 1 commit into from Sep 22, 2023

Conversation

jrandolf
Copy link
Contributor

No description provided.

@jrandolf jrandolf force-pushed the jrandolf/send-character branch 3 times, most recently from a0388fe to 722380e Compare September 22, 2023 13:16
@jrandolf jrandolf merged commit c3bd8eb into main Sep 22, 2023
33 of 34 checks passed
@jrandolf jrandolf deleted the jrandolf/send-character branch September 22, 2023 15:22
.evaluateHandle(() => {
let frame: HTMLIFrameElement | undefined;
let win: Window | null = window;
while (win?.document.activeElement instanceof HTMLIFrameElement) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not work for OOPIFs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants