[svn] 4830: * Resubmitting 4795 with an additional fix for unresolved namespaces

Revision: 4830
Author:   [email protected]
Date:     2009-02-04 08:03:13 -0800 (Wed, 04 Feb 2009)
Log Message:
* Resubmitting 4795 with an additional fix for unresolved namespaces
  that come from variables.  For example:
    var ns:Namespace = new Namespace("blah");
    foo.ns::bar();
  This is part of the fix for SDK-17798.  It allows
  DataBindingFirstPassEvaluator to find type information for
  namespaceBT2 in:
  But this isn't a complete fix, because I couldn't figure out how to
  allow the PropertyWatcher for "test_namespace::namespaceBT2" to
  access the property.  The solution will probably be to provide the
  open namespaces to the PropertyWatcher, but I haven't figured out
  how to do this yet.
tests Passed: checkintests, performance testsuite
Needs QA: YES
Needs DOC: NO
Bug fixes: SDK-19047, SDK-17798 (partial fix)
API Change: NO
Reviewer: Erik
Code-level description of changes:
  semantics/FlowAnalyzer.java
    See notes for revision 4795.
  util/Context.java
    Modified processUnresolvedNamespaces() to report an error if we
    can't find a Slot for the namespace, but no longer report an error
    if we find a Slot without a Value.  This happens when the
    namespace is defined in a variable.  ConstantEvaluator will not
    have run yet, so the Slot for the namespace will not have a Value.
    We just silently punt in this case.  The VM will report an error
    at runtime if the namespace can't be resolved.  Unfortunately,
    data binding won't be able to track down change events in this
    case, though.
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17798
    http://bugs.adobe.com/jira/browse/SDK-19047
    http://bugs.adobe.com/jira/browse/SDK-17798
Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java

