AnwarShah / epub2pdf

Automatically exported from code.google.com/p/epub2pdf
1 stars 1 forks source link

NullPE on epub from SafariBooksOnline #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cannot attach example b/c copyrighted - NullPE in CssHandler.property() due 
to unexpected nullity of member "latestTextSpec", suggesting property() has 
been reached without a call to startSelector().

Added null check to beginning of property() that simply builds a default 
StyleSpecText() if current value is null. Output looks OK.

Original issue reported on code.google.com by brendanl79@gmail.com on 15 May 2010 at 3:35