jQsafi / jscrollpane

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

jscrollpane mouse wheel not working for div containing iframe #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. take a div and make it scrollable using jscrollpane
2. put a iframe inside div
3.

What is the expected output? What do you see instead?
in ie/ff mouse wheel is work for only scrollbar area(not working for whole div)

What version of the jScrollPane are you using? On what browser? And operating 
system?
jscrollpane Id -  $Id: jScrollPane.js 33 2008-12-10 22:55:28Z kelvin.luck $
browser  - ie7/ie8/ff
os - windows XP
Please provide a URL to a page displaying the problem.

Please provide any additional information below.

Original issue reported on code.google.com by niravsah...@gmail.com on 30 Dec 2010 at 12:17

GoogleCodeExporter commented 9 years ago
Please update to the latest jScrollPane:

http://jscrollpane.kelvinluck.com/

There is information on that page about how to get support for jScrollPane - 
this issues page is no longer used...

There is also an example of using jScrollPane with an iframe:
http://jscrollpane.kelvinluck.com/iframe.html

Original comment by kelvin.l...@gmail.com on 10 Jan 2011 at 10:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
its not working  for this type of case :
$().ready(function()
{
 $('#frameDiv').jScrollPane({ showArrows:true});
});

<div id="frameDiv" style="overflow:auto;">
<iframe id="frameID" src="http://www.google.com"></iframe>  </div>

Original comment by niravsah...@gmail.com on 24 Jan 2011 at 12:03