------------------------------------------------------------------------
r11418 | aharui@adobe.com | 2009-11-03 18:21:04 -0500 (Tue, 03 Nov 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
Tweak svn 11319 again. SystemManager will not dispatch a RESIZE unless its size actually did change but will update the mask in case it gets out of synch
QE Notes: None
Doc Notes: None
Bugs: SDK-24000
Reviewer: Darrell
API Change: no
Is noteworthy for integration: No
tests: checkintests mustella/MarshallPlan mustella/components/SWFLoader
------------------------------------------------------------------------
r11412 | pfarland@adobe.com | 2009-11-03 14:52:18 -0500 (Tue, 03 Nov 2009) | 8 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/Grammar.jj
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/ChildNodeHandler.java
Reverting revision 11344 which sought to preserve whitespace CDATA for spark text components at compile time to allow the runtime collapseWhitespace property decide what to do with the content.
QE notes: Yes, this should unblock the List tests.
Doc notes: No
Bugs: SDK-23972 - Compile error when ItemRenderer contains TextFlow
Tests run: Checkintests
Is noteworthy for integration: Yes, compile time whitespace preservation for text component was reverted.
------------------------------------------------------------------------
r11409 | tharwood@adobe.com | 2009-11-03 13:42:51 -0500 (Tue, 03 Nov 2009) | 1 line
Changed paths:
M /flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConstantEvaluator.java
Fix ASC-3730 (r=jodyer): don't set node.ref's base type when node.ref is null
------------------------------------------------------------------------
r11402 | clucier@adobe.com | 2009-11-03 11:09:50 -0500 (Tue, 03 Nov 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
Fixing the build, an AST generation issue.
QE notes: None
Doc notes: None
Bugs: SDK-23994
Reviewer: Darrell (retro)
Tests run: Checkin / Slider (was failing)
Is noteworthy for integration: No
------------------------------------------------------------------------
r11401 | jon.avila@ssbbartgroup.com | 2009-11-03 10:19:45 -0500 (Tue, 03 Nov 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TextBaseAccImpl.as
New TextBaseAccImpl.as file to implement accessibility for components that extend TextBase.
is linked-in)
QE notes: none
Doc notes: none
Bugs: n/a
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
r11400 | jon.avila@ssbbartgroup.com | 2009-11-03 10:17:58 -0500 (Tue, 03 Nov 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
Updated TextBase.as to include mixin metadata and functions for accessibility (if accessibility
is linked-in)
QE notes: none
Doc notes: none
Bugs: n/a
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: no
------------------------------------------------------------------------
r11399 | cframpto@adobe.com | 2009-11-03 10:02:29 -0500 (Tue, 03 Nov 2009) | 47 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt
M /flex/sdk/trunk/frameworks/projects/textLayout/build.xml
D /flex/sdk/trunk/frameworks/projects/textLayout/manifest.xml
A /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/manifest.xml
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/BuildInfo.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/BaseCompose.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/ComposeState.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/FlowComposerBase.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/ISWFContext.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/ParcelList.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/SimpleCompose.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/StandardFlowComposer.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/compose/TextLineRecycler.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/container/ContainerController.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/container/TextContainerManager.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/conversion/BaseTextLayoutImporter.as
A /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/conversion/FXGExporter.as
A /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/conversion/FXGImporter.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/conversion/HtmlExporter.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/conversion/HtmlImporter.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/conversion/TextConverter.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/edit/EditManager.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/edit/IMEClient.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/edit/ParaEdit.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/edit/SelectionManager.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/Configuration.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/FlowElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/FlowLeafElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/InlineGraphicElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/LinkElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/SpanElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/elements/TabElement.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/factory/StringTextLineFactory.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/factory/TextFlowTextLineFactory.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/factory/TextLineFactoryBase.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/operations/FlowElementOperation.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/operations/InsertTextOperation.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/operations/SplitParagraphOperation.as
M /flex/sdk/trunk/frameworks/projects/textLayout/textLayout/src/flashx/textLayout/utils/NavigationUtil.as
M /flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
TLF build 543. The textLayout directory structure matches the one in textLayout.zip so that it can just be unzipped from the top and built without moving any files around or modifying their build file. There is an extra textLayout directory in there which is ugly.
Fixes since the last update:
Build 541
- Fix 2448613 Perform truncation even if using explicit lineBreak, or measuring width
Build 540 - Fix 2469885 Linked Containers Update Failures With Large Changes
Build 539 - Fix 2468477 SelectionManager.menuSelectHandler should update menu.clipboardItems.delete based on the editingMode.
- Fix Additional memory leak - the shared TextFlowTetLineFactory was holding on to references to the last flow composed
- Fix 1874257 Typing always causes a redraw of the entire container
- ContainerController no longer updates transparent background or scrollRect unless they have changed.
Build 538
- Fix 2400856 Underline truncated on vertical orientation with default baseline shift.
- Fix 2467390 composeToController always returns true and is not functioning
- Fix 2448945 Changing character properties after entering text edit mode can produce mixed results unexpectedly in TLF Text containers.
Build 537 - Fix 2464521 New paragraph always has default formatting when typing "Enter" at the start of a paragraph
- Revised HTML importer/exporter to be more compatible with TextField.htmlText. It is more tolerant of malformed input, adds support for some new attributes (letterspacing, kerning, leading, tabstops etc.),
and relative font sizes, handles children of unknown elements (instead of completely stripping them out), preserves whitespace, accounts for the difference between TextField and TLF defaults
(e.g., "Times Roman" vs. "Arial" fontFamily), and exports markup that is similar to that returned by TextField.htmlText.
Build 536 - Fix 2350091 Tab stop positions shift when center and right aligning paragraphs.
- in FlashPlayer 10.1 and later ONLY a TextLine with tabs on it will not be center or non-start aligned
- this allows client to setup tabs with alignment as needed and for tabs in all lines to line up
Build 535
- Fix 2457166 - Underline & strikethru adornments re-added to reused lines. Adornments are now only added to damaged or new lines.
- Fix 2363026 - Request to make dominant Baseline Auto value resolution for 270 Rotated text be Ideographic Center.
- Fix 2347988 - TCY canceled overriding image with TCY by text.
- Fix 2384296 ContentBounds Incorrect for right/center aligned text in narrow containers with explicit lineBreaks
Build 534 - Fix infinite loop deleting and pasting text in multiple containers.
- Fix 2460189 ContentBounds Incorrect for left/start/center aligned text in containers of RL content with "toFit" lineBreaks
Build 533 - Fix Modifying InlineGraphic with source set to a DisplayObject doesn't update
Build 532 - Fix for 2445788 - getTextInRange did not properly return text when text spanned multiple paragraphs. New code performs proper calculations and returns expected text.
QE notes: I think there may be a few mustella failures as a result of upgrading TLF.
Doc notes:
Bugs:
Reviewer:
Tests run: checkintests, TextArea, RichText
Is noteworthy for integration: no
------------------------------------------------------------------------