[svn] 2893: Fixes for SDK-16507 and SDK-16502.

Revision: 2893
Author: [email protected]
Date: 2008-08-19 08:46:45 -0700 (Tue, 19 Aug 2008)
Log Message:
Fixes for SDK-16507 and SDK-16502. Tweaked the order of binding setup a bit, and took care of some edge cases related to function binding.
Reviewer: Paul Reilly
Bugs: SDK-16507, SDK-16502
QA: Yes
Doc: No
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-16507
http://bugs.adobe.com/jira/browse/SDK-16502
http://bugs.adobe.com/jira/browse/SDK-16507
http://bugs.adobe.com/jira/browse/SDK-16502
Modified Paths:
flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Binding.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/Watcher.as
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDef.vm
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

Similar Messages

  • [svn:fx-trunk] 13288: Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611 .

    Revision: 13288
    Revision: 13288
    Author:   [email protected]
    Date:     2010-01-05 15:21:57 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611.
    We now preserve whitespace for all of the spark "text" tags at compile time (but not only-whitespace content if an alternate text attribute was specified).
    QE notes: Please ensure that whitespace preservation continues to work, including for the scenarios mentioned in previous issues SDK-22601, SDK-23160, SDK-23972.
    Doc notes: N/A
    Bugs:
    SDK-24699 - Binding does not work with Spark TextInput "text" property
    SDK-24611 - MXML compiler should preserve whitespace in FlowElement tags (such as
    Reviewer: Paul
    Tests run: checkintests, mustella RichText, List, TextArea (the 2 baseline position failures existed prior to these changes)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
        http://bugs.adobe.com/jira/browse/SDK-22601
        http://bugs.adobe.com/jira/browse/SDK-23160
        http://bugs.adobe.com/jira/browse/SDK-23972
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-3.x] 13209: Adding same fix for SDK-23838 and SDK-24205 to 3. x from trunk.

    Revision: 13209
    Revision: 13209
    Author:   [email protected]
    Date:     2009-12-23 15:45:53 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Adding same fix for SDK-23838 and SDK-24205 to 3.x from trunk.
    The dropDown was not receiving changes to styles nor dataproviders. This was a result of not recreating the dropDown each time it was shown. I've changed the default of the flag for destroying the dropDown to be true. I've also modified the code to only not destroy the dropDown when it is showing or being shown. I?\226?\128?\153ve also moved some of the code in the animation handler to check for a null dropDown first before destroying it.
    QE notes: No
    Doc notes: No
    Bugs: SDK-23838, SDK-24205
    Reviewer: Jason
    Tests run: checkintests, ComboBox
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23838
        http://bugs.adobe.com/jira/browse/SDK-24205
        http://bugs.adobe.com/jira/browse/SDK-23838
        http://bugs.adobe.com/jira/browse/SDK-24205
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

  • [svn:fx-trunk] 7071: Providing assignable lvalue context while parsing rvalues in preparation to fix bugs such as SDK-17748 and SDK-18877 .

    Revision: 7071
    Author:   [email protected]
    Date:     2009-05-19 08:17:09 -0700 (Tue, 19 May 2009)
    Log Message:
    Providing assignable lvalue context while parsing rvalues in preparation to fix bugs such as SDK-17748 and SDK-18877. This change makes the compiler aware of a new piece of metadata . When parsing text values, this metadata instructs the TextParser to not look for literal syntax for Arrays, Booleans, Numbers, etc... and instead just treat the content as String. However, it will still honor { } binding syntax and @function syntax.
    Once TLF and Gumbo text components are updated to use this metadata on the appropriate properties we will be able to close the bugs mentioned above.
    QE: Not yet
    Doc: No
    Checkintests: Pass
    Cyclone Tests: Mxunit, Mxunit - compc, Mxunit - rsl, Mxmlcunit, Compiler api all pass.
    Reviewer: Paul
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-17748
        http://bugs.adobe.com/jira/browse/SDK-18877
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ArrayBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/PrimitiveBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/VectorBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/NodeTypeResolver.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/TextParser.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/ValueNodeHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Effect.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Property.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Style.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/StatesModel.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
    Added Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/Assignable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/reflect/DynamicProperty.java

  • [svn] 3189: Accepted patch supplied in SDK-16641 and SDK-16643 to fix bad text measurement when the textIndent style is non-zero (as reported in SDK-16454 and SDK-15558).

    Revision: 3189<br />Author:   [email protected]<br />Date:     2008-09-11 17:33:50 -0700 (Thu, 11 Sep 2008)<br /><br />Log Message:<br />-----------<br />Accepted patch supplied in SDK-16641 and SDK-16643 to fix bad text measurement when the textIndent style is non-zero (as reported in SDK-16454 and SDK-15558). The reported width should include the indent.<br /><br />Although this fixes the problems reported with Accordion and Button labels (and some other components like Panel that appeared in the bug examples), it doesn't fix the Text component (even though it appeared in the bug eaxmple for SDK-15558). For example, the following still is truncated for some reason:<br /><br /><mx:Text text="This mx:text gets truncated" textIndent="50"/><br /><br />This is presumably a separate bug, so I'm accepting the patch as being a step forward even if not a complete solution to textIndent-related measurement problems.<br /><br />Reviewer: N/A<br />Bugs: Patch SDK-16641 for SDK-16454; Patch SDK-16643 for SDK-15558<br />QA: Please file a new bug for the <mx:Text> problem.<br />Doc: No<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/SDK-16641<br />    http://bugs.adobe.com/jira/browse/SDK-16643<br />    http://bugs.adobe.com/jira/browse/SDK-16454<br />    http://bugs.adobe.com/jira/browse/SDK-15558<br />    http://bugs.adobe.com/jira/browse/SDK-15558<br />    http://bugs.adobe.com/jira/browse/SDK-16641<br />    http://bugs.adobe.com/jira/browse/SDK-16454<br />    http://bugs.adobe.com/jira/browse/SDK-16643<br />    http://bugs.adobe.com/jira/browse/SDK-15558<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/core/UITextFormat.as

  • [svn] 4656: Fix SDK-18823 and SDK-18885 - Skin tweaks to both default skins and wireframe skins .

    Revision: 4656
    Author: [email protected]
    Date: 2009-01-23 18:07:45 -0800 (Fri, 23 Jan 2009)
    Log Message:
    Fix SDK-18823 and SDK-18885 - Skin tweaks to both default skins and wireframe skins. Its important to note that the wireframe skins for Spinner and NumericStepper are a bit behind the default skins look, but we'll be spending some time next iteration cleaning up the wireframe skins so thats ok for now.
    QA: Yes - you might have to regen some bitmaps based on the tweks.
    Doc: No
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18823
    http://bugs.adobe.com/jira/browse/SDK-18885
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerDecrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerIncrButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxSpinnerSkin.mxml

  • [svn:fx-trunk] 12295: fix for FLEXDOCS-889, and add doc on the WindowedApplication.useNativeDragManager property

    Revision: 12295
    Revision: 12295
    Author:   [email protected]
    Date:     2009-11-30 13:41:29 -0800 (Mon, 30 Nov 2009)
    Log Message:
    fix for FLEXDOCS-889, and add doc on the WindowedApplication.useNativeDragManager property
    QE notes: -
    Doc notes: -
    Bugs: - FLEXDOCS-889
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FLEXDOCS-889
        http://bugs.adobe.com/jira/browse/FLEXDOCS-889
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/AnchorStyles.as

  • [svn:fx-trunk] 13276: Min/ Max size fixes for AIR Window and WindowedApplication.

    Revision: 13276
    Revision: 13276
    Author:   [email protected]
    Date:     2010-01-05 07:18:31 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Min/Max size fixes for AIR Window and WindowedApplication.
    AIR won?\226?\128?\153t allow you to set the min width greater than the current max width (same is true for height). You also can?\226?\128?\153t set the max width less than the current min width (same is true for height). The code that sets nativeWindow.minSize and nativeWindow.maxSize has been modified to take this into account.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-24566
    Reviewer: Corey
    Tests run: checkintests, apollo/spark/components/Window.as, apollo/spark/components/WindowedApplication.as, apollo/Window, apollo/WindowedApplication
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24566
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as

    THank you , Nancy. Appreciate the input.
    So instead of this:
    <a class="brand" href="index.html"><img src="../img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    Would it be something like this?:
    <a class="brand" href="index.html"><img src="http://ConsumersAdvocate/img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    And if I do that, is there a way to cope with that locally so that DW can still display the images?
    jeff

  • [svn:fx-4.x] 14255: Fix for ?xml and !DOCTYPE lines reversed in ASDoc DITA output

    Revision: 14255
    Revision: 14255
    Author:   [email protected]
    Date:     2010-02-18 12:39:52 -0800 (Thu, 18 Feb 2010)
    Log Message:
    Fix for <?xml> and <!DOCTYPE> lines reversed in ASDoc DITA output
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25548
    Reviewed By: Paul
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25548
    Modified Paths:
        flex/sdk/branches/4.x/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGener ator.java

    Running the script by python2 solves it for me:
    su - mythtv -c "nice -n 19 python2 /usr/bin/tv_grab_nl_py --output ~/listings.xml"
    Best regards,
    Cedric

  • [svn:bz-trunk] 10631: Proper fix for BLZ-343 and LCDS-1153.

    Revision: 10631
    Author:   [email protected]
    Date:     2009-09-28 05:23:42 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Proper fix for BLZ-343 and LCDS-1153.
    Refactored the common logic for AMF0 and AMF3 back into AbstractAmfInput. Resolving class aliases, creating and registering a property proxy and instantiating the appropriate class are now handled in the superclass. The resolved className and the proxy are 'returned' to the subclasses via a holder array created in the subclasses and sent as a parameter.
    blazeDS checkintests pass
    lcds-trunk checkintests pass with the new flex-messaging-core.jar
    lcds-trunk alltests-dataservice pass with the new flex-messaging-core.jar
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-343
        http://bugs.adobe.com/jira/browse/LCDS-1153
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/AbstractAmfInput.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf0Input.java
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Input.java

  • [svn] 2650: Add fix for blz-221 and BLZ-225 for samples app

    Revision: 2650
    Author: [email protected]
    Date: 2008-07-29 09:48:41 -0700 (Tue, 29 Jul 2008)
    Log Message:
    Add fix for blz-221 and BLZ-225 for samples app
    Ticket Links:
    http://bugs.adobe.com/jira/browse/blz-221
    http://bugs.adobe.com/jira/browse/BLZ-225
    Modified Paths:
    blazeds/branches/3.0.x/apps/samples/WEB-INF/flex-src/traderdesktop/src/traderdesktop.mxml
    blazeds/branches/3.0.x/apps/samples/WEB-INF/src/flex/samples/marketdata/Stock.java

    Revision: 2650
    Author: [email protected]
    Date: 2008-07-29 09:48:41 -0700 (Tue, 29 Jul 2008)
    Log Message:
    Add fix for blz-221 and BLZ-225 for samples app
    Ticket Links:
    http://bugs.adobe.com/jira/browse/blz-221
    http://bugs.adobe.com/jira/browse/BLZ-225
    Modified Paths:
    blazeds/branches/3.0.x/apps/samples/WEB-INF/flex-src/traderdesktop/src/traderdesktop.mxml
    blazeds/branches/3.0.x/apps/samples/WEB-INF/src/flex/samples/marketdata/Stock.java

  • Possible fix for errors 11503 and 50

    Here's a possible fix for Error 11503 and for error 50.
    It worked for me and hopefully it will work for you.
    I believe this error is caused by the incomplete downloading of either an update to an app. In my case it was caused by closing the lid on my laptop when I was downloading app updates on a very slow internet connection in a hotel.
    Anyway, here is what I did that fixed it completely.
    Close iTunes.
    Go to this folder : /iTunes/Mobile Applications/Downloads
    You'll find tmp files there. Drag them out of this folder to a temporary folder on your desktop. The Downloads folder should now be empty.
    Restart iTunes.
    All should be fine.
    If it is, delete the desktop folder with all the temp files.
    If it's not, then I can't help further, but that's what worked for me.

    Several possible causes from the info you gave
    Battery level low - recharge it for at least 4 hours till the full charge sign displays (2 prong icon instead of lightning icon).
    Time to Reset the iPod - Press the Menu and center Button for about 10 secs till the Apple logo comes ON, then let go of the buttons.
    your hardisk is starting to give problems, hence the skipping and some song refuse to play. - Do a disk diagnostic - follow this post by tt2.
         https://discussions.apple.com/message/17028567#17028567
    If you have updated any sofware application in Windows, then follow this Apple support procedure
    http://support.apple.com/kb/TS1539
    Most likely you have to do all, as the iPod hardisk filesystem would have been corrupted, or else the iPod Reset would bring it to normal operation.
    Good Luck!

  • FAQ: Tips/Fixs for clicks, pops and glitches in sound ca

    I have come across this little article from the internet while surfing and thought it could be of some use posting it here. Follow the link below.
    Tips/Fixs for clicks, pops and glitches in sound card
    If after following the tips on this page you are still having troubles, then contact support or wait for other peers in the forum for further advise and suggestion.
    This particular phrase that's quoted from the article which is very true.
    "This is a HUGE topic and I have come across it many times. The hardest thing to do in tech support is to explain to someone that the fault is not to do with the audio card, but instead with the way the computer is setup or the fault of components in their system. Pcs are built to a budget and parts do suffer because of this."

    I know this stuff is 3 months old but I just got mine and hadn't yet used the pin function so now I know.
    I hope you are right Nancy that it will have updates, but I really doubt it. This is the norm for Microsoft when stuff they put out bombs. Dish Network had a DVR receiver many years ago that had Microsoft software installed and it was buggy to say the least. They updated it a few times but then abandon it. For a few years Microsoft wouldn't release the code to Dish Network to allow DN to fix the bugs. It was a real "Hate Microsoft" time for those users. DN had to put out their own coded DVR receivers and let the Microsoft ones die.
    I think VZ made a deal with MS and removed the stuff MS wasn't supporting. Then VZ put them out without needing a data package to unload them.

  • HT1766 I loaded the software fix for face time and it wiped out my contacts and photos. can I restore them?

    I loaded the software fix for face time and in loading the new software I lost all of my other content (WITHOUT ANY WARNING). This included my contacts, photos, music. The music I can restore and losing the contacts is an inconvenience, but losing the photos is devastating.
    Any ideas?

    What software fix for FaceTime? What software did you apply?
    Did you backup your iPhone before you updated it with whatever update you applied as described in HT1766? If so, did you backup to iCloud or iTunes? Either way your  data should be restorable from that backup.

  • Why does the "fix" for firefox copying and pasting not work?

    I did the fix a few times and restarted firefox, with no success. Also, I installed the latest version of firefox and it is slower now. I have to use firefox for school, otherwise I would just find another way.

    In what way is Firefox slow?
    Is this all the time or only with loading web pages?
    What kind of fix do you mean with: ''Why does the "fix" for firefox copying and pasting not work'' ?

Maybe you are looking for

  • Can you create your own Themes

    Please help I'm new to iweb and I'm trying to figure out who to create my own theme, complete with my own color palette, fonts etc? I maintain my sororities website and everything has to be pink and green but I would like for our site to have the pro

  • No records written to the transactional cube with the copy function

    Hi, I am unable to copy data from the basic cube to transactional cube, I have developed following: 1. Planning Area PA1 – for the basic cube 2. Planning Area PA2 – for the transactional cube 3. Multi planning Area MPA1 – over PA1 and PA2. 4. Plannin

  • Good stand for Macbook pro 15"

    I am looking for a good stand for playing live. Tired of using whatever I can muster up at each show. Cheers -Allan

  • Filter based group - viewing contents

    Hi, I'm trying to figure out how to see if a filter defined group on a Sun One 5.2 Directory server is getting the objects required. The filter group was defined by someone else. I've got several LDAP search tools available to me, but can't get resul

  • The table tablename is not present in this descriptor.

    Hello, I'm using JDev & TopLink 9.0.3. I get the following descriptor errors. I'm not sure what they mean or how to resolve it. I re-mapped the Advisor descriptor, but with same results. Thanks. EXCEPTION [TOPLINK-93] (TopLink - 9.0.3 (Build 423)): o