From c58a75f834548e0bc9a8ebea2e4e2a4525b1a08e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 4 Nov 2012 17:02:01 +0000 Subject: [PATCH] Fixed issue with dropbox positioning On webkit, applying a perspective appears to set up a new positioning context without updating offsetParent. --- core/modules/macros/list/listviews/classic.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/macros/list/listviews/classic.js b/core/modules/macros/list/listviews/classic.js index b28d6e4cf..5cab47e17 100644 --- a/core/modules/macros/list/listviews/classic.js +++ b/core/modules/macros/list/listviews/classic.js @@ -16,9 +16,6 @@ function ClassicListView(listMacro) { this.listMacro = listMacro; var listFrame = this.listMacro.listFrame, listFrameDomNode = listFrame.domNode; - $tw.utils.setStyle(listFrameDomNode,[ - {perspective: 50000}, - ]); } ClassicListView.prototype.navigateTo = function(historyInfo) {