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

Doesn't work with nested frame/iframe #25

Open
BatagliaMatias opened this issue Oct 17, 2016 · 2 comments
Open

Doesn't work with nested frame/iframe #25

BatagliaMatias opened this issue Oct 17, 2016 · 2 comments

Comments

@BatagliaMatias
Copy link

Hi, i am trying to use it to edit code from Opencms editor and it uses an iframe with a textarea inside. The message at the console is: content-script.js:71 Atomic Chrome does not support <iframe> (yet?)
The structure is:

<frameset>
  <frame>
  ..
    <form>
      <iframe>
      ..
        <textarea>
@BatagliaMatias
Copy link
Author

BatagliaMatias commented Oct 17, 2016

If i open the frame in a new windows it works from there, just with the form, iframe and textarea. Maybe it have problems with nested frames.

@danhper
Copy link
Owner

danhper commented Oct 18, 2016

It's very possible I did not handle the nested frames case properly,
I will give it a look!

@BatagliaMatias BatagliaMatias changed the title Doesn't work with iframe Doesn't work with nested frame/iframe Oct 18, 2016
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