View Single Post
Old 04-05-2019, 02:17 PM   #130
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,911
Karma: 6120478
Join Date: Nov 2009
Device: many
The first url passed to Preview is generated in MainWindow.cpp here:

m_PreviewWindow->UpdatePage(html_resource->GetFullPath(), text, location);

Perhaps we should convert that absolute path more properly to a QUrl before passing it in to be usd by Preview to update itself?

Would that avoid this problem?
KevinH is offline   Reply With Quote