[svn:fx-trunk] 7220: integrate TLF build 438:

Revision: 7220
Author:   [email protected]
Date:     2009-05-22 09:17:49 -0700 (Fri, 22 May 2009)
Log Message:
integrate TLF build 438:
Build 438
add metadata to TextFlow and ParagraphElement mxmlChildren properties
Build 437
remove flashx.textLayout.edit.UndoManager and flashx.textLayout.IUndoManager per PARB
Fix 2330964 BackgroundColor Placed incorrectly from TextLineFactory.  Actually was in 436.
Fix 2326588 TextContainerManager Does Not Support Background Color.  Complete the fix with Argo specific fixes.
Fix 2330946 Remove TextContainerManager.trunctationOptions property
Fix 2337918 Please expose the scrollToPosition() API in TextContainerManager
Fix 2336672 Preserve selection when switching editingMode in TextContainerManager
Setting editingMode to the current editingMode should do nothing in TextContainerManager
Modified Paths:
    flex/sdk/trunk/frameworks/libs/textLayout.swc
    flex/sdk/trunk/in/tlf/textLayout.swf
    flex/sdk/trunk/in/tlf/textLayout.swz
    flex/sdk/trunk/in/tlf/tlf.properties

Similar Messages

  • [svn:fx-trunk] 7700: Integrated TLF build 450.

    Revision: 7700
    Author:   [email protected]
    Date:     2009-06-09 21:31:13 -0700 (Tue, 09 Jun 2009)
    Log Message:
    Integrated TLF build 450. This integration required no changes to framework code.
    From TLF's ReleaseNotes.txt:
    Build 450
    Fix bug 330941 BackgroundColor and Color export differently
    - backgroundColor now exports in 0x hex format
    Build 449
    Eliminate IInternalFlowComposer interface
    Fix 2328573 - remove textLine from BackgroundManager's cache when calling recreateTextLine() with recycled line.
    Fix 2347701 SelectionManager and EditManager keyDownHandlers should call event.preventDefault() if they handle the key
    Build 448
    Changing behavior of vertical alignment of bottom or middle when content height exceeds container height with scrolling on. Now it will act as top aligned.
    Build 447
    Rename TextFlow.getElementById to getElementByID
    Build 446
    Review changes - TextContainerManager
    1) setText parameter named text
    2) setTextFlow parameter named textFlow
    3) hasScrollRect should be private
    Build 445
    Fix 2340553 Insert of "auto" sized InlineGraphics don't undo
    Fix 2331720 TextContainerManager.getText - the parameter is a separator and is not added after the last paragraph
    Fix the width of the paragraph terminator should not be included as part of the content width in lineBreak=explicit mode.
    Fix cursor blinks in read-select mode, it should not blink. Now check the interactionManager's editingMode before setting the blinkRate.
    Fix links at the end of the TextFlow don't cause the cursor to change to a hand cursor when the mouse passes over the link.Build 443
    Fix 2297125 Vertical adjustment now adds height proportional to existing line spacing, even when lines are created using the text line factory
    Fix 2305477 Added support for compilation of linkNormalFormat, linkActiveFormat and linkHoverFormat in mxml
    Added an sdk example for context menu
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/in/tlf/textLayout.swf
        flex/sdk/trunk/in/tlf/textLayout.swz
        flex/sdk/trunk/in/tlf/tlf.properties

  • [svn:fx-trunk] 8561: Integrated TLF build 468.

    Revision: 8561
    Author:   [email protected]
    Date:     2009-07-14 14:37:00 -0700 (Tue, 14 Jul 2009)
    Log Message:
    Integrated TLF build 468.
    This integration required trivial framework changes due to two renamed APIs: In TextContainerManager, scrollToPosition() has been renamed to scrollToRange(). And in PasteOperation, the scrapToPaste() method has been removed in favor of a textScrap property  (but I'm questioning whether this change is OK since I think it makes a copy of the TextScrap).
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/in/tlf/textLayout.swf
        flex/sdk/trunk/in/tlf/textLayout.swz
        flex/sdk/trunk/in/tlf/tlf.properties

  • [svn:fx-trunk] 8268: Integrated TLF build 460.

    Revision: 8268
    Author:   [email protected]
    Date:     2009-06-25 16:00:03 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Integrated TLF build 460. This integration required trivial framework changes due to two renamed APIs.
    Build 460

  • [svn:fx-trunk] 7713: integrate:

    Revision: 7713
    Author:   [email protected]
    Date:     2009-06-10 08:31:17 -0700 (Wed, 10 Jun 2009)
    Log Message:
    integrate:
    -lcds: 4.0.0.7682
    -core tech: 54.390775
    -TLF build 451
    TLF Changes notes for 450 and 451
    Build 451
    Fix bug, "The mouse-wheel handler should cancel the event if the text is scrollable, even if you can't scroll any further." Now we cancel the mouse wheel event if the content in the scrolling direction exceeds the composition bounds. This allows an outer scrolling context to work correctly.
    Fix 2352535 RTE In ScrollTimer Handler
    Build 450
    Fix bug 330941 BackgroundColor and Color export differently
         - backgroundColor now exports in 0x hex format
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/in/tlf/textLayout.swf
        flex/sdk/trunk/in/tlf/textLayout.swz
        flex/sdk/trunk/in/tlf/tlf.properties
        flex/sdk/trunk/lib/afe.jar
        flex/sdk/trunk/lib/flex-messaging-common.jar
        flex/sdk/trunk/lib/rideau.jar

    Camuzo, please go to the forum and just un-subscribe yourself.
    each of your emails is getting sent to everyone who does want to use this forum
    just sending messages is not going to do anything.
    GO to this url:
    http://forums.adobe.com/community/opensource/flexsdk
    and simply tell your account not to be emailed.
    But, please kindly stop just sending us all your messages.

  • [svn:fx-trunk] 8170: integrate:

    Revision: 8170
    Author:   [email protected]
    Date:     2009-06-24 08:49:26 -0700 (Wed, 24 Jun 2009)
    Log Message:
    integrate:
    LCDS: 4.0.0.8162
    coretech: 54.392741
    TLF:
    Build 459
    PARB - Modify TextLayoutFormat/nullTabStopFormat.defaults(): make this be a static getter, rename it to defaultFormat, improve doc to make it clear it returns the same object repeatedly
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/in/tlf/textLayout.swf
        flex/sdk/trunk/in/tlf/textLayout.swz
        flex/sdk/trunk/in/tlf/tlf.properties
        flex/sdk/trunk/lib/afe.jar
        flex/sdk/trunk/lib/flex-messaging-common.jar
        flex/sdk/trunk/lib/rideau.jar

    Camuzo, please go to the forum and just un-subscribe yourself.
    each of your emails is getting sent to everyone who does want to use this forum
    just sending messages is not going to do anything.
    GO to this url:
    http://forums.adobe.com/community/opensource/flexsdk
    and simply tell your account not to be emailed.
    But, please kindly stop just sending us all your messages.

  • [svn:fx-4.x] 15130: TLF Build 600.

    Revision: 15130
    Revision: 15130
    Author:   [email protected]
    Date:     2010-03-30 07:12:48 -0700 (Tue, 30 Mar 2010)
    Log Message:
    TLF Build 600.
    Fix SDK-25999 Specifying tabStops on a RichText component does not look correct after integration of TLF 1.1
    QE notes:
    Doc notes: None
    Bugs: SDK-25999
    Reviewed By:  Pete asked me to integrate this
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25999
        http://bugs.adobe.com/jira/browse/SDK-25999
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/air-config.xml
        flex/sdk/branches/4.x/frameworks/flex-config.xml
        flex/sdk/branches/4.x/frameworks/libs/textLayout.swc
        flex/sdk/branches/4.x/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/branches/4.x/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout .operations.xml
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/elements/TextF low.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLa youtFormatValueHolder.as
    Added Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.600.swf
    Removed Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.597.swf

  • [svn:fx-trunk] 8708: Fix broken build

    Revision: 8708
    Author:   [email protected]
    Date:     2009-07-21 07:46:45 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix broken build
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-4.x] 15183: TLF Build 601.

    Revision: 15183
    Revision: 15183
    Author:   [email protected]
    Date:     2010-03-31 16:25:42 -0700 (Wed, 31 Mar 2010)
    Log Message:
    TLF Build 601.
    Improve paste performance - fix for
    QE notes:
    Doc notes: None
    Bugs: partial fix for SDK-25793
    Reviewed By:
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25793
        http://bugs.adobe.com/jira/browse/SDK-25793
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/air-config.xml
        flex/sdk/branches/4.x/frameworks/flex-config.xml
        flex/sdk/branches/4.x/frameworks/libs/textLayout.swc
        flex/sdk/branches/4.x/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/branches/4.x/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout .operations.xml
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/compose/Standa rdFlowComposer.as
        flex/sdk/branches/4.x/frameworks/projects/textLayout/src/flashx/textLayout/edit/TextFlowE dit.as
    Added Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.601.swf
    Removed Paths:
        flex/sdk/branches/4.x/frameworks/rsls/textLayout_1.1.0.600.swf

  • [svn:fx-trunk] 5235: Fix asdoc build failure.

    Revision: 5235
    Author: [email protected]
    Date: 2009-03-11 09:46:01 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Fix asdoc build failure.
    QE Notes: None
    Doc Notes: None
    Bugs: none
    Reviewer: Gaurav
    tests: ant doc
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml

  • [svn:fx-trunk] 10506: New TLF file missing from svn 10505.

    Revision: 10506
    Author:   [email protected]
    Date:     2009-09-22 10:43:46 -0700 (Tue, 22 Sep 2009)
    Log Message:
    New TLF file missing from svn 10505.
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CopyOperation.as

    Revision: 10506
    Author:   [email protected]
    Date:     2009-09-22 10:43:46 -0700 (Tue, 22 Sep 2009)
    Log Message:
    New TLF file missing from svn 10505.
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CopyOperation.as

  • [svn:fx-trunk] 12912: With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed .

    Revision: 12912
    Revision: 12912
    Author:   [email protected]
    Date:     2009-12-14 12:08:35 -0800 (Mon, 14 Dec 2009)
    Log Message:
    With TLF 571 checked in we can now revert the MXML 2009 changes for how the id language attribute is processed.
    An unqualified id property will no longer be seen as a setter for a normal public, writable, non-static "id" property - which matches Flex 3 behavior.
    As in earlier versions of Flex, the mechanism to retain MXML id attribute information at runtime is to implement mx.core.IMXMLObject. The compiler will generate a call to the intialized() method and pass in the id information.
    Note: One exception to this rule seems to be UIComponent which instead get id attribute information via mx.core.IDeferredInstantiationUIComponent (although there seems to be a TODO in the codebase to remove this mechanism and thus should not be relied on by third parties).
    QE notes: Please add tests for the TLF id property on flow elements (div, span, p, etc).
    Doc notes: Please check that we have not documented
    Bugs: N/A
    Reviewer: Paul
    Tests run: Checkintests, local test cases.
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Type.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as

    This is a duplicate post.  This should be locked to avoid further confusion.
    My CSS wont change
    Nancy O.

  • [svn:fx-trunk] 9178: Fix the build.

    Revision: 9178
    Author:   [email protected]
    Date:     2009-08-07 15:01:37 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Fix the build.  removed duplicate line left in comment
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLEncoder.as

  • [svn:fx-trunk] 10051: fix the build. xml that we include in the package in the frameworks directory.

    Revision: 10051
    Author:   [email protected]
    Date:     2009-09-08 07:53:47 -0700 (Tue, 08 Sep 2009)
    Log Message:
    fix the build.xml that we include in the package in the frameworks directory. 
    -remove haloclassic
    -add textlayout
    -reorganize the targets
    QE notes: no
    Doc notes: no
    Bugs: sdk-22441
    Reviewer: n/a
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22441
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

  • [svn:fx-trunk] 15368: integrate 15352: Update ASDoc version tags

    Revision: 15368
    Revision: 15368
    Author:   [email protected]
    Date:     2010-04-13 05:31:21 -0700 (Tue, 13 Apr 2010)
    Log Message:
    integrate 15352: Update ASDoc version tags
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkCheckBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkTextAreaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
    Property Changed:
        flex/sdk/trunk/

    Revision: 15368
    Revision: 15368
    Author:   [email protected]
    Date:     2010-04-13 05:31:21 -0700 (Tue, 13 Apr 2010)
    Log Message:
    integrate 15352: Update ASDoc version tags
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkCheckBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkTextAreaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
    Property Changed:
        flex/sdk/trunk/

Maybe you are looking for