jeffreyhi1 / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

to Click appears a dotted border around Content #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when the jScrollPane.js script is loaded the DIV around the scrollable content 
is without border but when I click into the content anywhere in the converted 
DIV, a dotted border will appear.
How can I prevent it? I don't wanna see dotted border around my DIV on the 
Click Event,

What version of the jScrollPane are you using? On what browser? And operating 
system?
$Id: jScrollPane.js 93 2010-06-01 08:17:28Z kelvin.luck $
In all browser
Win XP SP3

Please provide a URL to a page displaying the problem.
on your site too in all examples

Please provide any additional information below.

Original issue reported on code.google.com by koteles....@gmail.com on 3 Feb 2011 at 8:52

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 242 has been merged into this issue.

Original comment by kelvin.l...@gmail.com on 4 Feb 2011 at 9:09

GoogleCodeExporter commented 9 years ago
Please see here for information on getting support for jScrollPane - you are 
using a very old version which is no longer supported and this issues list is 
no longer used:

http://jscrollpane.kelvinluck.com/#support

Original comment by kelvin.l...@gmail.com on 4 Feb 2011 at 9:10

GoogleCodeExporter commented 9 years ago
Hello! :)
Thanks for  answer.
I tried aout the new version too, but in yor new site I saw the examples and I 
sensed the same problem, borders again... When I click into the scrolled 
content, dotted border will appear.
I use Mozilla 3.5

Thanks for answer!

Original comment by koteles....@gmail.com on 4 Feb 2011 at 9:51

GoogleCodeExporter commented 9 years ago
There is a solution using the new jScrollPane. If you can't see it on the site 
then please see above for how to request support...

Original comment by kelvin.l...@gmail.com on 4 Feb 2011 at 9:59

GoogleCodeExporter commented 9 years ago
I have the same problem, and the problem i can see on safari and chrome, can 
you link me the new version of jScrollPane because i can't find on site.

Thanks

Alessandro

Original comment by a.giamma...@gmail.com on 16 Feb 2011 at 6:58

GoogleCodeExporter commented 9 years ago
The new version of jScrollPane is the version on 
http://jscrollpane.kelvinluck.com/ - instructions for getting support are 
available from that page...

Original comment by kelvin.l...@gmail.com on 16 Feb 2011 at 9:29

GoogleCodeExporter commented 9 years ago
* {outline:none} 

or div.myclass {outline:none}

This is a css issue.

Original comment by makisism...@gmail.com on 3 Oct 2011 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Solution is to use hideFocus : true :

jQuery('.myDiv').jScrollPane({hideFocus:true});

regards !

Original comment by lejuste...@gmail.com on 13 Mar 2012 at 11:11