sarahavilov / autofillforms-e10s

A multi browser extension that enables you to fill out web forms with one click
https://webextension.org/listing/autofill-forms.html
57 stars 39 forks source link

<textarea> doesn't get context menu entry #28

Open jsonn opened 7 years ago

jsonn commented 7 years ago

If I change tests/iframe.html to contain:

      <h3>type=text</h3>
      <div>
        New Input: <input type="text" name="newinput">
        New Input2: <textarea name="newinput2">Test Test</textarea>
      </div>

...the context menu will only appear for newinput, not newinput2.