Is there a way to disable focus? The roundcube username input box captures the cursor every time I load a page in my site. I include login.html in the footer section of my site so every page I load is automatically scrolled down to the bottom. :'(
So no one knows which sniplet of code I can tweak... either in the jquery or css somewhere to disable the .focus command? Someone has to know!!! :)
app.js.src lines 390 ff.
Note: app.js.src is not the productive file. You have to replace app.js by your modified src file (best would be you compress this file as well).
Thank You Rosali!!!
I was able to track down the login .focus instance and replace it with .blur
Solved my particular conflict.