Home/Support/

Forums

0 Replies Last post: Nov 25, 2009 12:22 PM by Carol L. Frampton  
Carol L. Frampton User 217 posts since
May 11, 2006
Currently Being Moderated

Nov 25, 2009 12:22 PM

[svn:fx-trunk] 12205: TLF Build 557+.

Revision: 12205

Revision: 12205

Author:   cframpto@adobe.com

Date:     2009-11-25 11:22:17 -0800 (Wed, 25 Nov 2009)

Log Message:

***********

TLF Build 557+.  This is a private build from Rich because the TLF build machine is having issues and hasn't built in a few days.  Even though it is labeled as 557 it has the 559 fixes in it.

 

Build 559

      

  • Fix for 2491564 SDK-24350 bound links not updating. Turns out if you defined in mxml a TextFlow that had bound children but no contents (textLength = 0), it was normalizing out the bound children.

      

  • Fix Watson 2491430 TLF is updating scroll values but not sending scroll event

      

  • Fix 2489062 RTE in ScrollToRange when range positions are past the end of the flow

      

  • Fix 2486475 DeleteText Followed By Undo Can Some Paragraph Attributes

      

  • Fix 2491505 Add FlowOperationBegin/FlowOperationEnd events for Composite Operations

Build 558

      

  • Fix 2487491 add ability to turn off TextLineRecycler for flash pro

     - use TextLineRecycler.textLineRecyclerEnabled

      

  • Fix 2489004 Use Explicit Existence Testing Instead of Capabilities.version for Argo APIs

Build 557

      

  • Fix 2487386 Mutating InlineGraphicElement.source while Graphic is loading Fails.

      

  • Fix 2487386 Fix Watson 2485262, pointFormat not applied when entering text via inline IME.

      

  • Fix 2485151 Undo fires from right alt-z on Polish programmer's keyboard in Windows

Build 555

      

  • Fix 2476623 Backspacing Doesn't Remember Pending Attributes

      

  • Fix 2486448 SDK-24317 RTE when changing textFlow property on RichEditableText after clicking link in component

 

QE notes:

Doc notes:

Bugs: SDK-24350, SDK-22895

Reviewer: Gordon

Tests run: checkintests, TextArea

Is noteworthy for integration: no

 

Ticket Links:

***********

    http://bugs.adobe.com/jira/browse/SDK-24350

    http://bugs.adobe.com/jira/browse/SDK-24317

    http://bugs.adobe.com/jira/browse/SDK-24350

    http://bugs.adobe.com/jira/browse/SDK-22895

 

Modified Paths:

**************

    flex/sdk/trunk/frameworks/air-config.xml

    flex/sdk/trunk/frameworks/flex-config.xml

    flex/sdk/trunk/frameworks/libs/textLayout.swc

    flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.a s

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/Bas eCompose.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/Flo wComposerBase.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/Tex tFlowLine.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/Tex tLineRecycler.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/C ontainerController.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/T extContainerManager.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/conversion/ HtmlImporter.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditMa nager.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/IMECli ent.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/ISelec tionManager.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Select ionFormat.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Select ionManager.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/Select ionState.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Co nfiguration.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Fl owElement.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Fl owGroupElement.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Fl owValueHolder.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/In lineGraphicElement.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Li nkElement.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Pa ragraphElement.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Te xtFlow.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/Te xtRange.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/Str ingTextLineFactory.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ITe xtLayoutFormat.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Tex tLayoutFormat.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Tex tLayoutFormatInc.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/Tex tLayoutFormatValueHolder.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/ ApplyFormatOperation.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/ ClearFormatOperation.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/ DeleteTextOperation.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/ FlowElementOperation.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/ InsertInlineGraphicOperation.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/operations/ InsertTextOperation.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/En umStringProperty.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/In tWithEnumProperty.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/Nu mberOrPercentOrEnumProperty.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/Nu mberWithEnumProperty.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/Pr operty.as

    flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/Ui ntWithEnumProperty.as

    flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties

 

Added Paths:

***********

    flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.557.swf

 

Removed Paths:

*************

    flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.554.swf

More Like This

  • Retrieving data ...