Merge branch 'thuck-master'

This commit is contained in:
Florian Bruhin 2016-11-13 12:43:38 +01:00
commit ffbd6fc347
2 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,7 @@ Contributors, sorted by the number of commits in descending order:
* Jussi Timperi
* Fritz Reichwald
* Brian Jackson
* thuck
* sbinix
* neeasade
* jnphilipp

View File

@ -521,7 +521,8 @@ class TabbedBrowser(tabwidget.TabWidget):
# If needed, re-open the tab as a workaround for QTBUG-54419.
# See https://bugreports.qt.io/browse/QTBUG-54419
if tab.needs_qtbug54419_workaround:
if (tab.backend == usertypes.Backend.QtWebEngine and
tab.needs_qtbug54419_workaround):
log.misc.debug("Doing QTBUG-54419 workaround for {}, "
"url {}".format(tab, url))
self.setUpdatesEnabled(False)