View Single Post
Old 09-20-2014, 03:22 PM   #32
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,894
Karma: 6120478
Join Date: Nov 2009
Device: many
Hi,
Again, error checking is needed to load it into the QWebView widget to allow wysiwyg editing. Even preview needs valid code or close to it to show you the page in any sane way.

So there is no way to turn off all fixing while at the same time allowing the user to make changes in BookView. Bad code will simply not load into that Qt widget. Any any changes in BookView needs to be valid as well.

The best we can offer is a checker to alert you to errors you can try to fix yourself, or an auto fix system that loses no text when the user decides not to fix it themselves or can't.

Hope this explains things,

KevinH
KevinH is offline   Reply With Quote