From 7dc0828e7196ca3faafa798dbfcd8457d4886f85 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Sat, 24 Apr 2021 08:17:39 -0700 Subject: [PATCH] collision: re-open 1094 added 2 more cases (3 and 4) where collision is not working right. re-opening #1094 (from #1737 discussion) --- spec/e2e/html/141_1534_swap.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/spec/e2e/html/141_1534_swap.html b/spec/e2e/html/141_1534_swap.html index 222338ffd..6d164a04f 100644 --- a/spec/e2e/html/141_1534_swap.html +++ b/spec/e2e/html/141_1534_swap.html @@ -23,8 +23,10 @@

Swap collision demo

load 0 load 1 load 2 - load web1 - load web2 + load 3 + load 4 + load web1 + load web2

@@ -58,6 +60,11 @@

Swap collision demo

], [ // load 2 {x:1, y:0, w:2}, {x:1, y:1, h:2}, {x:2, y:1}, {x:0, y:3, w:3} , {x:0, y:4}, // {x:5, y:0, w:2}, {x:6, y:1}, {x:4, y:2, w:3} , {x:5, y:4, h:2}, {x:4, y:4}, + ], [ // load 3 + {x:0, y:0, w:6, h:3, content:'drag down past 2, flickers'}, {x:6, y:0, w:6, h:3}, {x:0, y:3, w:8, h:2}, {x:0, y:5, w:4, h:2}, + // {x:0, y:0, w:1, h:1, content:'drag down past 2'}, {x:1, y:0, w:2, h:1}, {x:0, y:3, w:2, h:1}, {x:0, y:5, w:1, h:1}, // BETTER but quick flicker to end + ], [ // load 4 + {x:0, y:0, w:6, h:2, content:'drag down past 2, re-orders 3'}, {x:6, y:0, w:6, h:2}, {x:0, y:3, w:8, h:1}, {x:0, y:5, w:4, h:1}, ],[ // web1.html demo {x:0, y:0, w:4, h:2}, {x:4, y:0, w:4, h:4, id: 'big'},