| Duplicate :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | 
Note: this is not a regression. PargraphView minimum span returns maximum of minimum spans for the views it contains. That is wrong since we not necessarily break rows on the View boundaries. For example : <b>bold</b><i>italic</i> The minimum width for this should be the width of <b>bold</b><i>italic</i> but not the max(width(<b>bold</b>), width(<i>italic</i>))
| 
 |