Merge branch 'select-insert'

This commit is contained in:
Florian Bruhin 2014-05-19 08:36:43 +02:00
commit a795b24d86

View File

@ -188,7 +188,7 @@ class WebView(QWebView):
return False
elem = hitresult.element()
tag = elem.tagName().lower()
if tag in ['embed', 'applet']:
if tag in ['embed', 'applet', 'select']:
# Flash/Java/...
return True
if tag == 'object':