Duplicate :
|
|
Relates :
|
ParagraphView.getLayoutViewCount generates a null pointer exception when running in a browser. I suspect the problem is related to bug #4181905 and/or 4181934 and will probably go away when those problems are fixed. However, while the above problems may not prevent an HTML document from being displayed, this bug does. The offending line is below. protected int getLayoutViewCount() { 97---> return layoutPool.size(); } As with 4181934 we can provide a test for the fix.
|