Similar Messages

  • [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-3.x] 7499: Addendum to fix for BLZ-233 - adjust visibility of new internal heartbeat util methods to protected from private .

    Revision: 7499
    Author:   [email protected]
    Date:     2009-06-02 16:10:08 -0700 (Tue, 02 Jun 2009)
    Log Message:
    Addendum to fix for BLZ-233 - adjust visibility of new internal heartbeat util methods to protected from private.
    QA: No
    Doc: No
    Checkintests Pass: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-233
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    inspired2apathy wrote:
    ... The goal is a ScrollPane that automatically wraps the text inside it. I've just about got it, but I have one thing that's not working. If I just put the JTextArea{s} in as the Editor, then you lose the any text that doesn't fit inside whatever the initial size was. Instead, I put the JTextAreas inside a JScrollPane which works fine, except that I still have to determine the size of the JScrollPane in advance. I would like to make each Editor/JScrollPane start out with just a single line of text and expand until it reaches a certain small number of lines.
    ... What am I missing?THE BASICS. See if this isn't what you are trying to do.
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JTextArea;
    public class Test
      public static void main(String[] args) {
        JTextArea ta = new JTextArea();
        ta.setLineWrap(true);
        ta.setWrapStyleWord(true);
        JScrollPane sp = new JScrollPane(ta);
        JFrame f = new JFrame();
        f.getContentPane().add(sp, "Center");
        f.setBounds(0, 0, 400, 300);
        f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
        f.setVisible(true); 
    }OP, your code was too long and complicated for me to compile and run. However, aren't you forgetting the two simple methods <tt>JTextArea.setLineWrap()</tt> and <tt>JTextArea.setWrapStyleWord()</tt>? Furthermore, I absolutely see no need for you to extend SWING components for demonstration this simple -- that is, if I understand your problem correctly.

  • [svn:bz-4.0.0_fixes] 20589: Merge fix for Watson #2818669 from BlazeDS trunk to BlazeDS 4.0.0_fixes.

    Revision: 20589
    Revision: 20589
    Author:   [email protected]
    Date:     2011-03-03 14:18:53 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Merge fix for Watson #2818669 from BlazeDS trunk to BlazeDS 4.0.0_fixes.
    This fixes an issue with a call to System.getProperty in AbstractAmfInput causing an AccessControlException when used in an Applet.
    Checkintests: passed
    Modified Paths:
        blazeds/branches/4.0.0_fixes/modules/core/src/flex/messaging/io/amf/AbstractAmfInput.java

    Hi,
    The problem seem to be, its trying to create the same table again and hence the oracle error ORA-995.
    First try restarting the installation. If doesn't work, clean up and start from the beginning.
    Hope this solves your problem.
    Feel free to revert back.
    --Ragu

  • [svn:fx-4.x] 14051: PopUpAnchor bug fix for Marshall Plan

    Revision: 14051
    Revision: 14051
    Author:   [email protected]
    Date:     2010-02-08 17:42:08 -0800 (Mon, 08 Feb 2010)
    Log Message:
    PopUpAnchor bug fix for Marshall Plan
    http://bugs.adobe.com/jira/browse/SDK-25348 - Marshall Plan rendering error in AIR
    The fix is to replace PopUpAnchor.getPopUpMatrix() with MatrixUtil.getConcatenatedComputedMatrix(this).
    The PopUpAnchor needs to place the popUp relative to the SystemManager that is attaching the popUp. MatrixUtil.getConcatenatedComputedMatrix will stop at the correct displayList parent regardless if it is a trusted or untrusted sub app.
    QE notes: Add test case to mustella for this bug
    Doc notes: none
    Bugs: SDK-25348
    Reviewer: Alex
    Tests run: PopUpAnchor, DropDownList, ComboBox
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25348
        http://bugs.adobe.com/jira/browse/SDK-25348
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/PopUpAnchor.as

    Revision: 14051
    Revision: 14051
    Author:   [email protected]
    Date:     2010-02-08 17:42:08 -0800 (Mon, 08 Feb 2010)
    Log Message:
    PopUpAnchor bug fix for Marshall Plan
    http://bugs.adobe.com/jira/browse/SDK-25348 - Marshall Plan rendering error in AIR
    The fix is to replace PopUpAnchor.getPopUpMatrix() with MatrixUtil.getConcatenatedComputedMatrix(this).
    The PopUpAnchor needs to place the popUp relative to the SystemManager that is attaching the popUp. MatrixUtil.getConcatenatedComputedMatrix will stop at the correct displayList parent regardless if it is a trusted or untrusted sub app.
    QE notes: Add test case to mustella for this bug
    Doc notes: none
    Bugs: SDK-25348
    Reviewer: Alex
    Tests run: PopUpAnchor, DropDownList, ComboBox
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25348
        http://bugs.adobe.com/jira/browse/SDK-25348
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/PopUpAnchor.as

  • [svn:fx-3.x] 7852: Changing the fix for SDK-19811 as the E4X escaping behavior is dependent on the target player  (i.e.

    Revision: 7852
    Author:   [email protected]
    Date:     2009-06-15 13:34:23 -0700 (Mon, 15 Jun 2009)
    Log Message:
    Changing the fix for SDK-19811 as the E4X escaping behavior is dependent on the target player (i.e. swfVersion) rather than the version of the runtime.
    QE: Yes, please test --target-player=9 and 10, and AIR
    Doc: No
    Checkintest: Pass
    Reviewer: Svetlin
    Bugs: SDK-19811 - SOAPEncoder double-encodes string values in AS proxy code generated from .NET webservices
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19811
        http://bugs.adobe.com/jira/browse/SDK-19811
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig. as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as

    I checked my java version on my mac, and its 1.3.1.
    So I thought that I would update my pc's java to 1.3.1.
    After doing that, and verifying that it was updated,
    I still get the s ame exceptions when I use backspace
    on a new font!!! I just don't get it.
    Maybe it doesn't have to do with the java version, maybe its a computer
    setting or something. I'd switch to the mac and program
    it on that, however that seems ridiculous that it
    would refuse to work on my pc. Any suggestions?
    im running win98 SE on the pc, if that helps anyone.

  • [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

  • Please come out with a new fix for IOS 7.1 Apple!

    Dear Apple,
    Please create a fix for the battery life issue for ios 7.1 for 5S.
    I have tried restoring the phone to new and problem persist.
    When the phone was new, even when Im on LTE, the battery does not suck at all.
    With LTE, the battery was stable back when the phone was new.
    Now Im losing 2% every minute even with LTE off and other things like Background App refresh and Brightness etc turned off and low.
    5S is too expensive of a phone to have this problem.

    You ARE NOT addressing Apple here by posting in a public user to user technical support forum, a fact that you were made fully aware of when you signed up to the forum and signed and accepted the terms and conditions before joining.
    If you want to give Apple feedback, then send them feedback directly - http://www.apple.com/feedback, but don't post it here where nobody can do anything about it.

  • [svn:bz-trunk] 22848: Add back the fix for Watson 2780086.

    Revision: 22848
    Revision: 22848
    Author:   [email protected]
    Date:     2011-10-02 11:00:09 -0700 (Sun, 02 Oct 2011)
    Log Message:
    Add back the fix for Watson 2780086. This was originally added in changelist 21123 and then backed out in changelist 21160.
    Checkintests: passed
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/security/LoginManager.java

    The problem is that the one available in the repo does not support sfz files (it only supports gig).
    I just compiled the one from AUR. I don't know how I missed that, even though I looked for it in the AUR. It's working perfectly now.
    I am curious though why the one directly from the site was not compiling.
    Thanks a million for the tip

  • [svn:osmf:] 16892: Code change to the fix for FM-934

    Revision: 16892
    Revision: 16892
    Author:   [email protected]
    Date:     2010-07-12 15:55:59 -0700 (Mon, 12 Jul 2010)
    Log Message:
    Code change to the fix for FM-934
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-934
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as

    (Removed)

  • [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:bz-4.0.0_fixes] 22242: bug fix for watson 251328, backporting to 3. 1 branch from trunk

    Revision: 22242
    Revision: 22242
    Author:   [email protected]
    Date:     2011-08-26 07:41:45 -0700 (Fri, 26 Aug 2011)
    Log Message:
    bug fix for watson 251328, backporting to 3.1 branch from trunk
    adding a getFlexClient(String id, boolean createIfNecessary) would be useful and the current getFlexClient(String id) can simply call getFlexClient(id, true).
    Modified Paths:
        blazeds/branches/4.0.0_fixes/modules/core/src/flex/messaging/client/FlexClientManager.jav a

    awd_uk...
    Using two pieces of software, a webpage and this walk-thru I was able to successfully put my old text messages onto the new iOS 5.0.
    Can be found here >> https://discussions.apple.com/thread/3375277?start=90&tstart=0
    Look for benhefron's post. It's magic.
    Thanks again....
    *SHiNK*

  • [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

  • Frustrated with lack of fix for LR launch freeze

    This LR CC launch freeze issue is frustrating and the inability to get support is unsatisfactory.
    The two Adobe solutions do not work.
    Numerous uninstall/reinstall do not work.
    Impossible to get support on the chat line.
    Losing faith in the product.
    Just join the long and growing queue I suppose.

    Verizon can mail you a Sim for free. No travel time to a corporate store.
    http://www.apple.com
    In their community help forum the not being able to activate is listed there as well as the fix.
    Good Luck

  • Fix for Safari 5 hanging up with loading pages

    After reading the other extensive threads on this topic, one of the articles linked in those threads that helped me the most is found here... http://www.labnol.org/internet/tools/opendsn-what-is-opendns-why-required-2/2587 /
    The solution appears to be the DNS problem for many new Safari 5 users (if not most). The article linked above demystified DNS for me. I added the OpenDNS numbers in the windows entitled "DNS Server" at System Preferences > Network. Safari 5 on my computer now works at lightning speed. The added benefit to doing this is that it is much faster than my previous DNS servers, and it is more secure.
    I hope that Apple will spread the word about this simple and fast solution, because many Safari 5 users are very frustrated right now.

    I also have problem with hanging up freezing up and all the above and actually Safari 5 made my entire computer inclosing other browsers I use very slow now,
    so I hope Apple come up with a fast fix for this soon because a lot of people have problems I have three laptops in my family my kids tonight said they have the same exact problem as far as using the DNS that you were talking about I'm afraid that I would run into some security issues I am not sure if it is something Apple would also suggest to all the people that are having this problem. I have not seen any feedback yet on open DNS

Maybe you are looking for

  • Test for file download complete

    Does anyone know an accurate way to test that a file download is complete? Reports are being brought down from a server and I want to know if the download is complete before I begin parsing the file. Anyone know how to do this? Is File.canWrite() an

  • Video plays on iPhone 3G, but not iPhone 2G or iPod Touch 1st Gen

    Hi all, We're creating videos to be played on iPhones and iPod touch's. The videos are working fine on my iPhone 3Gs but won't play on my iPod touch 1st gen or a 2G iPhone. I've had a look and the supported video list is exactly the same on all iPhon

  • How to adjust ACD?????

    I just received my new 23" ACD. I had to send it back due to bad power transformer but now it works and it looks great!!!!! However, when using programs such as Illustrator or Photoshop the tool palettes appear very small. The text is so small in the

  • How can i found associated Function module in IDOC

    Hi all my outbound idoc is QPMK how can i found the associated function module for this idoc

  • Strange problem with select options, problem in my code or standard bug?

    I have a selection screen with no intervals. In my select option When i give a range for example BT(Between) 1 to 3 and then if i  remove 3 (s-high) value and press enter the BT changes to EQ automatically which is correct. Suppose i select BT as my