stephanmahieu / formhistorycontrol-2

A browser Add-On to View and Manage form history entries (adaptation of v1 for web-extension and e10s)
https://stephanmahieu.github.io/fhc-home
MIT License
51 stars 14 forks source link

The "Field name" entry is missing for CKE editor entries #128

Closed birdie-github closed 3 years ago

birdie-github commented 3 years ago

I wonder if you could somehow pick it up from the page DOM or if it's impossible use something like

"CKE:hostname" e.g. "CKE:website.com"

Thank you!

stephanmahieu commented 3 years ago

I can not make an exception if the editable filed happens to be a CKE type of field. The fieldname, if present, is used to restore fields. Also, editable fields are often part of a larger DOM structure, often have no name or ID, and sometimes can not even be distinguished from data already entered.