forked from qt-creator/qt-creator
Help: Fix issues with scrolling to right position
The different viewer backends have different issues with scrolling to the right position if the URL contains an anchor. In all combinations of "viewer was visible/invisible when help was requested" and "viewer last showed the same/a different page then the requested URL". Move the special logic from help plugin to the viewer backends. Task-number: QTCREATORBUG-15548 Change-Id: I962c90695ceaee48800a3590676e1d28343cf790 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -57,7 +57,6 @@ public:
|
||||
virtual QUrl source() const = 0;
|
||||
// metacall in HelpPlugin::updateSideBarSource
|
||||
Q_INVOKABLE virtual void setSource(const QUrl &url) = 0;
|
||||
virtual void scrollToAnchor(const QString &anchor) = 0;
|
||||
virtual void highlightId(const QString &id) { Q_UNUSED(id) }
|
||||
|
||||
virtual void setHtml(const QString &html) = 0;
|
||||
|
||||
Reference in New Issue
Block a user