Add FIXME for webkitelem.focus_elem

This commit is contained in:
Florian Bruhin 2016-08-18 14:33:55 +02:00
parent 63c66945a4
commit 0d1ea0b93a

View File

@ -303,5 +303,6 @@ def focus_elem(frame):
Args:
frame: The QWebFrame to search in.
"""
# FIXME:qtwebengine get rid of this
elem = frame.findFirstElement('*:focus')
return WebKitElement(elem, tab=None)