I have a checkboxlist inside a modal popup . I want to wrap the checkboxlist in a div with overflow-y:scroll css so I get a vertical scrollbar around the checkboxlist. However, when I click on the scrollbar of the overflow div, the mouse locks in position on the scrollbar and starts moving the modal popup itself. I cannot free it from the scrollbar and stop moving the modal popup around. It's just stuck there
I also get a JavaScript Error: Unable to get property 'scrollLeft' of undefined or null reference
Not sure what's going on. Probably something interfering the ajax control toolkit plumbing.