Roundcube Community Forum

Release Support => Pending Issues => Topic started by: hilljust on April 05, 2012, 11:11:01 PM

Title: Disable focus?
Post by: hilljust on April 05, 2012, 11:11:01 PM
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.  :'(
Title: Re: Disable focus?
Post by: hilljust on April 10, 2012, 12:32:29 PM
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!!! :)
Title: Re: Disable focus?
Post by: rosali on April 10, 2012, 03:26:35 PM
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).
Title: Re: Disable focus?
Post by: hilljust on April 10, 2012, 07:57:05 PM
Thank You Rosali!!!

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

Solved my particular conflict.