[svn] 4746: User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners .

Revision: 4746
Author: [email protected]
Date: 2009-01-29 15:36:59 -0800 (Thu, 29 Jan 2009)
Log Message:
User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners.
Bugs: SDK-16147 (bug), SDK-16963 (patch)
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-16147
http://bugs.adobe.com/jira/browse/SDK-16147
http://bugs.adobe.com/jira/browse/SDK-16963
Modified Paths:
flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as

Similar Messages

  • [svn:fx-3.x] 5526: User-submitted patch for SDK-19335 - DividedBox - improved includeInLayout handling

    Revision: 5526
    Author: [email protected]
    Date: 2009-03-24 13:06:11 -0700 (Tue, 24 Mar 2009)
    Log Message:
    User-submitted patch for SDK-19335 - DividedBox - improved includeInLayout handling
    Patch submission from Iwo Banas
    QE Notes: n/a
    Doc Notes: n/a
    Bugs: SDK-19335, SDK-19334
    Reviewer: None
    tests: checkintests, mustella (DividedBox)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19335
    http://bugs.adobe.com/jira/browse/SDK-19335
    http://bugs.adobe.com/jira/browse/SDK-19334
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/DividedBox.as

  • [svn] 3390: Fix for SDK-17067 - @exampleText does not work in mxml comments

    Revision: 3390
    Author: [email protected]
    Date: 2008-09-26 15:08:34 -0700 (Fri, 26 Sep 2008)
    Log Message:
    Fix for SDK-17067 - @exampleText does not work in mxml comments
    Fix for SDK-17076 - Mxml component with id but no mxml comment is not added to generated document
    QA: Yes
    Doc:
    Reviewed By: Pete
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17067
    http://bugs.adobe.com/jira/browse/SDK-17076
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java

    Wow, that's an interesting one - seems as though the sharedCursorPane has
    some hard requirement that the base App be mx (this isn't terribly
    surprising, considering it was built with the mx components, but it's still
    a bug). Can you link against the source code (provided for player 10 now!),
    and change that line in sharedCursorPane :
    From :
    Application(mx.core.Application.application).stage.removeEventListener(Mouse
    Event.MOUSE_MOVE, onMouseMove);
    To :
    stage.removeEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
    and see if that works for you? I can't honestly tell why we're using the
    line that was there... It's possible this was a workaround for another
    issue. Anyhow, if you wouldn't mind being the guinea pig for this one, we
    can get to the bottom of it.
      thanks!
       nigel

  • When I type in a keyword for a batch it does not take the first time. I always have to repeat the word?

    When I type in a keyword for a batch of Photos it will not take. It only takes the second time i enter the keyword?

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Custom column in a list view web part for a multilingual site does not take on custom language labels. Stays in default language.

    Hello all,
    I have what so far appears to be a fairly unique problem.  We are running a multilingual SharePoint 2010 environment with English as the default language and French as the secondary.  We have setup the sites in a variance relationship, but the
    issue I am discussing happens outside of a variant as well.
    We have created a library outside the variant (but within the collection) that the two sites must share.  A list view web part was created via Designer to add to each site to provide a quick view into the list.  If we are in the libary and switch
    to French, then update the column label it will remember the setting (because of the resource file) and maintain it as the language is flipped back and forth.  Where it doesn't work is as a web part in a variant or where the language is different.
    If the language is different, the out of the box columns work find, but the custom columns (all site columns not library\list columns) remain as the english label.  It doesn't matter if within a variant or outside with the browser language changed. 
    It always reverts back to English.  It's like it isn't using the same resource file that was used in the list itself.
    I created a custom view and modified it with xslt as per
    http://sharepoint.stackexchange.com/questions/50004/how-to-change-column-title-for-a-view-but-not-modify-the-list but this only worked within the list and did not occur in the list view either.
    I can't be the first that has come across it, either I am not performing my searches properly, no one has ever documented a fix for this or this is something we just can't fix with OOTB tools.  That's the other thing, the solution has to be accomplised
    OOTB or with minor client side changes.  I can't fire up Visual Studio because they are piloting Office 365 and have put a "No custom code" mandate on for migration.
    Thank you all in advance.

    Ok, I have come up with a solution.  I edited the XSLT for the web part on the page.  I did the following:
    1.    Create the variants in the Site Ccollection
    2.    Create the library outside of the variants.
    3.    Add all the columns you require for the library.  It is very important all the columns are there before you move on.
    4.    Create a French and English view.
    5.    Create the list view web part via designer.
    6.    Add the list view web part to each site selecting the appropriate view to use.
    7.      Edit the page in SharePoint Designer 2010.
    8.      Place cursor in the column you wish to modify.
    9.      Click Design in the List View Tools on the ribbon.  
    10.     Then click Customize XSLT and select Customize Item.  Select this option otherwise you will generate a **LOT** of unnecessary XSL code.
    11.     You are looking for a piece that resembles the following:
            <xsl:with-param name="fieldtitle">
              <xsl:value-of select="@DisplayName"/>
            </xsl:with-param>
    12.      Modify it by typing in the actual column name you want.  You should end up with something like this:
            <xsl:with-param name="fieldtitle">
              New Column Name.
            </xsl:with-param>
    13.      Now, for this page only, the column will be renamed.
    There are some caveats:
    1.    Doesn’t appear to work in a publishing portal.  I think this has to do with how SP stores the pages in this case.  In a publishing portal you can only modify the page layout which won’t work as we need to modify the content.
    2.    If you add another column, you will need to repeat the XSLT modification
    Anyways, I hope this helps out any others with the same issue or need as I had.

  • [svn] 3365: Applying user submitted patch SDK-16993 for bug SDK-15551.

    Revision: 3365
    Author: [email protected]
    Date: 2008-09-25 12:35:13 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16993 for bug SDK-15551.
    QA: Yes
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16993
    http://bugs.adobe.com/jira/browse/SDK-15551
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/collections/SortField.as

    Revision: 3365
    Author: [email protected]
    Date: 2008-09-25 12:35:13 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16993 for bug SDK-15551.
    QA: Yes
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16993
    http://bugs.adobe.com/jira/browse/SDK-15551
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/collections/SortField.as

  • [svn] 3367: Applying user submitted patch SDK-16889 for bug SDK-15290.

    Revision: 3367
    Author: [email protected]
    Date: 2008-09-25 13:26:08 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16889 for bug SDK-15290.
    QA: Yes
    Checkintests: pass
    Mustella: CurrencyValidator passes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16889
    http://bugs.adobe.com/jira/browse/SDK-15290
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/CurrencyValidator .as

    Revision: 3367
    Author: [email protected]
    Date: 2008-09-25 13:26:08 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Applying user submitted patch SDK-16889 for bug SDK-15290.
    QA: Yes
    Checkintests: pass
    Mustella: CurrencyValidator passes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16889
    http://bugs.adobe.com/jira/browse/SDK-15290
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/CurrencyValidator .as

  • [svn:fx-3.x] 5719: User-submitted patch to make keypad numbers work for selection in ComboBox

    Revision: 5719
    Author: [email protected]
    Date: 2009-03-28 18:50:54 -0700 (Sat, 28 Mar 2009)
    Log Message:
    User-submitted patch to make keypad numbers work for selection in ComboBox
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17276
    Reviewer: alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17276
    Patch submitter: Paul Taylor
    Community reviewer: Iwo Banas
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17276
    http://bugs.adobe.com/jira/browse/sdk-17276
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/listClasses/ListBase. as

    Hi,
    Found the reason for the problem. I think there's a bug in Flex that causes this. One of my formItem had an id="owner" and maybe flex has used this "owner" id somewhere internally. I changed the name and now all the comboboxes are working fine.

  • [svn:fx-3.x] 10974: Submitting customer patch for SDK-19188.

    Revision: 10974
    Author:   [email protected]
    Date:     2009-10-12 14:56:48 -0700 (Mon, 12 Oct 2009)
    Log Message:
    Submitting customer patch for SDK-19188. Correcting XSD scope lookup while decoding wrapped style document literal responses.
    QE notes: Please add a regression test for this scenario.
    Doc notes: N/A
    Bugs: SDK-19188
    Reviewer: Pete
    Tests run: Checkintests, webtier mxunit, flexunit
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19188
        http://bugs.adobe.com/jira/browse/SDK-19188
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/soap/SOAPDecoder.as

  • [svn] 2073: Applying user submitted patch, SDK-14964.

    Revision: 2073
    Author: [email protected]
    Date: 2008-06-13 11:29:07 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch, SDK-14964.
    Bugs: SDK-14963
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14964
    http://bugs.adobe.com/jira/browse/SDK-14963
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/dataGridClasses/Dat aGridHeader.as

  • [svn] 4687: Applying user submitted patch SDK-18304.

    Revision: 4687
    Author: [email protected]
    Date: 2009-01-27 09:20:38 -0800 (Tue, 27 Jan 2009)
    Log Message:
    Applying user submitted patch SDK-18304.
    Bugs: SDK-14834.
    Tests: ViewStack Mustella Tests.
    Doc Notes: None
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18304
    http://bugs.adobe.com/jira/browse/SDK-14834
    Modified Paths:
    flex/sdk/branches/3.3.0/frameworks/projects/framework/src/mx/containers/ViewStack.as

  • [svn] 2070: Applying user submitted patch SDK-15087.

    Revision: 2070
    Author: [email protected]
    Date: 2008-06-13 08:05:59 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch SDK-15087.
    Bugs: SDK-12301
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15087
    http://bugs.adobe.com/jira/browse/SDK-12301
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/validators/EmailValidator.as

  • [svn] 4898: Applying user submitted patch SDK-18303.

    Revision: 4898
    Author: [email protected]
    Date: 2009-02-09 07:13:50 -0800 (Mon, 09 Feb 2009)
    Log Message:
    Applying user submitted patch SDK-18303.
    Bugs: SDK-17366.
    QE Notes: None
    Doc Notes: None
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18303
    http://bugs.adobe.com/jira/browse/SDK-17366
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ButtonBar.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/NavBar.as

  • [svn] 4711: Applying user submitted patch SDK-17878.

    Revision: 4711
    Author: [email protected]
    Date: 2009-01-28 10:53:05 -0800 (Wed, 28 Jan 2009)
    Log Message:
    Applying user submitted patch SDK-17878.
    Bugs: SDK-17877.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17878
    http://bugs.adobe.com/jira/browse/SDK-17877
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

  • [svn] 2069: Applying user submitted patch SDK-15087.

    Revision: 2069
    Author: [email protected]
    Date: 2008-06-13 08:05:06 -0700 (Fri, 13 Jun 2008)
    Log Message:
    Applying user submitted patch SDK-15087.
    Bugs: SDK-12301
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15087
    http://bugs.adobe.com/jira/browse/SDK-12301
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/validators/EmailValidator.as

