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

textarea in iframe doesn't trigger insert mode #5607

Closed
andys8 opened this issue Jul 20, 2020 · 1 comment
Closed

textarea in iframe doesn't trigger insert mode #5607

andys8 opened this issue Jul 20, 2020 · 1 comment

Comments

@andys8
Copy link

andys8 commented Jul 20, 2020

Version info:

qutebrowser v1.13.1
Git commit: da585f2 on master (2020-07-18 11:39:00 +0200)
Backend: QtWebEngine (Chromium 80.0.3987.163)
Qt: 5.15.0

Does the bug happen if you start with --temp-basedir?: Yes

Description

It seems to be the case that textarea or input elements in general are not triggering in put mode, if they're in an iframe / shadow root

How to reproduce

  1. Visit https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot/activeElement
  2. Click inside the "Result" example textarea
  3. textarea will be highlighted, but insert mode is not triggered

image

@andys8 andys8 changed the title textarea in iframe doesn't trigger input mode textarea in iframe doesn't trigger insert mode Jul 20, 2020
@The-Compiler
Copy link
Member

This is only supported for same-origin frames, and it's questionable whether it's possible to do anything about cross-origin frames - see #3569.

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

No branches or pull requests

2 participants