[svn:fx-trunk] 12982: Fix for issue with exposing accessible names for combobox list items

Revision: 12982
Revision: 12982
Author:   [email protected]
Date:     2009-12-15 20:44:23 -0800 (Tue, 15 Dec 2009)
Log Message:
Fix for issue with exposing accessible names for combobox list items
QE notes: none
Doc notes: none
Bugs: n/a
Reviewer: Gordon
Tests run: checkintests
Is noteworthy for integration: no
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ComboBoxAccImpl.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ListBaseAccImpl.as

Add this to the end of your nav p CSS selector at Line 209 of your HTML file, after 'background-repeat...':
margin-bottom: -2px;
Your nav p will then look like this:
nav p {
          font-size: 90%;
          font-weight: bold;
          color: #FFC;
          background-color: #090;
          text-align: right;
          padding-top: 5px;
          padding-right: 20px;
          padding-bottom: 5px;
          border-bottom-width: 2px;
          border-bottom-style: solid;
          border-bottom-color: #060;
          background-image: url(images/background.png);
          background-repeat: repeat-x;
          margin-bottom: -2px;

Similar Messages

  • [svn:fx-trunk] 10635: * Fixed FB issue with FXG in library projects.

    Revision: 10635
    Author:   [email protected]
    Date:     2009-09-28 06:49:45 -0700 (Mon, 28 Sep 2009)
    Log Message:
    Fixed FB issue with FXG in library projects.
    QE notes:
    Doc notes:
    Bugs: FB-22197
    Reviewer: pfarland
    Cycloner: gcomnino
    Tests run: checkintests
    Is noteworthy for integration: Yes, fixes FB issue
    Code-level description of changes:
      Modified getSourceListMimeTypes() to include FXG mime type.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FB-22197
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java

  • [svn:osmf:] 16225: 856 - Fixed one issue with Example players SWF.

    Revision: 16225
    Revision: 16225
    Author:   [email protected]
    Date:     2010-05-19 14:55:45 -0700 (Wed, 19 May 2010)
    Log Message:
    856 - Fixed one issue with Example players SWF.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as

    BUMP, just incase its been missed by a new board member

  • [svn:fx-trunk] 5819: Fix asdoc issue for event description getting copied over to the class definition .

    Revision: 5819
    Author: [email protected]
    Date: 2009-03-31 13:15:14 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fix asdoc issue for event description getting copied over to the class definition.
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests, asdoc tests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    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-trunk] 8452: - Fix flicker problem with constraint bound text that is being autoSized.

    Revision: 8452
    Author:   [email protected]
    Date:     2009-07-08 08:38:32 -0700 (Wed, 08 Jul 2009)
    Log Message:
    - Fix flicker problem with constraint bound text that is being autoSized.  If the remeasure is done in a 2nd pass you will see a flicker as all the objects are moved to accommodate the reflowed text.
    - Fix data binding issue with text setter.
    - Rework measure() to accommodate implicit autoSize.
    If explicitWidth or widthInChars specified and explicitHeight or heightInLines specified, or for now, blockProgression != "tb", the text has fixed dimensions and is not auto-sized.
    If no text and width specified, but no height, start at specified width and one line high and grow taller.
    If no text and height specified, start at 1 char wide with the specified height and grow wider.
    If neither width nor height specified, and toFit lineBreaks, start at explicitMaxWidth, or default maxWidth of 160, and grow taller.
    If neither width nor height specified, and explicit lineBreaks width is unlimited and can grow taller.
    These are further constrained by min/max Width and Height except in the case that explicitWidth or explicitHeight are specified.
    - Change default maxWidth for RichText and SimpleText to 160 to match RET.  Previously it was 10000.  This is used for
    text with toFit lineBreaks if a width isn't specified.
    QA Notes: 12 or so TextGraphic tests fail because of the new default maxWidth.
    Doc Notes:SDK-22014, SDK-21837
    Reviewers: Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22014
        http://bugs.adobe.com/jira/browse/SDK-21837
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextContainerManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/TextGraphicE lement.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextEditManager.as

    You have used elements like header, footer, footer1 and nav without using the correct DOCTYPE declaration. Replace the first line of your code with
    <!doctype html>
    Also have a look here for other problems http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.surewest.net%2Fstorytales%2F test%2Fforposting.html
    After the above has been fixed, please come back here to fix the remaining problem(s)
    Gramps

  • [svn:fx-trunk] 11999: Fixed: ASC-3889 - Using setting in a for loop causes Verify error

    Revision: 11999
    Revision: 11999
    Author:   [email protected]
    Date:     2009-11-19 11:37:09 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Fixed: ASC-3889 - Using setting in a for loop causes Verify error
    Notes: emit pop after callstatic to a void function to balance the stack.
    Reviewer: jodyer+
    Testing: asc,tamarin,flex checkin tests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/ASC-3889
    Modified Paths:
        flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/CodeGenerator.java

    Blacklisting the ahci module does indeed get rid of the error. Would be nice to figure out why it was conflicting with the ahci module though.
    I have not yet tried the 173xx drivers, but the latest drivers for the Quadro FX 580 are the 256.53 drivers according to nvidia.
    Posted at the nV forums (http://www.nvnews.net/vbulletin/showthread.php?t=155282), so we'll see what they suggest.

  • [svn:bz-trunk] 21273: Fix an issue in MXMLServlet where we use context real path to locate sdk home .

    Revision: 21273
    Revision: 21273
    Author:   [email protected]
    Date:     2011-05-17 12:53:10 -0700 (Tue, 17 May 2011)
    Log Message:
    Fix an issue in MXMLServlet where we use context real path to locate sdk home.
    Modified Paths:
        blazeds/trunk/qa/resources/webtier/qa/src/qa/utils/mxml/MXMLCServlet.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 12060: Fix dependency issues

    Revision: 12060
    Revision: 12060
    Author:   [email protected]
    Date:     2009-11-20 12:12:21 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Fix dependency issues
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-24353, SDK-24354
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/gumbo/components/DropDownList
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24353
        http://bugs.adobe.com/jira/browse/SDK-24354
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/TextUtil.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/FTETextUtil.as

  • [svn:fx-trunk] 6131: Fix asdoc issue where it was ignoring components which appeared in multiple manifest files with loopup ="true"

    Revision: 6131
    Author:   [email protected]
    Date:     2009-04-10 10:20:58 -0700 (Fri, 10 Apr 2009)
    Log Message:

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • [svn:osmf:] 14713: Fixed preloader issue with work around.

    Revision: 14713
    Revision: 14713
    Author:   [email protected]
    Date:     2010-03-11 12:44:27 -0800 (Thu, 11 Mar 2010)
    Log Message:
    Fixed preloader issue with work around.   Underlying flash player bug filed.  https://bugs.adobe.com/jira/browse/FP-4114
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FP-4114
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as

    Thanks Very much for the reply.
    This issue came to development (we) through Support team only. Did you mean DB Team Support?.
    Also please let us know about the workaround suggested by DB Team.
    Thanks in advance.
    Joseph George

  • [svn:fx-3.x] 15427: Fix remaining issue with a TextInput leak

    Revision: 15427
    Revision: 15427
    Author:   [email protected]
    Date:     2010-04-14 13:31:07 -0700 (Wed, 14 Apr 2010)
    Log Message:
    Fix remaining issue with a TextInput leak
    When a component with a focusPane is removed, remove the focusPane as well to allow the component to be garbage collected.
    QE notes: None
    Doc notes: None
    Bugs: SDK-18551
    Reviewer: Alex
    Tests run: checkintests, managers/focusManager
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18551
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/FocusManager.as

    Real good, you are asking for help and the source code is blocked from being viewed.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum. <br />
    You're probably going to have to allow access to the source code for that page for anyone to be able to help you.

  • IOS 5.1 or iPhone Configuration Profile 3.5 for Windows has not fixed the issue with apply Proxy Settings

    iOS 5.1 or iPhone Configuration Profile 3.5 for Windows has not fixed the issue with apply Proxy Settings via a Configuration Profile. Has anyone else got the same issue? Are Mac users got this issue?

    This seems to be working for me now but will keep monitoring it the next couple of times I use it to make sure its not a one time thing

  • 8.1 did not fix Bluetooth issue with iPhone 5 and car

    8.1 didn't fix my issue with Bluetooth. I can receive calls and play music thru my Mazda CX-9 but I cannot make outgoing calls. My daughter has same issue with her iPhone 5 in her car so it has to be glitch with Apple yet. Please help. I'm so totally frustrated and I'm not eligible for iPhone 6 until January.

    I found there is another contact group list as part of the Bluetooth sync menu; altering that took care of the issue.
    This is a non-issue.

  • Directory Caching issue with Cisco Jabber client for Windows

    Hi ,
    I am facing cache issue with Cisco Jabber client for Windows. If I do any change related to modification or deletion of contacts in Active Directory/ Callmanager, it does not reflect in the Jabber. Because jabber takes the contacts from the locally stored cache file in the Windows system.
    Every time I have to remove the cache file to overcome this issue, practically it's not possible to do the same with all the Widows users. As, if any employee leaves the company and still I can see his contact appears in the "Cisco Jabber client". I have not seen this issue with Android/Apple iOS.
    Is there any automated way to remove the cache file? 
    Here is the detail of CUCM,Presence and Jabber.
    CUCM version: 9.1.x
    Presence          : 9.1.X
    Jabber              : 10.5 and 10.6

    Hello
    On our environment we had to install a dedicated Microsoft Certificate Authority "just for Cisco Jabber usage" to house the
    Network Device Enrollment Service.
    Our certificate for the CUPS were generated on this Certification Authority too.
    I discussed this certificate matter with my colleagues this afternoon and nobody seems to remember how these certificates were deployed into the
    Enterprise Trust store for the users.
    But I think they asked all 400 users to accept the 3 certificates by answering "yes" to the popup instead of using a script deployed by GPO...
    I wish you success with that deployment and really hope you have a technical partner that *Knows* this subject.
    Our partner left us alone with that unfortunately.
    Florent
    EDIT: If the "Certutil script method" works, please let me know. This could be useful in our own deployment.

  • HT1386 I have a new Macbook pro. I downloaded all previous Itunes purchases and then sync my IPhone. The New song that I purchased today appear on the IPhone however it will not play. How do I fix the issue with my IPhone?

    I have a new Macbook pro. I downloaded all previous Itunes purchases and then sync my IPhone. The New songs that I purchased today appear on the IPhone however it will not play. How do I fix the issue with my IPhone?

    Hey Etti101,
    I'd start off your troubleshooting process by deleting and redownloading the songs:
    If iTunes in the Cloud is available in your country, try the following steps to resolve the issue:
    Delete the purchased song that is exhibiting the problem from your iTunes library.
    Click on the Purchased link in the iTunes Store to view your previously purchased music.
    Download your previously purchased song from this list.
    via: Songs in iTunes may not play back completely
    http://support.apple.com/kb/TS4357
    Regards,
    Delgadoh

Maybe you are looking for

  • Using a mac 10.6.8 to print duplex to HP laserjet P1606dn, order of paper comes out mixed up

    using a mac 10.6.8 to print duplex to HP laserjet P1606dn, order of paper comes out mixed up as follows: the first page out is page 2, with 1 on reverse side, next page is page 4, with 3 on reverse side., etc.  This requires that I re-collate every p

  • After installing Darwinports 2.1, Apache no longer works

    Hi, After installing Darwinports 2.1 and Awstats 6.5 (via DP), Apache no refuses to start via the System Prefs. I noticed that during the Awstats install, DP started installing a lot of stuff, like Apache 2.2.2. Does anyone know if this has anything

  • I need help on how to get my new computer to sink with my ipod. Help

    Can some one please tell me how to get my ipod and Itunes to sink right on a new updated computer with out eracing everthing. I have lots of pictures that I had on the computer and lost. they are all on the ipod and don't know how to get them off or

  • CRASHING HELP!!

    Okay so I have exactly no idea as to what I am doing.  I need help on this situation or someone to shead some light on it because what ever I do, uninstall, reinstall, deleting cache, making a new user and downloading skype that way it just crashes.

  • Windows Updates showing Unknown computers

    Hi, I am deploying Windows Updates and the Statistics window shows a high number of 'Unknown' computers, how do I find out these machines and what is the best method to have this number as close to zero as possible? In the Software Library > Software