This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.

Autofill specific Website

Hy Team,



I can not manage to let 1Password Autofill my login Credentials into this site https://www.ovh.de/managerv3/

Some advice ?



M-A

Comments

  • khad
    khad Social Choreographer
    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.
  • [quote name='khad' timestamp='1351194547' post='62795']



    We'll see what we can do on our end, but they may need to fix their code.

    [/quote]



    When you provide me what they have to do I can start a request within my Customer Account so they may listen
  • khad
    khad Social Choreographer
    edited November 2012
    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]