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
58 stars 37 forks source link

New fields not visible in context menu #4

Closed icaine closed 8 years ago

icaine commented 8 years ago

I created a field (randexp => "/\w{5,8}/";) but i cant find it in RMB context menu.

sarahavilov commented 8 years ago

This should have been fixed in my last commit. Please update to the latest dev version; https://github.com/sarahavilov/autofillforms-e10s/blob/master/builds/packed/firefox.xpi?raw=true

In the latest dev, context menu should get update signal once a new rule is added or being removed. Note that your rule must exists in both "rules" and "profile" section

icaine commented 8 years ago

I see, i didnt set it in Rules section.

Imho it should not be mandatory to have records in both sections and if so, it should be done via single action (both in a single form?)

sarahavilov commented 8 years ago

Agreed. Profile section is now responsible for context menu creation.

icaine commented 8 years ago

Works, thank you:)