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/09/23 12:02:49 UTC

[Harbs/TLF-Table-Work] acb558: Fixed up logic with multiple TextBlocks

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: acb55806ca01346cf6c01aa3c299a7b325ce9898
      https://github.com/Harbs/TLF-Table-Work/commit/acb55806ca01346cf6c01aa3c299a7b325ce9898
  Author: Harbs <ha...@in-tools.com>
  Date:   2014-09-23 (Tue, 23 Sep 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/compose/FlowComposerBase.as
    M flex-tlf/textLayout/src/flashx/textLayout/compose/TextFlowLine.as
    M flex-tlf/textLayout/src/flashx/textLayout/container/ContainerController.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionState.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/FlowLeafElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/SpanElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableCellElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableColElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableElement.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableLeafElement.as

  Log Message:
  -----------
  Fixed up logic with multiple TextBlocks
Fixed various selection issues
Fixed splitting of text with tables
Various other issues resolved