summaryrefslogtreecommitdiffstats
path: root/WebkitSlide.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-11 20:58:13 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-11 20:58:13 +0100
commite6ab45ad2f2173ccbc116540595ccfd8f27f71a6 (patch)
tree19230a76bc9b656d26f95b6510affcfd5283dfee /WebkitSlide.qml
parent2fbf4b5c2b245e841434c3264dac932ff2b540fa (diff)
tweaks..
Diffstat (limited to 'WebkitSlide.qml')
-rw-r--r--WebkitSlide.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebkitSlide.qml b/WebkitSlide.qml
index a049f98..c2bca34 100644
--- a/WebkitSlide.qml
+++ b/WebkitSlide.qml
@@ -12,6 +12,10 @@ Slide {
anchors.fill: parent
url: textInput.text
+ // This works around rendering bugs in webkit. CSS animations
+ // and webGL content gets a bad offset, but this hack
+ // clips it so it is not visible. Not ideal, but it kinda works
+ // for now.
layer.enabled: true
}