jijopaulose / jscrollpane

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

Scroll pane locks when nested in a negative Z div #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place scroll pane div in a div where z < 0
2. Div can be deeply nested: 

<div class = "negative-Z">
<div>
<div>
<div class = "scroll-pane> <----- This pane will not scroll

What is the expected output? What do you see instead?
Expected output: a normally working scroll pane
Actual output: a locked scroll pane that will not respond to scroll or click.  

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 $

Firefox on windows XP

Original issue reported on code.google.com by WillSpe...@gmail.com on 2 Jul 2010 at 4:50

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:21