Changes between Initial Version and Version 1 of Ticket #15324
- Timestamp:
- Dec 17, 2018, 12:44:10 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15324 – Description
initial v1 1 1 I use the latest jquery_ui code (1.12.1) 2 When dragging a draggable window in IE 11 there is a3 that appears underneath with a bigger frame. The issue does not happen on Chrome. I attach a picture where you can see that when I drag there is extra div below4 2 5 [[Image(https://drive.google.com/open?id=1vJCRJfXa1UouVitq1c2EwxmR50n1TURR)]] 3 When dragging a draggable window in IE 11 there is a that appears underneath with a bigger frame. The issue does not happen on Chrome. I attach a picture where you can see that when I drag there is extra div below: 4 5 https://drive.google.com/file/d/1vJCRJfXa1UouVitq1c2EwxmR50n1TURR/preview 6 6 7 7 this is the code: 8 {{{#!js 8 9 dialog = document.body.appendChild(document.createElement('div')); 9 10 dialogId = getDialogId(url); … … 29 30 window.dialogArguments=arg; 30 31 $("#" +iframe.id).attr('src', url); 32 }}}