]> git.proxmox.com Git - novnc-pve.git/commit
add ie11 resize fix
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 14 Apr 2016 08:55:56 +0000 (10:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 14 Apr 2016 10:14:18 +0000 (12:14 +0200)
commit5b53f035370c1b567c814870abdd1de760b818ca
tree353ee20bc9c0cde033c5c97032100eabf9e9aad0
parent1ca3f40997a6b9fe55a2e0d10e921c9a6b1a729e
add ie11 resize fix

on ie11, the 'clip' setting will always be parsed to true
(because of weird calls to some functions which try to get
the clip setting at the wrong time, but only in ie11)

so instead of initSetting, we forceSetting the clip to false

if clip is true, it gets in the way of resizing

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/patches/fix-ie11-resize.patch [new file with mode: 0644]
debian/patches/series