Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The fix for 6423287 "PargraphView returns wrong minimum span" introduced new method, GlyphView.getMinimumSpan. As it was noted later, it returns not the minimum span for the view, but the span of the largest non-breakable area within the view (ie, the span of the paragraph view built out of the minimum possible glyph view fragments.) Actually the method should return the minimum span of the non-split glyph view. So its implementation should be changed to match the expectations. Possibly new method should be introduced that returns the current value, as it's needed to implement the correct ParagraphView layout (see 6423287 for details.)
|