You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Harbs <ha...@in-tools.com> on 2014/06/18 15:52:41 UTC

[Harbs/TLF-Table-Work] 0ec285: Saner handling of tables and surrounding spans.

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: 0ec285b52a89b1e266f82d2156294de5b9efb0dd
      https://github.com/Harbs/TLF-Table-Work/commit/0ec285b52a89b1e266f82d2156294de5b9efb0dd
  Author: Harbs <ha...@in-tools.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/BaseCompose.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/ComposeState.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/TextFlowLine.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowGroupElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/SubParagraphGroupElementBase.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableLeafElement.as

  Log Message:
  -----------
  Saner handling of tables and surrounding spans.
ParagraphElement can now contain more than a single TextBlock.
There are still some issues related rendering and splitting elements surrounding the tables