Unstyled obstructive iFrame
I used 1Password with Mac Chrome, and suddenly, within the past few days, the 1Password "Save this Login" iFrame appears unstyled and unusable across the top of any page I log into. I tried updating the extension, but, no luck. I haven't added any new extensions or updated the browser in the past week or two. I need to go into Chrome Devtools and delete the iFrame node when I navigated to any logged-in page on any site. Any ideas? I kind of depend on 1Password, so I'd hate to have to remove it or copy/paste from the app. And please don't suggest I change browsers.
Comments
-
This problem came about apparently due to the new requirement for explicitly referenced resources in the extension manifest. Instead of using chrome devtools, I wrote a bookmarklet that clears it out:
javascript:(function(){document.getElementById('com-agilebits-onepassword-autosave').hidden='true';return false;})();
0 -
I wonder if this will work:
0 -
This is addressed in the topic pinned to the top of the category. Please be sure to read:
Chrome 27 (dev, Canary) rendering issues
Cheers!
0