Hi all, I don’t know how but when I login to activecollab with Chrome the ‘print preview’ css somehow gets promoted and used as the default one; this happens on every new page that gets loaded, causing many extra clicks on ‘Close print preview’…
Cleaning cache & cookies does not have any effects, any hints?!
the framework does work perfectly with both Safari an Firefox.
you can check the solution here http://www.activecollab.com/forums/topic/7268/2/
==========
Using the userScriptCSS chrome extension. You can inject this javascript code in active collab pages with this problem.
$(document).ready(function() {
$(‘link[rel*="alternate stylesheet"]‘).attr(‘media’, ‘print’);
});
VN:F [1.9.17_1161]
Check out the implementation details here
http://www.jackreichert.com/2012/01/22/no-more-passwords-log-into-wordpress-using-a-qr-code/