Changes between Initial Version and Version 1 of Ticket #9315, comment 65
- Timestamp:
- Nov 16, 2017, 8:40:47 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9315, comment 65
initial v1 1 1 The above workaround by arjun didn't work in all browsers for me. As of today (March 9, 2015), the following CSS is the best workaround I've found. This works for all major browsers I've tested (Firefox, Chrome, Opera, Safari, IE11, IE10). It does NOT work for Internet Explorer 9 and below - I just disable the draggables for old IE: 2 2 3 {{{#!css 3 4 /* 4 5 * Hack to fix weird jquery ui draggable 'containment' issue when page is not scrolled to top … … 22 23 } 23 24 } 25 }}}