Skip to main content

Search and Top Navigation

#14988 new bug ()

Opened June 26, 2016 11:41AM UTC

Last modified July 26, 2016 03:42PM UTC

Draggable iframeFix prevents click event

Reported by: mp3il Owned by:
Priority: minor Milestone: none
Component: ui.draggable Version: 1.11.3
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

I have a problem using jQueryUI Draggable and detecting both drag and clicks on an element when iFramefix flag is set to true.

http://jsfiddle.net/xBB5x/11706/

Code:

$(function(){

$("#dummy").draggable({iframeFix: true});

$("#dummy").click(function() {

alert("hey ho");

});

});

From what I found out during some testing and research that the iframeFix creates some div overlay above the iframe so dragging will be smooth but that prevents clicks from being triggered.

http://stackoverflow.com/questions/38038007/jqueryui-draggable-with-iframefix-prevents-click-event

Attachments (0)
Change History (1)

Changed July 26, 2016 03:42PM UTC by scottgonzalez comment:1

component: ui.coreui.draggable