danhper / atomic-chrome

Edit Chrome textareas in Atom
https://goo.gl/Et0hwg
MIT License
917 stars 30 forks source link

Doesn't work with nested frame/iframe #25

Open BatagliaMatias opened 8 years ago

BatagliaMatias commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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