Missing focus indicator for selectOneRadio

Hello,
I am using JDeveloper 11.1.1.6.0.
I am working on a project that is required to meet accessibility standards and have run across an issue with the selectOneRadio. When there is no selection made in the radio (either by default or manual selection) and I tab to the radio button(s), there is no focused indicator (i.e. the dotted outline that tells users that the element is in focus).
The strange thing is that when one of the radio buttons are selected, tabbing over it DOES show the focused indicator.
I do not see any CSS that is disabling the outline when the radio button is focused.
I have tried adding some skinning selectors (see below) to no avail.
I use this page for reference when skinning ADF: Oracle ADF Faces - Selectors for Skinning ADF Faces Components
Things I have tried:
af|selectOneRadio::native-input:focus { // This one seemed the most obvious to me, but it does not have any effect.
    border: 1px dashed #000000;
// This one was in desperation. Doesn't work either.
af|selectOneRadio:focus,
af|selectOneRadio::content:focus,
af|selectOneRadio::content-input:focus {
    border: 1px dashed #000000;
Any ideas what would be causing this or how I could get it working?

Not really sure what happened, after about 45 minutes the app indicator appeared. I can't recall any actions during that time period that would cause it to be fixed.

Similar Messages

  • [Solved] Missing App indicator for Shutter

    I just went through the process of installing all of the [AUR packages] for [Shutter]. I made it through that process fine, no errors all the dependencies are installed. For some reason when I start the application the App Indicator doesn't appear, instead I just get a matted gray square:
    I would expect the actual shutter icon to be there:
    The icon itself doesnt appear to be missing I can see it in /usr/share/pixmaps along with other icons that are appearing: Dropbox, Redshift, PIdgin, etc...
    Any thoughts
    Last edited by mcmillhj (2014-02-05 17:10:48)

    Not really sure what happened, after about 45 minutes the app indicator appeared. I can't recall any actions during that time period that would cause it to be fixed.

  • Hide the focus indicator?

    Is there any way I can hide the focus indicator for
    everything in my document?
    Thank you for your help,
    Shane

    A focused TextField’s css is defined in caspian.css as follows:
           .text-field:focused {
        -fx-background-color: -fx-focus-color, -fx-text-box-border, -        
         fx-control-inner-background;
        -fx-background-insets: -0.4, 1, 2;
        -fx-background-radius: 3.4, 2, 2;
    }Create your own custom css and define TextField’s css as follows:
              .text-field  {
        -fx-background-color: -fx-focus-color, -fx-text-box-border, -        
         fx-control-inner-background;
        -fx-background-insets: -0.4, 1, 2;
        -fx-background-radius: 3.4, 2, 2;
    }In this case, focused and unfocused fields will be identical.
    You can also remove TextField’s border in your css file.
            .text-field {
        -fx-background-color: silver;
        -fx-background-insets: -0.4, 1, 2;
        -fx-background-radius: 3.4, 2, 2;
    }

  • Return Order incomplete because of missing address indicator (VBPA-ADRDA)

    Hello,
    Using the VA02 to create a subsequent retun order results in a complete return order created. However, when I use BAPI BAPI_CUSTOMERRETURN_CREATE to create the return order, the incompletion log identifies a missing address indicator   (VBPA-ADRDA) for the ship-to party. Both sold to and ship to party are defined as one time customers. Looking at the entries in table VBPA the problematic customer holds 'D' as the address indicator value while the other customer holds 'E' as the missing address value.
    What could be the reason for the missing address indicator for that specific customer while creation works fine using the subsequent retun order creation?
    Thanks in advance, Ziv.

    1: You took care of the copy controls.
    2: Whats the item category you are using in your return order. Please mark that item category as not relevant for pricing. Uncehck the pricing field in VOV7 for this item category. Also check the incompletion procedure to make sure "pricing" is not an entry.
    3: Please check the pricing procedure you are using for the return order type, uncheck any "Mandatory " pricing conditions.
    4: In the pricing procedure determination OVKK, please check you have the required entry for the return pricing procedure.
    Please test with these changes and see the results,
    Regards
    Sai

  • Message Indicator Options - Can I turn off missed calls indicator, but keep indicator for

    Can I turn off missed calls indicator, but keep indicator for other messages?  i.e. voicemails etc. 

    Yes you can.
    Press the green dial key to enter the call log > Menu key > Options > Call Logging and set the logging to NONE and save.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • XML mapping inheritance problem; missing class indicator field

    Hi!
    I am currently working on a project which involves mapping a large domain model on a XSD schema. For this we use Toplink 10.1.3.1 which is mostly great. But now I have a problem while wanting to use class inheritance.
    In my XSD I have the following defined
    <xs:complexType name="Traject">
         <xs:sequence>
              <xs:element name="SoortTraject" type="SoortTraject"/>
         </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SpecialTraject">
         <xs:complexContent>
              <xs:extension base="Traject">
                   <xs:sequence>
                                 [some elements] 
                   </xs:sequence>
              </xs:extension>
         </xs:complexContent>
    </xs:complexType>My XML is an implementation of this XSD and looks like this
    <Trajecten>
            <Traject xsi:type="SpecialTraject">
                     [implementation of the elements]
             </Traject>
    </Trajecten>My domain model corresponts to the XSD, so there is a Traject object and an inherited SpecialTraject object.
    In the mapping I used the Advanced properties->inheritance on both descriptors telling the Traject descriptor that it was the 'Root Parent Descriptor' ('Use class indicator field' -> 'use XML Schema Type attribute', 'Use class indicator dictionary') and the SpecialTraject what it Child Descriptor was ('Traject').
    When I test my mapping it always results in the same error (no matter how I configure this inheritance mapping). It says :
    [TOPLINK-44] missing class indicator field
    Descriptor: XMLDescriptor(Traject --> [])What am I doing wrong? Does anybody know a sollution?
    Best regards,
    Jouke Stoel
    Developer

    This is the changed XML descriptor file. When I deploy the file it automaticly overrides the old file so it ain't possible that I was still using the wrong file
    <toplink:class-indicator-mappings>
        <toplink:class-indicator-mapping>
            <toplink:class>Traject</toplink:class>
            <toplink:class-indicator xsi:type="xsd:string">Traject</toplink:class-indicator>
        </toplink:class-indicator-mapping>
        <toplink:class-indicator-mapping>
            <toplink:class>SpecialTraject</toplink:class>
            <toplink:class-indicator xsi:type="xsd:string">SpecialTraject</toplink:class-indicator>
        </toplink:class-indicator-mapping>
    </toplink:class-indicator-mappings>I have posted the stacktrace but I had to translate a bit because my exception was in Dutch :)
    Locale is a great invention
    Exception [TOPLINK-44] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DescriptorException
    Exception description: Missing class indicator field of database row [UnmarshalRecord()].
    Descriptor: XMLDescriptor(Traject --> [])
         at oracle.toplink.exceptions.DescriptorException.missingClassIndicatorField(DescriptorException.java:887)
         at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:84)
         at oracle.toplink.internal.ox.XMLRelationshipMappingNodeValue.processChild(XMLRelationshipMappingNodeValue.java:13)
         at oracle.toplink.internal.ox.XMLCompositeCollectionMappingNodeValue.startElement(XMLCompositeCollectionMappingNodeValue.java:62)
         at oracle.toplink.ox.record.UnmarshalRecord.startElement(UnmarshalRecord.java:352)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at oracle.toplink.internal.ox.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:189)
         at oracle.toplink.internal.ox.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:147)
         at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:228)
    .

  • CO27 - Missing part indicator (Urgent)

    Hi All,
    In CO27, i find for a few materials, the missing part indicator has been ticked, while for a few materials it is not. I would like to know how is this indicator being set by the system. Because for the parts which i do not seen the indicator ticked, are not available at the moment in stock & hence i believe this indicator should be ticked. Kindly let me know where all i should check.
    Vivek

    Dear Vivek
    1st question
    If no ava check  is not ticked and status check is ticked.
    System will check availability of material when released and saved. Then after this if the MAT not available  status NMAT you can see in the header. Once it is register, system will check the availability every time you saved till you will get the status with out NMAT. In case NMAT is not there during release and after that there was some problem with the material stock and let us say stock is reduced, then actually material is not available, but in production order Since NAMT is not there system will not check the material availability.
    In your case since you are checking the ava in background , if you want the system to check all orders with or without NMAT then don’t tick-status check.
    In this case system load will increase as system has to check all the orders.
    2.Please do not mistake this tick. This is applicable for HALB material, and not for Raw material.
    If you have HALB material and it is having stock of 10, production orders for this halb material lets say 2 prod orders released (qty 10 each) and 3 are not released(qty 10 each).
    Then ava qty will be
    I leave Production orders field blank = 10
    (ii) when i consider only released production orders = 10+10*2=30
    (iii) when i consider all production orders = 1010*210*3 = 60
    If you are taking raw material, this tick has not relevant
    your 3rd question -
    Ava check if material consists of 2 things
    checking rule - defined for a transaction - PP for production order, A is for sales order, B is for delivery etc.
    Checking group - what you define in material master 01/02/CH.
    Combination of above checking rule and checking group will fix the scope of check.
    Hence in OPJJ, you need to give checking rule and checking group both.
    as per understanding 01 will not change to 02 as in that plant 01 is fixed if it is in material master.
    Please come back if required
    If you want I will send you the preliminary document to understand what is AVA check if required.

  • Missing default flag for communication type in crm/business partner

    Hello!
    We've connected a crm 5.0 with an R/3-system (4.6c).
    The crm-system is the leading system...
    While inserting a new customer in crm with phone- and fax-number.
    After "save" we've got red bdocs, telling us that the standard entry for communication type is missing.
    In crm 5.0 there's no standard flag for the phone number but a fixed range with from-date and to-date.
    The R/3-system needs the default flag (an "X") as a sign that the number is the standard number.
    Anywhere there should be the problem...
    Is here anybody with some advices for us?
    Thanks a lot in advance.
    Best regards,
    Ingo

    Dear Ingo,
    I assume you talk about error message XR002
    You have 3 options to resolve the issue:
    1. In order to avoid error message XR002 you must set the Standard
    Indicator Validity in the maintained telephone in BP transaction.
    You can find this indicator in the yellow arrow near the telephone
    number. Here you must press the button "Standard Indicator Validity".
    2. In customizing you have the possibility to switch off the time
    dependency of the addresses causing the XR002.
    3. The error occurs due to missing ADRU entries for the communication
    data (Email, Phone, Fax etc).
    The function modules used in data exchange assumes that there is
    an ADRU entry for all addresses. This assumption is partially correct.
    If an address is created in Basis release 6.40 and above, then for all
    communication data of that address ADRU entries will be created.
    But if a Business Partner(with address) is created in release 6.20 or
    below and system is upgraded to 7.0, ADRU entries for the communication
    data of thoses addresses are not automatically created. When the user
    opens that BP in change mode & modifies the communication data and
    saves it then ADRU entries for that BP's communication data are created.
    There exist a correction report and several notes, so I think if above info
    is not able to help, it would be better to open a support message!
    Regards,Gerhard

  • Missed Call Indicator....wont go away!

    my phone froze 1 day as my husband was calling. Well his ringtone wnet off but the call never came up so that i could answer it, the whole thing froze and I had to restart it by taking out the battery.. Ever since I cannot get the 1 Missed Call indicator to go away. Ive restarted many times, Checked the call logs, it just wont go away....
    anyone else have any suggustions?
    thanks

    To clear the Misse Call Indicator complete the following steps:
    Connect the BlackBerry smartphone to the computer.
    Open BlackBerry Desktop Manager.
    Double-click Backup and Restore, then click Advanced.
    From the list of Device Databases, select the appropriate database.  For your problem, select Call Log.
    Click Clear.
    In the Warning window, click OK.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Focus indicator not showing after keyboard interaction

    I have a legacy Win32 application written in C, which is giving me trouble with regard to the keyboard focus indicator. This behavior is not seen with a small MFC application. In particular, the keyboard focus is not shown for controls. This is most obvious
    with a combo box with the droplist style, but is true of all controls.
    I use the ComCtrl32v6 manifest to use modern controls.
    I know about the Control Panel setting which turns on accelerator key and keyboard focus once the user interacts with the application in a particular way. With that setting Off, my understanding is that keyboard focus indicators are not shown until the user
    tabs between controls. And in fact, that is what I see with a small MFC application. But with my full legacy application, even tabbing between controls does not cause the focus indicator to appear.
    I suspect there is some interaction with the message loop I am using (though I am essentially doing GetMessage()/TranslateMessage()/DispatchMessage()). I say this because of some of the other questions I have read on this forum having to do with focus indicators
    and TAB key. Though I am not mixing COM or .NET with my C application.
    Is there some Win32 function I can call that tells Windows, "This application is being controlled by the keyboard, please show the various visual indicators"? Or some message I can respond to? Or anything?
    Now for the really strange bit. This behavior depends on how I start the application! If I start the application with a mouse click (either double-clicking a desktop shortcut, or clicking the Go icon in Visual Studio, or clicking the OK button on the Start->Run
    dialog), then I don't get focus indicators. But if I start the application with keystrokes (typing into a command prompt, pressing F5 within Visual Studio, pressing Return from the Start->Run dialog), then the focus indicators show up just fine.
    Thoughts? Help?
    Thanks in advance.

    Is there some Win32 function I can call that tells Windows, "This application is being controlled by the keyboard, please show the various visual indicators"? Or some message I can respond to? Or anything?
    Have you try something like this? Handling WM_KEYDOWN message:
    case WM_KEYDOWN:
    if(pMsg->wParam== VK_TAB){
    SetFocus(hwndctrl);
    http://msdn.microsoft.com/en-us/library/windows/desktop/ms646312(v=vs.85).aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • N80 - Missed call indicator not appearing on Activ...

    Hi All
    As title - the missed call indicator doesn't appear on the active standby screen on my N80 (when I've got missed calls, obviously). It does appear on other screens (applications and menus). All other icons do (new SMS, new Voicemail, USB, wireless etc). Firmware is the latest version (AFAIK, it's the .017 version, dated 03-05-2006). Is this just me, or do all N80s have this problem (I'm on orange, BTW).
    Thanks Si.

    Hi
    Thanks for the replies.
    I've been in touch with Orange, and I'm waiting for them to get back to me. Strangely, I spoke to Nokia support and they said the missed call indicator shouldn't appear on the active standby screen (i.e. the 'U' shaped arrow underneath the battery meter). I'm not convinced - has anyone else got an N80 they can test (phone yourself, hang up after a couple of rings, then choose "exit" on the notification message - do you get the missed call icon top right on active standby, or just on the menus / application screens?)
    Thanks
    Si.

  • Lumia 900 - Visual indicator for received messages...

    What settings do I have to modify to have a visual indicator that I have received an email or call?
    If you've been away, when you come back, how do you see there is a missed call or message? 
    It flashes when it comes in but goes back to black in a few seconds.  

    Ok, so I see there is not any LED that could be used as an indicator for received messages or calls. Shame.
    Thinking about this mayor fraud, you lost it Nokia, and trying to be creative I think we could do something to ammend the issue.
    Could someone write an app that smoothly fade in and out the Windows logo at the botton of the device?
    I will need to look into Microsoft's sdk and see what they allow to do, perhaps I could write such an app.
    If there are more developers out there that could look into this that will be great.

  • To Set Goods Receipt Indicator For Particular Line Items In SRM

    Hi All,
      i am working on BBP_DOC_CHANGE_BADI in SRM. i am trying to set the goods receipt indicator for particular line items based upon certain conditions. The values are being set in the badi. But when the Purchase Order is created in the backend R/3 i coudn't able to find the goods receipt indiactor being set..
    i used this field to set the GR indicator
      GR_IND = 'X'.  " Goods Receipt Indicator
    Can anyone help me in this?
    helpfull answers will be rewarded....
    Thanks,
    Murali

    To Murali and Christophe,
    I have set the GR and GR non val indicator in CREATE_PO BADI but I face the following situation :
    problem -
    In case of multiple account assignment in the shopping cart, the R/3 transaction ME21N sets these flags. 
    The flag status determined as per EBP conditions is lost.
    I need to retain the flag status as per EBP conditions even in this multiple account assignment scenario.
    proposed solution -
    - CREATE PO badi is already implemented in EBP and customised logic for GR and GR non valflag is in place.
    - I create user exit in R/3 backend system in ME21N transaction 
    - I make RFC call in this user exit to EBP and check the table BBP_PDPSET for the shopping cart.
    This is how I get the flag status as per EBP conditions and copy the same to R/3 thereby overriding the multiple account assignment check of the R/3 system.
    issue - 
    When I tried to verify that I can check the BBP_PDPSET table from R/3, I found that this table is not having entries for all the records in  CRMD_ORDERADM_I table.
    For which shopping carts will the BBP_PDPSET table not  be populated ?
    thank you in advance,
    Bhakti.

  • Error: Missing initial value for session parameter

    Hi,
    I'm facing a problem while running the ETL process for Complete 11.5.10 Execution Plan in DAC Client. Some tasks are getting failed beacuse of the following error:-
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: VAR_27026 [Error: Missing initial value for session parameter:[$DBConnection_OLAP].].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6163 [Error initializing variables and parameters for the paritition.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6226 [ERROR:  Failed to initialize session [SDE_ORA_Product_Category_Derive_Full]].
    ERROR : LM_36320 [Mon Nov 19 21:02:08 2007] : (2108|2632) Session task instance [SDE_ORA_Product_Category_Derive_Full]: Execution failed.
    When i checked the parameter file i can see the value assigned to the $DBConnection_OLAP. The same tasks ran successfully when i ran the ETL process for Complete 11.5.10 for the first time. I did not change anything after that and also all these are came built-in with the installation of Oracle BI Applications.
    Please anyone give me an idea what is causing the problem.
    Thanks,

    in DAC > Run History > Task Details, query
    Name = SDE_ORA_Product_Category_Temporary
    Open Status Description, look for string -lpf, the file after it is the actual parameter file DAC send to INFA server. E.g
    -lpf D:\DACTOPUS\Informatica\parameters\SDE_ORAR12_Adaptor.SDE_ORA_Product_Category_Temporary.txt
    Open the parameter file, most likely the [session_name] does not match with SDE_ORA_Product_Category_Derive_Full or some parameters are missing.

  • Delivery Completed Indicator for Services

    Hi Guys
    In PO's, in the delivery tab, the Delivery Completed Indicator appears only for Stock PO's. Is it possible to make the Delivery Completed Indicator appear for non stock PO's as well, I mean for services?
    Thanks

    Hi,
    It is not possible to setup Delivery Completed Indicator For Services Purchase orders or Non stock Items.
    Reg,
    Ashok
    Rewards welcome.

Maybe you are looking for