Fix issue #701
This commit is contained in:
parent
8c80f99a32
commit
9c99c22f1b
@ -657,6 +657,9 @@ class CommandDispatcher:
|
|||||||
count: multiplier
|
count: multiplier
|
||||||
"""
|
"""
|
||||||
frame = self._current_widget().page().currentFrame()
|
frame = self._current_widget().page().currentFrame()
|
||||||
|
if not frame.url().isValid() == '': # Issue 701
|
||||||
|
return
|
||||||
|
|
||||||
if (bottom_navigate is not None and
|
if (bottom_navigate is not None and
|
||||||
frame.scrollPosition().y() >=
|
frame.scrollPosition().y() >=
|
||||||
frame.scrollBarMaximum(Qt.Vertical)):
|
frame.scrollBarMaximum(Qt.Vertical)):
|
||||||
|
Loading…
Reference in New Issue
Block a user