Roundcube Community Forum

 

Disable focus?

Started by hilljust, April 05, 2012, 11:11:01 PM

Previous topic - Next topic

hilljust

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.  :'(

hilljust

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!!! :)

rosali

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).
Regards,
Rosali

hilljust

Thank You Rosali!!!

I was able to track down the login .focus instance and replace it with .blur

Solved my particular conflict.