[svn:fx-4.x] 14696: Temporary FTETextField Fix

Revision: 14696
Revision: 14696
Author:   [email protected]
Date:     2010-03-10 19:08:30 -0800 (Wed, 10 Mar 2010)
Log Message:
Temporary FTETextField Fix
http://bugs.adobe.com/jira/browse/SDK-25669 - FTETextField relies on the render event
Temporary fix is to also listen for the ENTER_FRAME event when invalidating. A longer term solution will be investigated later.
QE notes: n/a
Doc notes: n/a
Bugs: SDK-25669
Reviewer: Alex
Tests run: checkintests
Is noteworthy for integration: yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25669
    http://bugs.adobe.com/jira/browse/SDK-25669
Modified Paths:
    flex/sdk/branches/4.x/frameworks/projects/spark/src/mx/core/FTETextField.as

Stope
Mailing me ***
Sent from my I phone

Similar Messages

  • ITunes 10.2 Upgrade fix temporary. Fix to iTunes 10.2.2 by uninstall Apple Mobile Device Support and install AMDS from 10.0. Worked only to fail in 5 days. iTunes back to very slow to open and will not see device (iPhone) connected. Sorry

    I was one this site for 20+ Days and found a fix for 10.2.1 when it failed. I Uninstalled all, following other attempts that failed, then installed latest Version from Apple iTunes 10.2.12. I then uninstalled Apple Mobile Device Support (AMDS) and installed AMDS from the older 10.0 version of iTunes. Success it worked. Today, I am now back to old problem, iTnes takes very long time to open and fails to see my device when connected (iPhone). I really only have iTunes for my iPhone no extensive library a few hundred CD's in music location and no podcasts. I have less than 6 moveis and want to update them now. I am willing to lose all in iTunes library if need be just to get computer to see G3 iPhone with iOS 4.2 and let me synch once again. I like security of backup too. It older iTunes may now not support, that too is OK. I still want to get the 3GS (no 4G desires, yet) and do not care if any of it is the latest from Apple as long as it works.

    Hi Erik,
    Your basic suggestion actually worked for me. But this is what I did for others who are having issues removing/installing etc.
    1. Download the latest iTunes 8.2. You should end up with a file iTunesSetup.
    2. If you dont already have WinRAR, download free copy from http://www.rarlab.com/ and install.
    3. Right click on iTunesSetup and choose "Extract" to somewhere you know. eg C:\itunetemp
    4. Open up folder where you extracted iTunesSetup and double-click applemobiledevicesupport.msi
    5. It should ask you if you want to repair or remove... choose remove.
    6. REBOOT your PC.
    7. Go back to where you extracted iTunesSetup and double-click applemobiledevicesupport.msi and go through the install.
    8. Plug in your iPhone.
    If all is well iTunes should automatically start and start syncing your iPhone.
    Goodluck all!
    Cheers.

  • [svn] 2312: CursorManager: New functionality and a fix for SDK-15029

    Revision: 2312
    Author: [email protected]
    Date: 2008-06-30 17:24:01 -0700 (Mon, 30 Jun 2008)
    Log Message:
    CursorManager: New functionality and a fix for SDK-15029
    * NEW: When the mouse leaves a window/stage where a cursor is set, the cursor no longer sits on the edge of the screen until the mouse comes back into the window, it disappears.
    * NEW: In AIR, when the mouse leaves an active window and glides over an inactive window (without giving it focus) where a cursor is set, the system pointer will be hidden and the custom cursor will appear while gliding over that window, and disappear when you leave that window.
    * FIX: When a cursor is set in a child Window, and the mouse moves over another Window or WindowedApplication, the cursor no longer disappears -- the correct system pointer or custom cursor will display.
    * Fixed listener leaks when switching systemManagers (neither Jason nor I can tell when/why it would happen in CursorManager, however).
    Reviewer: Jason
    Bugs: SDK-15029
    Doc: No
    QA: Yes, here's an exhaustive list of ideas:
    * We'll need tests for the new behaviors.
    * For all tests, we need to try behavior in air AND behavior in (sa)player, and test regressions.
    * Please test SDK-15583 again, all other cursor tests.
    * Take the test case for SDK-15029 and open up TWO MyWindows. Test how the cursors change across all three app windows when they are overlapped like a Venn diagram, with different combinations of custom cursors on and off -- we should have test cases for all of this behavior.
    * Test that custom cursors work properly when the mouse leaves a non-rectangular stage with transparency.
    * Test mouse drag situations -- drag off stage, release, move back to stage; drag off and back onto stage, etc.
    * In my tests, I found a lot of bad behavior in AIR, and player seemed to be fine. Do we have drag and drop use cases for AIR with custom cursors?
    A list of some bugs I encountered:
    * BUG (cosmetic): If the mouse is outside the stage when a cursor changes for the first time (say you toggle a checkbox which sets the cursor using the keyboard), the cursor will appear on the stage in the last known mouse position. When the mouse returns to the stage, everything will start working correctly again.
    * BUG (cosmetic): In AIR, if you drag out, and back into the window, then release, a MOUSE_OUT is fired again over the stage, which is wrong. The mouse coords given are (-1,-1), also wrong. This causes the system cursor to show instead of the custom cursor.
    * BUG: In AIR: if you drag off the edge of a Window with a custom cursor, the cursor will vanish. The MOUSE_OUT event correctly event fires while dragging off the window. Even though the handler tells the system mouse cursor to appear, it doesn't -- might be an AIR issue, since the mouse is still dragging when told to show. If you move back over the active window without dragging, the cursor goes back to normal.
    * BUG: In AIR: if you drag over another window with a cursor, MOUSE_MOVE events don't fire on that other window until you let go. Therefore, a custom cursor in that window does not get drawn, nor does a system cursor. If you move back over the active window without dragging, the cursor goes back to normal.
    * BUG: In AIR: When dragging, off a window, Event.MOUSE_LEAVE only fires after the mouse is let go (unlike MOUSE_OUT), EVEN IF the mouse is dragged back over the window and released over the window. So you're told the mouse left when it didn't.
    * BUG: In Player: I could never get Event.MOUSE_LEAVE to fire when added to the stage in saplayer or browser.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15029
    http://bugs.adobe.com/jira/browse/SDK-15029
    http://bugs.adobe.com/jira/browse/SDK-15583
    http://bugs.adobe.com/jira/browse/SDK-15029
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.a s

  • [svn:fx-trunk] 5224: Flex SDK Bug Fixes

    Revision: 5224
    Author: [email protected]
    Date: 2009-03-10 14:06:53 -0700 (Tue, 10 Mar 2009)
    Log Message:
    Flex SDK Bug Fixes
    SDK-19772 Initially invisible graphic element can not be made visible
    When visible is false, we were both setting the displayObject invisible and not drawing the graphics. When visible was then set to true, we changed the displayObject visibility, but didn't draw the graphics. The fix is to always draw the graphics when we are not sharing our displayObject. This way we simply toggle visibility on the displayObject on/off, instead of having to perform a redraw.
    SDK-19581 BitmapFill incorrectly handle source property
    Updated code to match code in BitmapGraphic. If the source is a class, we still need to check the type of the newly instantiated instance of that class.
    SDK-19085 unexpected behaviour when setting scaleX < 3 on a LinearGradient
    Internally, we no longer allow scaleX to be less than 2. Visually, this shouldn't have much impact.
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19772, SDK-19581, SDK-19085
    Reviewer: Evtim, Chet
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    http://bugs.adobe.com/jira/browse/SDK-19772
    http://bugs.adobe.com/jira/browse/SDK-19581
    http://bugs.adobe.com/jira/browse/SDK-19085
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/baseClasses/GraphicElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGradient.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-4.x] 15312: ComboBox bug fix

    Revision: 15312
    Revision: 15312
    Author:   [email protected]
    Date:     2010-04-09 13:51:32 -0700 (Fri, 09 Apr 2010)
    Log Message:
    ComboBox bug fix
    http://bugs.adobe.com/jira/browse/SDK-26089 - s:ComboBox is not updated correctly when selectedItem is removed from dataProvider
    Handle this specific case by overriding itemRemoved and clearing the textInput. Changing updateLabelDisplay messes with the custom selected item logic, which is why I chose a more localized solution.
    QE notes: none
    Doc notes: none
    Bugs: SDK-26089
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26089
        http://bugs.adobe.com/jira/browse/SDK-26089
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/ComboBox.as

    Stope
    Mailing me ***
    Sent from my I phone

  • [svn:fx-4.x] 14345: Mirroring bug fixes

    Revision: 14345
    Revision: 14345
    Author:   [email protected]
    Date:     2010-02-22 15:10:45 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25561 - MX PopUpButton displays popup inconsistently when layoutDirection is set to rtl
    http://bugs.adobe.com/jira/browse/SDK-25560 - MX ColorPicker displays popup inconsistently when layoutDirection is set to rtl
    Translate the position of the popup from the mirrored coordinates to the un-mirrored global coordinates
    http://bugs.adobe.com/jira/browse/SDK-25552 - The Spark CheckBox icon should be mirroring
    Removed setting the icon layoutDirection = ?\226?\128?\156ltr?\226?\128?\157. The icon should follow the mirroring of the component.
    http://bugs.adobe.com/jira/browse/SDK-25484 - MX Slider datatip is incorrectly positioned when layoutDirection is rtl
    Fixed two issues. The dataTip positioning is fixed by translating the position of the popup from the mirrored coordinates to the un-mirrored global coordinates. The second is fixing an issue of reversing the dataTipPosition when ?\226?\128?\156left?\226?\128?\157 or ?\226?\128?\156right?\226?\128?\157 when mirrored.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25561, SDK-25560, SDK-25552, SDK-25484
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25561
        http://bugs.adobe.com/jira/browse/SDK-25560
        http://bugs.adobe.com/jira/browse/SDK-25552
        http://bugs.adobe.com/jira/browse/SDK-25484
        http://bugs.adobe.com/jira/browse/SDK-25561
        http://bugs.adobe.com/jira/browse/SDK-25560
        http://bugs.adobe.com/jira/browse/SDK-25552
        http://bugs.adobe.com/jira/browse/SDK-25484
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider. as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml

  • [svn:fx-4.x] 14376: Mirroring bug fixes

    Revision: 14376
    Revision: 14376
    Author:   [email protected]
    Date:     2010-02-23 16:31:35 -0800 (Tue, 23 Feb 2010)
    Log Message:
    Mirroring bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25427 - HTML AIR component should not be mirrored even when layoutDirection=rtl
    Set layoutDirection=ltr in defaults.css
    http://bugs.adobe.com/jira/browse/SDK-25626 - The Spark VSlider dataTip is not positioned correctly when layoutDirection=rtl. It obscures the thumb.
    Translate the position from mirrored local coordinate to global coordinates.
    http://bugs.adobe.com/jira/browse/SDK-25584 - MX MenuBar displays menus offscreen when layoutDirection is rtl
    Added logic to keep the menus from going off the left side of the screen.
    QE notes: none
    Doc notes: none
    Bugs: SDK-25427, SDK-25626, SDK-25584
    Reviewer: Hans
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
        http://bugs.adobe.com/jira/browse/SDK-25427
        http://bugs.adobe.com/jira/browse/SDK-25626
        http://bugs.adobe.com/jira/browse/SDK-25584
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/defaults.css
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/VSlider.as

  • [svn:osmf:] 12425: Extending unit tests, and fixing a bug.

    Revision: 12425
    Revision: 12425
    Author:   [email protected]
    Date:     2009-12-03 04:22:59 -0800 (Thu, 03 Dec 2009)
    Log Message:
    Extending unit tests, and fixing a bug.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/CompositeMetadata.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestCompositeMetadata.as

  • [svn:fx-trunk] 14222: ComboBox copy bug fix

    Revision: 14222
    Revision: 14222
    Author:   [email protected]
    Date:     2010-02-17 16:05:08 -0800 (Wed, 17 Feb 2010)
    Log Message:
    ComboBox copy bug fix
    http://bugs.adobe.com/jira/browse/SDK-25278 - Copying the selected text in a closed ComboBox causes it to open its drop-down
    The CopyOperation was triggering opening the dropDown. Added a listener for the TextInput "changing" event, storing the text value. Then in the change handler, we only open the dropDown if the text has changed.
    QE notes: add test
    Doc notes: n/a
    Bugs: SDK-25278
    Reviewer: Kevin
    Tests run: ComboBox, checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25278
        http://bugs.adobe.com/jira/browse/SDK-25278
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ComboBox.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-beta1] 6868: Simple beta 1 fix for legacy usages of CSSStyleDeclaration() that do not pass in a selector to the constructor.

    Revision: 6868
    Author:   [email protected]
    Date:     2009-05-12 16:27:33 -0700 (Tue, 12 May 2009)
    Log Message:

    You would make this a little easier if you posted a link to the page.
    Most of the jump seems to be some extra padding or margin between the tabs  when you rollover, but I am not able to find it.  Is there any other css that is governing this page? I did remove a couple of <p></p> set of tags you had  and it improved the jump, but it is still there.
    If the page is live, run it through the validator http://validator.w3.org/ , fix whatever errors it finds, if you still have the jump, post a link to the page and the issue might get found.
    Gary

  • [svn:fx-trunk] 5243: Two Mxml Vector fixes.

    Revision: 5243
    Author: [email protected]
    Date: 2009-03-11 12:13:39 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Two Mxml Vector fixes.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19808, SDK-19810
    API Change: NO
    Reviewer: Gaurav
    Code-level description of changes:
    reflect/TypeTable.java
    Modified getElementType() by checking for vectorType instead of
    arrayType and moving the Array handling to the else block.
    builder/VectorBuilder.java
    Modified ElementNodeHandler to use isAssignableTo() instead of equals().
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19808
    http://bugs.adobe.com/jira/browse/SDK-19810
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/VectorBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/TypeTable.java

  • [svn:osmf:] 13977: First check in to fix bug FM-332, more to come.

    Revision: 13977
    Revision: 13977
    Author:   [email protected]
    Date:     2010-02-04 10:32:41 -0800 (Thu, 04 Feb 2010)
    Log Message:
    First check in to fix bug FM-332, more to come.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-332
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/manifest/F4MLoader.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Manifest.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/Media.as
    Added Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/BootstrapInfo.as
        osmf/trunk/framework/OSMF/org/osmf/manifest/DRMAdditionalHeader.as

    (Removed)

  • [svn:fx-trunk] 10270: * A beta 2 fix.

    Revision: 10270
    Author:   [email protected]
    Date:     2009-09-15 10:54:40 -0700 (Tue, 15 Sep 2009)
    Log Message:
    A beta 2 fix.
    QE notes:
    Doc notes:
    Bugs: SDK-21830
    Reviewer: Corey
    Cycloner: Gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Code-level description of changes:
      frameworks/tests/basicTests/halo/views/CollectionTests.mxml
        Removed extra curly brace found by running without direct AST
        generation.  I'll be logging a bug for this.
      modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        Modified getDescriptorDeclaration() to use new
        DescriptorGenerator.addDescriptorInitializerFragments() signature.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified getDefinitionBody() to use new
        DescriptorGenerator.addDescriptorInitializerFragments() signature
        and pass in an empty Set for the properties to include.  This
        outputs only the children, which is what we want.
        Modified generateDefinitionBody() to do the direct AST generation
        equivalent.
      modules/compiler/src/java/flex2/compiler/mxml/gen/DescriptorGenerator.java
        Renamed getDescriptorInitializerFragments() to
        addDescriptorInitializerFragments() and added list,
        includeDesignLayer, and indent parameters to allow more control
        over the output.
      modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        Modified generateBindingsSetupFunction() to call
        generateTwoWayPrimaryAssignment() and added
        generateTwoWayPrimaryAssignment().
        Modified addDescriptorInitializerFragments() and
        addDescriptorProperties() by adding an includeDesignLayer
        parameter.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21830
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/halo/views/CollectionTests.mxml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/DescriptorGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 8344: Rect radius bug fix

    Revision: 8344
    Author:   [email protected]
    Date:     2009-06-26 16:58:50 -0700 (Fri, 26 Jun 2009)
    Log Message:
    Rect radius bug fix
    http://bugs.adobe.com/jira/browse/SDK-21867 -   Rect with only radiusX properly set does not render properly
    Fixed Rect?\226?\128?\153s handling of radiusX and radiusY to match the spec.
    ?\226?\128?\156If a properly specified value is provided for radiusX but not for radiusY, then the user agent processes the Rect element with the effective value for radiusY as equal to radiusX. If radiusX is not specified, or is specified as zero, then the user agent processes the Rect element as if no rounding had been specified, resulting in square corners.?\226?\128?\157
    QE Notes: Update tests
    Doc Notes: Update docs to mention this new behavior
    Bugs: SDK-21867
    Reviewer: Awaiting review
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21867
        http://bugs.adobe.com/jira/browse/SDK-21867
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Rect.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 10275: Beta 2 bug fix.

    Revision: 10275
    Author:   [email protected]
    Date:     2009-09-15 12:13:55 -0700 (Tue, 15 Sep 2009)
    Log Message:
    Beta 2 bug fix. Remove styleProxy from SkinnableTextBase, and replace with pushing padding styles from the skin into the textDisplay.
    QE notes: -
    Doc notes: -
    Bugs: SDK-20479
    Reviewer: Jason
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20479
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

