Author Topic: Disable focus?  (Read 2684 times)

Offline hilljust

  • Newbie
  • *
  • Posts: 3
Disable focus?
« 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.  :'(

Offline hilljust

  • Newbie
  • *
  • Posts: 3
Re: Disable focus?
« Reply #1 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!!! :)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Re: Disable focus?
« Reply #2 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).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline hilljust

  • Newbie
  • *
  • Posts: 3
Re: Disable focus?
« Reply #3 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.