<div dir="ltr"><div><div>I am generating a report as an HTML document and displaying it with a QWebEngineView. This report uses internal links such as <a href="#project_summary">.<br><br>I have been using the following to add "Back" and "Forward" capabilities to a QWebEngineView:<br><br>   connect( mWebView, &QWebEngineView::urlChanged, this, [=] () {<br>      mUI->mActionBack->setEnabled( mWebView->history()->canGoBack() );<br>      mUI->mActionForward->setEnabled( mWebView->history()->canGoForward() );<br>   } );<br><br></div>It seems that QWebEngineView::urlChanged is no longer emitted when clicking on these internal links even though the URL has changed.<br><br>Is this a regression or should I be using a different signal? (I don't see any that look like they apply...)<br><br></div>Thank you for your time.<br><div><br clear="all"><div><div><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>---<br>Andy Maloney  //  <a href="https://asmaloney.com" target="_blank">https://asmaloney.com</a><br><div>twitter ~ <span dir="ltr"><a href="https://twitter.com/asmaloney" target="_blank">@<span>asmaloney</span></a></span></div><br></div></div></div></div></div></div></div></div>
</div></div></div></div></div>