Maybe you are looking for

  • Removing and re-installing bootcamp...damage hard drive?

    Hi. A few days after I got my Macbook, I installed Bootcamp and Windows XP Home on it. After realizing i didn't have much use for it, at the time, I removed the partition using the Bootcamp assistant. I recently re-installed Bootcamp on my Macbook, t

  • Best practice for presenting different storage vendors arrays..?

    Hi, can't seem to find a specific answer in writing on this. Typical FlexPod already deployed, with different vsans on different n5ks. Uplinks from UCS / NetApp are FCoE. So I now want to present some normal FC (not FCoE, nexsan) storage to the same

  • I have problem with installing the latest version of iTunes

    I have this message "Apple Mobile Device" failed to start. What i have to do now?

  • Keypad Lighting for BB Curve 3G 9300

    Hi, can't seem to find in the options how to enable the lighting for the keypad of my BB Curve 9300 3G model.  Can't type anything in the dark because i can't see the keypad due to absence of back lighting.  Thanks.

  • 30pin-thunderbolt cables

    hi everyone! I need an advice. I own an Alpine car audio system and they dont have their own connector USB-Thunderbolt yet except this one "Alpine KCE-422i" (30-pin). So when I bought Lightning to 30-pin Adapter (http://store.apple.com/us/product/MD8