atomic-chrome icon indicating copy to clipboard operation
atomic-chrome copied to clipboard

Doesn't work with nested frame/iframe

Open BatagliaMatias opened this issue 7 years ago • 2 comments

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 avatar Oct 17 '16 16:10 BatagliaMatias

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.

BatagliaMatias avatar Oct 17 '16 16:10 BatagliaMatias

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

danhper avatar Oct 18 '16 09:10 danhper