Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6423287

PargraphView returns wrong minimum span

XMLWordPrintable

    • b20
    • generic, x86
    • generic, windows_xp
    • Not verified

        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>))

              rupashka Pavel Porvatov (Inactive)
              idk Igor Kushnirskiy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: