Treat select elements as insert mode
This commit is contained in:
parent
2c2c79af2e
commit
89cd6d87cc
@ -189,7 +189,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':
|
||||
|
Loading…
Reference in New Issue
Block a user