Add FIXME for webkitelem.focus_elem
This commit is contained in:
parent
63c66945a4
commit
0d1ea0b93a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user