0

There is already a similar question asked but there is no response(Draggable JQuery UI scroll issue when using within iframe).

I want scroll to work for the draggable object in IFrame. Please suggest.

Here is the jsFiddle - http://fiddle.jshell.net/Msd7v/29/

Community
  • 1
  • 1
Manoj Sethi
  • 1,898
  • 8
  • 26
  • 56

1 Answers1

1

Have a look at this http://fiddle.jshell.net/vryz2t1o/1/, I managed to make it work when you are scrolling down. You need to try to figure out scrolling up and you are done.

codebusta
  • 1,922
  • 1
  • 14
  • 15
  • Thanks Buddy. I will look into the code and post the comment for the code that I will finalize to solve the issue. – Manoj Sethi Nov 02 '15 at 14:50
  • Hey guys any update on this one? the code only works if you set your iframe height in less than 850px – Jemai Apr 19 '17 at 07:34