This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.
Autofill specific Website
Comments
-
Thanks for mentioning this, MA. I believe that site is doing something to block 1Password from working (most likely unintentionally) due to some code that may not have been reviewed very carefully.
We'll see what we can do on our end, but they may need to fix their code.Flag 0 -
The site is using `mootools`, which I believe has been a culprit on this type of issue before. At a minimum, something is causing browsers' JSON.parse() function to not be found; it's instead returned as "undefined". 1Password relies on this to "do its thing."
They will need to encapsulate their code better:
[url="http://www.htmlgoodies.com/html5/tutorials/class-member-encapsulation-in-javascript-advanced-data-hiding-techniques.html#fbid=cU-2eD8fP6E"]http://www.htmlgoodi...bid=cU-2eD8fP6E[/url]
A good place to learn more about this is:
[url="http://shop.oreilly.com/product/9780596806767.do"]http://shop.oreilly....780596806767.do[/url]
and
[url="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742"]http://www.amazon.co...d/dp/0596517742[/url]Flag 0