Maybe you are looking for

  • How do I remove multiple accounts from the iOS Notes?

    Hello, I recently signed up for iCloud and began syncing all info across it. On my iPhone Notes app, it lists 3 accounts: On my iPhone, On my Mac, and iCloud. How do I remove On my iPhone and On my Mac, so that I am just using iCloud? Thanks.

  • Accounting for varying values in Data merging

    Hi everyone, I've been asked to create a template for a degree certificate. So far I've created an InDesign document and used data merge to import the data from a .csv file. I've also used GREP styles to resize the name of the degree when it's longer

  • AirPort Extreme on a BIG Scale

    We are trying to use the AirPort Extreme on a bigger scale then most people. In one of my schools we have 20 AirPorts and each is connected via the WAN port to our existing Ethernet. We are not using WDS, and the IP distribution is shut off. We are h

  • Reports do not render in IE 11

    We have several reports built for our site that worked fine for our clients until they installed IE 11. Now most reports appear blank. After hours of researching I can create and fix the problem. The problem is that any report that contains a "line"

  • HSB Issue, related to prefs file?

    Hi, I've been migrating from cs5 to 6 and have everything setup as I like it, mostly. My issue is with gradients and their color mode. Previously, in cs5, the color mode stayed on HSB, now I have to select HSB because for some reason cs6 defaults to