Re: [Interest] QWebEngineView not loading pages from history

2015-12-22 Thread Mike Jackson
Hmm. Wonder what the bug was? It somehow works in the Example web browser that Qt includes with the 5.5.1 download. if I reinvent the history mechanism I could probably work around the issue. Thanks for the update/confirmation Mike Jackson > On Dec 22, 2015, at 11:18 AM, Croitor Alexandr >

Re: [Interest] QWebEngineView not loading pages from history

2015-12-22 Thread Croitor Alexandr
Hi. I can confirm that it doesn't work in 5.5, but it was fixed for 5.6. Regards, Alex. > On 22 Dec 2015, at 16:05, Mike Jackson wrote: > > Ping? > > Mike Jackson. > >> On Dec 18, 2015, at 2:54 PM, Mike Jackson > > wrote: >> >> We have tried a bunch more idea

Re: [Interest] QWebEngineView not loading pages from history

2015-12-22 Thread Mike Jackson
Ping? Mike Jackson. > On Dec 18, 2015, at 2:54 PM, Mike Jackson wrote: > > We have tried a bunch more ideas and none seem to work. We have tried the > following: > m_WebView->page()->triggerAction(QWebEnginePage::Back); > m_WebView->page()->history()->goToItem( > m_WebView->page()->history()

Re: [Interest] QWebEngineView not loading pages from history

2015-12-18 Thread Mike Jackson
We have tried a bunch more ideas and none seem to work. We have tried the following: m_WebView->page()->triggerAction(QWebEnginePage::Back); m_WebView->page()->history()->goToItem( m_WebView->page()->history()->itemAt(1)); m_WebView->page()->triggerAction(QWebEnginePage::Back); None of these wo

[Interest] QWebEngineView not loading pages from history

2015-12-16 Thread Mike Jackson
I have an small app that uses QWebEngineView to display web pages. We have tried hooking up a pair of QPushButtons to invoke the forward and back in the QWebEngineHistory but neither seem to work. The QActions are getting triggered and our code is correctly calling them but the QWebEngineView do