[svn:fx-trunk] 8563: When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.

Revision: 8563
Author:   [email protected]
Date:     2009-07-14 14:47:50 -0700 (Tue, 14 Jul 2009)
Log Message:
When integrating TLF Build 468, the scrapToPaste() method of PasteOperation needs to be replaced by textScrap.clone(), not just textScrap.
QE Notes: None
Doc Notes: None
Bugs: None
Reviewer: Carol to review
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

Similar Messages

  • [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] 10505: Update to TLF Build 516.

    Revision: 10505
    Author:   [email protected]
    Date:     2009-09-22 10:35:30 -0700 (Tue, 22 Sep 2009)
    Log Message:
    Update to TLF Build 516. See textLayout/ReleaseNotes.txt.
    Updated build file so the manifest for textLayout_edit is removed since TLF did it with their build file.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Gordon asked me to do this
    Tests run: checkintests, TextInput, TextArea, RichText
    Is noteworthy for integration: yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/BaseTextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextConverter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/Build Info.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/BaseCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ComposeState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ParcelList.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/SimpleCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/StandardFlowComposer.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextFlowLine.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ColumnState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ContainerController.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /Debugging.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowGroupElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowLeafElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ParagraphElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SpanElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TCYElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TextFlow.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/EditC lasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ SelectionManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/DeleteTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/UndoManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkActiveFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkHoverFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkNormalFormat.as

  • [svn:fx-trunk] 12542: When adding a mask to the display list need to validate it and all its children .

    Revision: 12542
    Revision: 12542
    Author:   [email protected]
    Date:     2009-12-04 10:38:32 -0800 (Fri, 04 Dec 2009)
    Log Message:
    When adding a mask to the display list need to validate it and all its children.  Previously the children were not validated and their display list was updated before properties were committed or measure was done.  RichText was not set up to handle this.
    QE notes:
    Doc notes:
    Bugs: SDK-24511
    Reviewer:  Evtim, Deepa
    Tests run: checkintests, fxg, primitives, Group
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24511
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/MaskUtil.as

    AFAIK, the only way to do this is to write a system modifcation.
    The BADI is executed only once at startup of the session, so that makes it merely static. (A strange point in time, I discussed it with SAP and they just shook their heads)
    I had the same problem with some other F4-Helps and it was a big hazzle. From my experience, no straight answer.

  • [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] 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] 8562: The comments for my previous integration of TLF Build 468 should have included the following release notes :

    Revision: 8562
    Author:   [email protected]
    Date:     2009-07-14 14:40:37 -0700 (Tue, 14 Jul 2009)
    Log Message:
    The comments for my previous integration of TLF Build 468 should have included the following release notes:
    Build 467

    Thats good news.

  • [svn:fx-trunk] 11641: A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks , not just alpha masks.

    Revision: 11641
    Author:   [email protected]
    Date:     2009-11-10 18:29:57 -0800 (Tue, 10 Nov 2009)
    Log Message:
    A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks, not just alpha masks.
    QE notes: Please include tests for multiple graphic content nodes with masks under a .
    Doc notes: N/A
    Bugs:
    SDK-24133 - Multiple non-Group maskees don't work when using maskType="luminosity"
    Reviewer: Deepa
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

    Revision: 11641
    Author:   [email protected]
    Date:     2009-11-10 18:29:57 -0800 (Tue, 10 Nov 2009)
    Log Message:
    A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks, not just alpha masks.
    QE notes: Please include tests for multiple graphic content nodes with masks under a .
    Doc notes: N/A
    Bugs:
    SDK-24133 - Multiple non-Group maskees don't work when using maskType="luminosity"
    Reviewer: Deepa
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

  • I need some help adding music to my slideshow in iPhoto.  When I open iTunes as the source, it says it needs to be open to populate, which it is.  I have no knowledge of computers...like, at all....so I need some (simple) help?  If possible?  Thanks.

    When I open iTunes as the source, it says it needs to be open to populate, which it is.  I have no knowledge of computers...like, at all....so I need some (simple) help?  If possible?  Thanks.

    When I open iTunes as the source, it says it needs to be open to populate, which it is.  I have no knowledge of computers...like, at all....so I need some (simple) help?  If possible?  Thanks.

  • HT201270 i have just updated my old 3GS and now when i am on restore the window is comming up and asking for a password. i have not set up a password for restore, please help how i can restore my date???

    i have just updated my old 3GS and now when i am on restore the window is comming up and asking for a password. i have not set up a password for restore, please help how i can restore my date???

    capriz wrote:
    i have just updated my old 3GS ...
    To what... iOS 7 is Not supported on the 3 GS

  • I bought a mac companion for my desktop mac running os x but received the following error message when I tried to install the quikprotect software download:  "power pc no longer supported."  I did not read that anywhere when investigating.  What gives?

    I bought a mac companion for my desktop mac running os x but received the following error message when I tried to install the quikprotect software download:  "power pc no longer supported."  I did not read that anywhere when investigating.  What gives?

    PPC, also known as PowerPC has not existed on Macs since the beginning of 2006.  Apple made a bridge software and included it with Mac OSes until 10.6.8 known as Rosetta that would allow you to run software written for the PowerPC Macs.  10.7 and later can't run that bridge software.  You have one of several options:
    Install 10.6 retail on a USB Flash drive, and run that application while booted from there.
    Find an update designed for 10.7 or later of the software. 
    Find a combination of Virtualbox or Paralllels that can legally run a version of 10.6 side by side with your 10.7 software.
    Run Windows on your Mac with Virtualbox or use CrossOver that requires no Windows to run a Windows version of your application.
    Your Mac is an iMac Intel.   I will ask a moderator redirect your thread to the 10.7 forum, and no action is needed on your part.

  • When I turn on firefox the sound of an alarm begins and keeps going. I did not download or add or open anything. A sound like the old pacman game initiates the never ending alarm. It does not occur with safari and ends if I close firefox.

    When I turn on firefox the sound of an alarm begins and keeps going. I did not download or add or open anything. A sound like the old pacman game initiates the never ending alarm. It does not occur with safari and ends if I close firefox.
    == This happened ==
    Not sure how often
    == I opened firefox

    dont have google open in a tab!!!!!!!!
    (if you are one who opens FF and it opens google then immediately open another tab to go to a site then just visit the site from the page that opened without opening a new tab)
    OR
    if you have cool preview then disable that
    (the sound is for the celebration of 30 years of pacman and you can play the game on google's homepage)

  • [svn:fx-trunk] 11042: Attempt to fix build by adding the missing IMEClient. as from today's TLF Build 531.

    Revision: 11042
    Author:   [email protected]
    Date:     2009-10-20 18:51:09 -0700 (Tue, 20 Oct 2009)
    Log Message:
    Attempt to fix build by adding the missing IMEClient.as from today's TLF Build 531.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: N/A
    Tests run: Checkintests
    Is noteworthy for integration: No
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ IMEClient.as

    This is a well known and longstanding issue: going back to at least the 3.7.xx series kernels (UEFI booting). You can search the boards for the various threads dedicated to this (class of) bug{,s}.

  • [svn:fx-trunk] 8900: Restoring a 'tokenized' version of the TLF build file.

    Revision: 8900
    Author:   [email protected]
    Date:     2009-07-29 06:13:51 -0700 (Wed, 29 Jul 2009)
    Log Message:
    Restoring a 'tokenized' version of the TLF build file.  Originally CONFIG::release and CONFIG::debug were driven by locally defined 'release' and 'debug' tokens but these conflict with SDK tokens defined in the top level build.properties file (e.g. release is predefined as 'Flex 4.0').
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Gaurav/Carol
    Tests run: Built textLayout
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml

    Thats good news.

  • [svn:fx-trunk] 5811: Adding a Flex Builder Flash-Integration and Utilities project to make these files easier for people to work on .

    Revision: 5811
    Author: [email protected]
    Date: 2009-03-31 11:20:19 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Adding a Flex Builder Flash-Integration and Utilities project to make these files easier for people to work on. Flash-Integration is really an intermediate swc that Utilities uses. I've also modified the existing Flex Builder project for flex4tests to build against this new utilities project directly.
    Also change the way FlashIntegration is built--we no longer have a manifest file and just include-classes FlashIntegrationClasses.as.
    QE Notes: -
    Doc Notes: -
    Bugs: -
    Reviewer: Evtim
    tests: -
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/flex4test/.actionScriptProperties
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    Added Paths:
    flex/sdk/trunk/development/eclipse/flex/flash-integration/
    flex/sdk/trunk/development/eclipse/flex/flash-integration/.actionScriptProperties
    flex/sdk/trunk/development/eclipse/flex/flash-integration/.flexLibProperties
    flex/sdk/trunk/development/eclipse/flex/flash-integration/.project
    flex/sdk/trunk/development/eclipse/flex/utilities/
    flex/sdk/trunk/development/eclipse/flex/utilities/.actionScriptProperties
    flex/sdk/trunk/development/eclipse/flex/utilities/.flexLibProperties
    flex/sdk/trunk/development/eclipse/flex/utilities/.project
    flex/sdk/trunk/frameworks/projects/flash-integration/src/FlashIntegrationClasses.as
    Removed Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/manifest.xml

    Thats good news.

Maybe you are looking for

  • How can I disable 'backspace' key from navigating back a page?

    Several times over the last couple weeks, I type up a very well thought out response on Facebook in political conversations with friends. An hour or two into my work, I hit backspace with the intent of editing what I wrote (maybe after I scrolled or

  • Zapf dingbat to check box

    I've exported from InDesign CS4 to Acrobat Pro 9 a file that's more or less a catalog, where you would check beside the item you want. In ID CS4, I used the "q" in zapf dingbats to get the empty-box-with-shadow character, hoping the form field recogn

  • How to install hindi support in Nokia E61i?

    i noticed i can change the language settings on the Nokia E61i to a few languages, but not Hindi. i would like to user the interface in hindi as well as sms in hindi, how may i do this please? thanks niyam bhushan

  • AJAB - Depreciation/updating of values has errors

    Dear All, While executing Tcode AJAB, getting error  "RI01   000005000000-0000    Depreciation/updating of values has errors" Describing my Problem, F.Y 2013 & 2014 is open for Asset Accounting . F.y 2013 is close for FI  and F.Y 2014 is open for FI.

  • Bridge CS4 very busy doing nothing?

    Recently noticed that while in the background, BridgeCS4 uses quite a bit of resources: Processor usage between 110-150% on a Dual G5. At first I thought it might be building previews or something like that, but it looks like it's doing the same when