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