Skip to content

Commit 8e34aa6

Browse files
committed
Docs: Update leftover HTTP Trac URLs to HTTPS
1 parent f4a9788 commit 8e34aa6

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

‎tests/unit/draggable/core.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ QUnit.test( "scroll offset with fixed ancestors", function( assert ){
220220
$(["hidden","auto","scroll"]).each(function(){
221221
varoverflow=this;
222222

223-
// Http://bugs.jqueryui.com/ticket/9379 - position bug in scrollable div
223+
// https://bugs.jqueryui.com/ticket/9379 - position bug in scrollable div
224224
// https://bugs.jqueryui.com/ticket/10147 - Wrong position in a parent with "overflow: hidden"
225225
QUnit.test("position in scrollable parent with overflow: "+overflow,function(assert){
226226
assert.expect(2);
@@ -306,13 +306,13 @@ QUnit.test( "blur behavior - handle is main element", function( assert ){
306306

307307
testHelper.move(focusElement,1,1);
308308

309-
// Http://bugs.jqueryui.com/ticket/10527
309+
// https://bugs.jqueryui.com/ticket/10527
310310
// Draggable: Can't select option in modal dialog (IE8)
311311
assert.strictEqual(document.activeElement,focusElement.get(0),"test element is focused after mousing down on itself");
312312

313313
testHelper.move(element,50,50);
314314

315-
// Http://bugs.jqueryui.com/ticket/4261
315+
// https://bugs.jqueryui.com/ticket/4261
316316
// active element should blur when mousing down on a draggable
317317
assert.notStrictEqual(document.activeElement,focusElement.get(0),"test element is no longer focused after mousing down on a draggable");
318318
ready();

‎tests/unit/draggable/options.js‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ QUnit.test( "connectToSortable, dragging out of a sortable", function( assert )
289289
assert.ok(Math.abs(result.top-offsetExpected.top)<0.25,"draggable offset is within 0.25 of expected");
290290
assert.ok(Math.abs(result.left-offsetExpected.left)<0.25,"draggable offset is within 0.25 of expected");
291291

292-
// Http://bugs.jqueryui.com/ticket/7734
292+
// https://bugs.jqueryui.com/ticket/7734
293293
// HTML IDs are removed when dragging to a Sortable
294294
assert.equal(sortItem[0],dragHelper[0],"both have the same helper");
295295
assert.equal(sortItem.attr("id"),dragHelper.attr("id"),"both have the same id");
296296

297-
// Http://bugs.jqueryui.com/ticket/9481
297+
// https://bugs.jqueryui.com/ticket/9481
298298
// connectToSortable causes sortable revert to fail on second attempt
299299
assert.equal(sortable.sortable("option","revert"),100,"sortable revert behavior is preserved");
300300
});
@@ -374,7 +374,7 @@ QUnit.test( "connectToSortable, dragging multiple elements in and out of sortabl
374374
moves: 10
375375
});
376376

377-
// Http://bugs.jqueryui.com/ticket/9675
377+
// https://bugs.jqueryui.com/ticket/9675
378378
// Animation issue with revert and connectToSortable
379379
sortable.one("sortstop",function(event,ui){
380380
assert.ok(!$.contains(document,ui.placeholder[0]),"placeholder was removed");
@@ -436,7 +436,7 @@ QUnit.test( "connectToSortable, dragging through a sortable", function( assert )
436436
sortable=$("#sortable2").sortable(),
437437
sortableOffset=sortable.offset();
438438

439-
// Http://bugs.jqueryui.com/ticket/10669
439+
// https://bugs.jqueryui.com/ticket/10669
440440
// Draggable: Position issue with connectToSortable
441441
draggable.one("dragstop",function(){
442442
assert.equal(draggable.parent().attr("id"),"sortable","restored draggable to original parent");
@@ -1212,7 +1212,7 @@ QUnit.test( "snap, snapMode, and snapTolerance", function( assert ){
12121212
}),
12131213
element2=$("#draggable2").draggable();
12141214

1215-
// Http://bugs.jqueryui.com/ticket/9724
1215+
// https://bugs.jqueryui.com/ticket/9724
12161216
// Draggable: Snapping coordinates thrown off by margin on draggable
12171217
element.css("margin","3px");
12181218

‎tests/unit/droppable/options.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ QUnit.test( "tolerance, intersect", function( assert ){
118118
height: 10,
119119
position: "absolute",
120120

121-
// Http://bugs.jqueryui.com/ticket/6876
121+
// https://bugs.jqueryui.com/ticket/6876
122122
// Droppable: droppable region is offset by draggables margin
123123
marginTop: 3,
124124
marginLeft: 3
@@ -187,7 +187,7 @@ QUnit.test( "tolerance, pointer", function( assert ){
187187
});
188188
});
189189

190-
// Http://bugs.jqueryui.com/ticket/4977 - tolerance, pointer - bug when pointer outside draggable
190+
// https://bugs.jqueryui.com/ticket/4977 - tolerance, pointer - bug when pointer outside draggable
191191
draggable.css({top: 0,left: 0}).draggable("option","axis","x");
192192
droppable.css({top: 15,left: 15});
193193

‎tests/unit/resizable/options.js‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ QUnit.test( "aspectRatio: 'preserve' (ne)", function( assert ){
129129
QUnit.test("aspectRatio: Resizing can move objects",function(assert){
130130
assert.expect(7);
131131

132-
// Http://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
132+
// https://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
133133
varhandleW=".ui-resizable-w",
134134
handleNW=".ui-resizable-nw",
135135
target=$("#resizable1").resizable({
@@ -146,7 +146,7 @@ QUnit.test( "aspectRatio: Resizing can move objects", function( assert ){
146146
assert.equal(target.height(),100,"compare height - no size change");
147147
assert.equal(target.position().left,75,"compare left - no movement");
148148

149-
// Http://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
149+
// https://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
150150
$("#container").css({width: 200,height: 300,position: "absolute",left: 100,top: 100});
151151
$("#resizable1").css({width: 100,height: 100,left: 0,top: 0});
152152

@@ -198,7 +198,7 @@ QUnit.test( "containment", function( assert ){
198198
QUnit.test("containment - not immediate parent",function(assert){
199199
assert.expect(4);
200200

201-
// Http://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
201+
// https://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
202202
// when containment element is not the immediate parent
203203
varelement=$("#child").resizable({
204204
containment: "#container2",
@@ -230,7 +230,7 @@ QUnit.test( "containment - not immediate parent", function( assert ){
230230
QUnit.test("containment - immediate parent",function(assert){
231231
assert.expect(4);
232232

233-
// Http://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
233+
// https://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
234234
// when containment element is immediate parent
235235
varelement=$("#child").resizable({
236236
containment: "parent",
@@ -327,7 +327,7 @@ QUnit.test( "grid - Resizable: can be moved when grid option is set (#9611)", fu
327327
QUnit.test("grid - maintains grid with padding and border when approaching no dimensions",function(assert){
328328
assert.expect(2);
329329

330-
// Http://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
330+
// https://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
331331
varhandle=".ui-resizable-nw",
332332
target=$("#resizable1").css({
333333
padding: 5,

‎ui/widgets/draggable.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ $.widget( "ui.draggable", $.ui.mouse,{
386386
o.appendTo));
387387
}
388388

389-
// Http://bugs.jqueryui.com/ticket/9446
389+
// https://bugs.jqueryui.com/ticket/9446
390390
// a helper function can return the original element
391391
// which wouldn't have been set to relative in _create
392392
if(helperIsFunction&&helper[0]===this.element[0]){

0 commit comments

Comments
(0)