I will look into and fix the crash if I can recreate it.
Please understand BookView is really live editing of the dom in a browser window and therefore is controlled by the underlying Qt webkit widget. The code the widget generates has two settings but in "tag mode" it uses no longer allowed tags, so we switched to "inline style mode" which people hate but was at least legal html.
The real problem with BookView is that text can easily be selected that crosses tag boundaries making live editing generate some horrible illegal code.
Once I understand how to both copy from Preview and to paste into a small webkit window, BookView will be history as it would provide nothing over Preview
|