Access Keys not blocked when popup is open

Hi,
We are using Jdeveloper 11.1.1.4 and we have the requirement to add access keys on specific buttons in our application.
When a popup is open the background page is disabled and the user cannot click on buttons outside the popup.
If however a button in the background has an access key and the user uses it, the action gets executed.
Is this a bug? does anyone know of a workaround in order to block the access keys in the background when a popup is open?
Gabriel.

Hi,
We got an answer from Oracle support... not the one we were hoping for though:
"the Development team confirming that _the issue is not a defect_. We have an Enhancement Request 10170506 logged for the issue to be _considered_ by Development in the future releases......."
The access keys functionality is a high priority for our clients and this is going to be a serious issue for us.

Similar Messages

  • Getting error "Object variable or with block variable not set" when trying to open a FR report in studio

    Problem Description
    We are on FR 11.1.2.2.305 installed on AIX. a user is getting this error: "Object variable or with block variable not set" when trying to open a FR report from FR studio client installed on windows xp . Initialy, we thought it may be a FR client installion issue. We uninstalled and cleaned up registry and did a fresh installation of the client but the issue still persists. The FR server and the client are on the same version.
    The user is a LDAP user who is facing the issue. We have confirmed with other users and they dont have any issue accessing FR report from their own client but when they try to connect from the users machine who is having issues, the others users also see the above error. All the users are ldap users and all belong to same shared services groups so the provisiong is the same.
    Any input will be appreciated.
    Thanks

    OK, in this case of one single computer, please make sure that settings as per below KB document as in place and then validate the issue:
    Internet Explorer (IE7, IE8, IE9 and IE10) Recommended Settings for Oracle Hyperion Products (Doc ID 820892.1)
    The information in this document applies to the following Enterprise Performance Management products:
        Calculation Manager
        Data Relationship Management (DRM)
        Enterprise Performance Management Architect (EPMA)
        EPM Workspace
        Essbase Administration Services (EAS)
        Financial Data Quality Management (FDM)
        Financial Management (HFM)
        Financial Reporting
        Foundation Services
        Interactive Reporting
        Planning
        Shared Services
        Web Analysis
    Thanks!

  • I am getting a message Internal Error Instacast keys not defined when I open one of the local tv news apps on my iPad. What do I need to do to fix it?

    I am getting an error message "Internal error Instacast Keys not defined" when I open a news app from one of my local tv stations. What is causing this?

    Hello, MommaLloyd24. 
    Thank you for visiting Apple Support Communities.
    Here are the steps I would recommend going through as they should resolve the issue.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • Recent podcasts of podcasts I subscribe to are not downloading when iTunes is opened

    recent podcasts of podcasts I subscribe to are not downloading when iTunes is opened or Touch sync is attempted. 

    Presumably, you normally open iTunes and let it automatically check for new epsiodes. (The frequency with which it does this can be changed, see below.) Have you allowed it time to think about checking? My iTunes is set to check only once a day.
    First of all, make sure that the Settings for Podcast downloads are still set the way you want. (Settings have been known to change - especially after iTunes updates).  Look in Library/Podcasts/Settings (which is at the bottom of the Podcasts window) and makes sure that Check for new episodes: is not set to "manually" and that When new episodes are available is not set to to "do nothing".
    If those settings are okay, make sure that your iTunes can still access the internet. (Can you get the the iTunes Store front page?) If other programmes can access the internet, but iTunes cannot, check that your firewall will allow iTunes access.
    Let us know how you get on.

  • I started setting up a web page with iWeb. Auto play box is checked, but music will not play when page is opened.

    I started setting up a web page with IWeb.
    Several proplems so far:
    1) Auto Play box checked for music, but music does not start when page is opened.
    2) Can't get Quicktime "start/stop" slide to start and finish a section within a long piece of music (classical for example).  How does one work the slide bar to do this?

    Yes the audio file plays on the iWeb page when I click the play button.  I even made sure it played both without the “little boxes” that surround the icon (don’t know the technical name for those), and when I click the music icon without the little boxes.
    I did note that the iTunes window that appears when I open the Inspector is not highlighted until I click the music icon and those little boxes appear.  Then the Start/Stop, Auto Play,  Loop, and Show Movie Controller are highlighted —  and work properly.
    One other thing.  I see that the iWeb icon I am working from says “Domain copy.sites2.”  Does that have a bearing on anything?

  • HT5509 In guided Access does not unlock when I Press the home button I need to run down the Battery and turn back on and it is then out off guided Access

    In guided Access does not unlock when I Press the home button I need to run down the Battery and turn back on and it is then out off guided Access

    How To Get Out Of Guided Access On iOS6? : TechNGuide
    SOS I cannot Exit Guided access: Apple Support Communities

  • Requested registry access is not allowed when opening Infopath Forms on Sharepoint 2013

    Hello Technet Community.
    I hope this will help anybody out there that experienced this problem after patching Sharepoint 2013.
    I have a distributed 3-tier Sharepoint 2013 environment. All of a sudden, after the last round of patched released on 7-Jul-2014, opening Infopath forms would throw a "something went wrong" error.
    Looking at the ULS logs, you would see the error "Requested registry access is not allowed.".
    I have looked at tons of posts on different blogs, and all pointed out that you need to grant "read" permissions to the application pool user (in my case a service account in AD) to the registry key (and subkeys):
    HLKM/Software/Office Server/15.0
    That indeed works, but it is not the proper way to do it. You should grant "read" permissions to this local group:
    WSS_WPG
    And special permissions to this local group:
    WSS_ADMIN_WPG
    Here is a snapshot of the special permissions needed
    By the way, the WSS_PWG local group contains the app pool service account.
    I do not know why patching Sharepoint removed these permissions from the registry keys, but oh well...
    Anyway, Sharepoint is now happy and Infopath forms work as expected.
    Claudio

    Check if your service account or infopath service account has access to server and specially registry
    http://blogs.technet.com/b/spsforum/archive/2011/11/02/quick-solution-5-requested-registry-access-is-not-allowed.aspx
    To solve the issue, please follow these steps:
    Use the Process Monitor to monitor the registry, once you get the following ACCESS DENIED message(You can filter the result with “Result contains Access Denied”):  
    Date & Time:      <date time>
    Event Class:        Registry
    Operation: RegOpenKey
    Result:  ACCESS DENIED
    Path:     HKLM\SOFTWARE\Microsoft\Office Server\14.0
    TID:        2020
    Duration:             0.0000297
    Desired Access:                Read
    Open Registry Editor (Start > Run, type regedit)
    Open key: HKLM\SOFTWARE\Microsoft\Office Server\14.0(got from Process Monitor from step 1)
    Assign the SharePoint Timer Service account the Read permission to this key
    One can open registry using regedit command. In Registery editor go to 
    HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\15\Secure\FarmAdmin
    Check central  administration app pool Identity  have permission on FarmAdmin. Permission can be check on right clicking FarmAdmin --> Permissions.
    If this helped you resolve your issue, please mark it Answered

  • Dreamweaver reports file "not found" when attempting to open files from SMB server...

    User's work-files are hosted on a Windows Server 2003 SP2 volume accessed via SMB. She's been opening and saving the files from the server successfully in Dreamweaver for years from other Macs running Dreamweaver CS4.
    Now she has an iMac running 10.7.4 and Dreamweaver CS6... and it's not the SMB problem you'd expect.
    She mounts the server volume. She opens and saves files normally with full r/w permissions from any app... except Dreamweaver. For any file that she attempts to open in Dreamweaver -- whether from the Finder or from within Dreamweaver -- Dreamweaver pops up an alert reporting that the file at the file-path was not found. The same file is easily accessible from other apps and from the Finder. She continues to have full read/write access to the shared volume.
    Local copies of the files do not have the problem. It only affects files hosted on the server and it only happens in Dreamweaver.
    So, I create a new user account and everything works fine... The user mounts the sharepoint, opens a file with Dreamweaver... perfectly normal. Then she quits Dreamweaver and relaunches it... everything's fine. Repeatedly. It all works normally. She quits Dreamweaver and unmounts the share, then she mounts the share again and tries to open a file in Dreamweaver again... and it reports that the file was not found.
    This is reproducible: If the server volume has been mounted and unmounted repeatedly under any user account, that triggers the error which continues occurring under that user account from that point on. A restart will not fix it. A safe-boot will not fix it. (In fact, restarting seems to trigger the problem by unmounting the volume.)
    I tried trashing the entire contents of the ~/Library folder in one of the test-user accounts. It doesn't fix the problem. Once it strikes a user account, the only temporary fix seems to be using a new user account. And that's like a ticking time bomb just waiting for the problem to pop up again.
    Any ideas?
    TIA!!

    I've seen on two computers so far. Looking at the mount point under unix, the share is being mounted at two different locations. This is normal behaviour for Macs when you mount two different shares with the same name.
    From terminal I run:
    df
    Which returns something like
    /dev/disk0s2                           1951845952 224463456 1726870496    12%    /
    devfs                                         360       360          0   100%    /dev
    map -hosts                                      0         0          0   100%    /net
    map auto_home                                   0         0          0   100%    /home
    //[email protected]/website  204360384  38067872  166292512    19%    /Volumes/website
    //[email protected]/website  204360384  38067872  166292512    19%    /Volumes/website-1
    map -fstab                                      0         0          0   100%    /Network/Servers
    Notice that the share "website" has been mounted once as website, and again as website-1. This is the underlying unix name for the share, which is how most programs (99% sure including Adobe suite products) will reference files. So, if it thinks that the file is at /Volumes/website/site/index.html but can only see /Volumes/website-1/ then it doesn't know what to do.
    The confusion arises because both will show in Finder as "website". Even more annoying is that Finder does not always unmount shares correctly, so that /Volumes/website might not be accessible but /Volumes/website-1 will be. As far as the user is concerned, the share "website" is still mounted, but as far as Dreamweaver is concerned, it isn't, although website-1 is.
    It's the same share, same data, but is being referenced by different names, so does not seem accessible.
    BUT
    I don't have a solution yet, apart from force unmounting both (or rebooting), remounting, and checking that Dreamweaver is using the right share (perhaps by removing and readding from within Dreamweaver).
    Tedious.

  • E -mail is froze up and will not respond when trying to open a message

    Was de
    Letting messages from email and app froze up and will not respond to try and open up or delete messages

    Try resetting your device. Hold down the sleep and home keys, past when you see the red power down slider and until you see the silver apple. Let it reboot and try again.

  • Why are some of my keys not working when I put a bit of pressure on it?

    Hi there, since 4 months ago I've noticed that my a, q, 1, backspace, and volume buttons do not work when theres a little bit of pressure on or under it. It kind of bothers me because I cant lay in bed and do my things, I have to put it on a table. So my question is, why is this and how can I fix this?
    5 or more weeks ago, I can't remember, my keys did suddenly work when there was a bit of pressure on / under it, but I don't know how..
    I'm running OS X Mavericks 10.9.4
    Processor: 1.3 GHz Intel Core i5
    Memore: 4 GB 1600 MHz DDR3

    What is your operating system?  Reader version?  How do you convert to PDF?
    You write that "some" of the links don't open; what's the difference with links that do open?

  • NSP NW04s - Sneak Preview Developer Access Key -- NOT WORKING !!!!!!

    Folks,
    I have installed the NW04S NSP ABAP system. Everything went fine with the installation. The key which is given in the installation document '29671482393151224771' is not working for developer BCUSER.
    I see many other folks facing the same issue in the forum and I tried all the ways posted in the forum... creating Z and Y program Se38 and tried with SE80, but no luck.
    I would highly appreciate if any one have a crack on this issue. Infact I reinstalled the system thinking there could be a flaw in my fisrt installation... but the result is same.
    Thanks much.
    -Guru

    I tried 00000000000000000000 and that is also NOT working. My trial version is now licensed for 90 days on a Windows XP professional laptop. I do not know if I had the problem before I renewed the INITIAL 4-weeks licence to the 90-day license. 
    Everything else works fine. I can create and run various programs using the trial version. However when I attempted to modify an implementation method in the ABAP class -  BCALV_TREE_EVENT_RECEIVER, I am asked for an Access Key. 
    Is anybody from SAP looking into this? I believe it is clear that there is a problem with Access Key for a number of us. That the default 29671482393151224771 is NOT working for everybody.
    Any help in solving this Access Key issue is greatly appreciated.
    Thanks!

  • OS doc not available when LR is open

    When LR4 is open, the only way that I can get to my OS doc is to hide LR - otherwise the doc does not respond. Is this normal? It's quite the nuisance.

    You might have put LR into full-screen mode inadvertently. Press the 'F' key on the keyboard and see whether that changes it back. (This cycles through 3 different window modes.)

  • Cs5 gives error that camera type is not supported when trying to open raw files but worked fine earlier

    Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw.
    Please visit the Camera Raw help documentation for additional information.
    THis is what I get when trying to open files. Half my session opened fine then all of a sudden i get this error. Won't open in LR5 Either. HELP! using LR5 AND CS5 ON A IMAC with a canon 5dm3. everyhting is up to date as i I checked..

    I will try that now. It reads that it is up to date but I will reinstall. The session after it loaded just fine on the same card

  • Ribbon not showing when form is opened

    I have a 2007 application.  In it I have create the Usys... table and created 3 ribbons.
    1- Hide everything
    2- Ribbon for my forms
    3- Ribbon for my reports
    I set my db option to startup with Ribbon 1, and this works.  I associated ribbon 2, in my form's properties "Robbon Name", but when the form open, the ribbon does not display?  Anyone have any ideas?
    I can set any ribbon as my startup ribbon, they all appear to work.  The issue is that it won't switch to ribbon 2 when the form is opened.  When a report is opened however, ribbon 3 does appear.  Why won't ribbon 2 appear when my form opens? 
    I have validated my XML using the Custom UI Editor & all 3 ribbons validate (Custom UI XML is well formed!).
    Now I know ribbon 3 works, but if I associate that ribbon to the form, it will not display either.  So it appear that it isn't because of the ribbon, but something else?
    Another question while we are on the subject of ribbons.  I litterally copy/pasted ribbon 2  to create ribbon 3 and then edited it as required, but some tabs, groups,... have the same names between the ribbons, can this be an issue or since they
    start for scratch = true, it will have no impact?
    Thank you,
    Question.Boy

    Hi,
    the two best sites (in my opinion) to learn about ribbons:
    www.accessribbon.de
    www.andypope.info
    and indispensable:
    http://soltechs.net/CustomUI/AllGal.asp
    I use the technique of just one ribbon (one XML file) edited with notepad ++ and the invalidate method conjungate with Application.CurrentDb.Properties("ribbonXXX").Value  to change the tabs.
    See the start of my xml (all I'vd learn so far...)
    <customUI
    xmlns="http://schemas.microsoft.com/office/2006/01/customui"
    onLoad="XXX_onLoad">
    <commands >
    <command
    enabled="false"
    idMso="ApplicationOptionsDialog"/>
    <command
    enabled="false"
    idMso="Help"/>
    </commands >
    <ribbon startFromScratch="true" >
    <officeMenu>
    <button idMso="FileOpenDatabase" visible="false" />
    <button idMso="FileCloseDatabase" visible="false" />
    <button idMso="FileNewDatabase" visible="false" />
    <splitButton idMso="FileSaveAsMenuAccess" visible="false" />
    </officeMenu>
    <qat>
    </qat>
    <tabs >
    <!-- _____________________________________________________________ TABS PARA APLICAÇÃO XXX -->
    <tab
    id="tb_XXX"
    getLabel="CB_getLabel" getVisible="CB_getVisible">
    <group
    id="gp_FICHEIROS_XXX"
    getLabel="CB_getLabel">
    <button
    id="btn_CRIAR_FICHEIRO_XXX"
    getEnabled="CB_getEnabled" getImage="CB_getImage" getLabel="CB_getLabel"
    getScreentip="CB_getScreentip" size="large" getSupertip="CB_getSupertip" onAction="CB_onAction"/>
    </group >
    </tab >
    </tabs >
    </ribbon >
    </customUI >
    then I have those subs CB_getEnabled, CB_getImage, CB_getScreentip in a module call AllCallbacks...
    Read this just like an example or hints, not the best way to go. 
    HTH
    João

  • Top Sites Not Visible When Safari is Opened by a Link

    When Safari is opened via a link, such as a link within an email, clicking on the Top Site button in the menu bar does not show my Top Sites (the starting web page remains visible). The Top Sites are there because you can click in the location where you know a Top Site should be and you will go to that linked page. In order to get this working properly again, you have to close Safari and reopen. I have tried resetting Safari/Top Sites but no success. I hope this is clear; it's easier to demonstrate than to describe.

    Since the problem started ocurring after installing another application, I would suspect something with that last installation. Without knowing more about the installations, I would not be able to help much. Did the other installation perhaps install another DLL of the same name? Try uninstalling the last app to see if the problem goes away.
    - tbob
    Inventor of the WORM Global

Maybe you are looking for

  • 2TB Time Capsule and Time Machine on Snow Leopard 10.6.1 slooooooow

    I have a 2TB Time Capsule on a 100Mps LAN that is shared by my Mac Pro and an iMac G5. No USB devices are connected to the Time Capsule. The Time Capsule and both computers are connected to the LAN through a LinkSys 8-port Cable/Router/DHCP. While in

  • How can I delete my Apple Community account without deleting my Apple ID?

    I created this Apple Community thing with the username "it'$ jaime". I chose that name since I was really bored. I wish to change it so is there any way I can change it or delete this account and make a new one? If so, please answer me. I will apprec

  • Can't connect macbook to wireless printer via time capsule

    I recently installed time capsule as my lan router. i use a 10.6.8 macbook; i use a brother mfc-6490 printer wireless. the printer was working fine on my previous setup, which used just a normal wireless router. the printer sees the wireless network

  • Movie downloads but stays in temp folder with no artwork

    I purchased the old classic Forrest Gump and watched it fully download. However when completed it showed up in movies but with no artwork and when i double clicked it could not locate the file and showed the '!' symbol.  When i searched around i noti

  • Problem with importing movies from my Sony HDR-SR5

    Having trouble importing movies from my Sony HDR-SR5. The computer is reading HD camcorder but Iphoto is coming up and not Imovie. I don't have any still pics and SD movies. When I go into imovie camcorder does not show up. Any suggestions?