У меня есть перетаскиваемый div jquery ui, и содержимое HTML не работает нормально из-за перетаскивания.
<div id="popup"> <!-- this popup is draggable -->
This text is not selectable. When I try to select it, the popup div is dragged.
<div style="overflow:auto; height:50px">
Lots of text here, vertical scrollbar appears. But clicking the scrollbars don't work (doesn't scroll the content). Each click (mousedown-mouseup) is considered "dragging".
</div>
</div>
Как запретить перетаскиваемому пользовательскому интерфейсу переопределять обычное поведение браузера для элементов HTML?