Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8516937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:33:42+00:00 2026-06-11T05:33:42+00:00

Alright, so I have a strange problem with the Jquery sortable plugin. I am

  • 0

Alright, so I have a strange problem with the Jquery sortable plugin. I am trying to make a series of lists inside an overflow-y:auto div. This works great when the lists are smaller then the container. However, as soon as the lists grow and the container’s overflow is working, the sortables not longer really work. They do not scroll down as the user drags down the list.

Does anyone know how to attach the scroll or drag event to the container? I have tried setting the sortable on the container and making the children handles, but that does not trigger the “receive” event, which I need. Plus the scroll event is still not working properly.

Here is how my plugin is initialized:

$('.sort-list').sortable({
        'connectWith': '.item-container',
        'items': ".item-wrapper:not(.main-item)",
        'containment': '.canvas',
        'placeholder' : "ui-state-highlight",
        'scroll' : true,
        'opacity' : 0.8,
        start: function (event, div) { 
            // set the placeholder size to the proper size
            $('.ui-state-highlight').css({
                'width':$(div.helper).outerWidth()-2,
                'height':$(div.helper).outerHeight()-2
            });             
        },
        receive: function(event, ui) {
            var interval = $(event.target).parent('.time-container').attr('interval');
            var oldInterval  = $(ui.sender).parent('.time-container').attr('interval');
            var item = $(ui.item).find('.item').data('objectData');
            self.updateInterval(oldInterval, interval, item);         
        }
    });

Does anyone have any insight into getting this behavior to work? I am really stumped here… Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:33:43+00:00Added an answer on June 11, 2026 at 5:33 am

    So, I am answering this for the sake of all the people who are looking for a solution to this. Unfortunately, it’s not possible with the current Jquery UI sortable. I ended up creating a different behavior that didn’t rely on the sortable scrolling over lists. It basically involved a refrence to each list on the right, and dragging the items in the list to that to change the list they are located in. Hope that helps someone out. :/

    Hopefully this will be something added soon…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Alright have been working to switch to jQuery 1.7's new and improved .on() function
Alright so I have been trying to get all of my separate classes (At
Alright, so I have this collision detection code, and I'm trying to push the
Alright I have a div that contains an image, <div id=image> <img src=images/medium/1.png />
I'm having a really strange problem. I'm trying to download some file and store.
Alright, I have a strange one here. We currently have a tools application that
Alright so I have a plugin for Redmine (Rails Engines.) The plugin uses the
Alright I have a CSS liquid div based layout for my personal web site.
Alright i have a asp.net textbox and i want to set cursor inside textbox
alright so i have a small problem here, i have this here. - (void)alertView:(UIAlertView

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.