Move focus between elements of browser page doesn't work with JVM 1.6.x

Hi,
why JVM 1.6 doesn't support accessibility?
with JVM 1.5_10 or above it's possible to move from elements of IE browser page with tab and enter and exit from applet
with JVM 1.6 or using plugin 1.6 this is not more possible.
with plugin 1.6 and JVM 1.5 applet can gains focus but it doesn't release it
with JVM 1.6 applet doesn't gain focus and all keyevents are intercepted from browser.
to make my applet and page accessible I need to move focus between elements of browser page with tab,
and enter and exit from applet.
Just because my users can't use mouse but only keyboard.
Note that FireFox doesn't work at all, even if bug seems fixed https://bugzilla.mozilla.org/show_bug.cgi?id=93149
(you can watch a recorder right sample here on: http://www.vista.it/ing_vista_0311_video_streaming_accessibile_demo.php)
Please advise.

Hello Carl,
some things are so easy if some one takes place the clou. I clear all cache information in the firefox browser and all is working fine.
Thank you very much and have a nice weekend.
Regards
Thorsten

Similar Messages

  • Applet in a browser page  doesn't gain focus with JVM 1.6.x

    Hi,
    I have a problem to move TAB in a IE browser page with applet in a tag object using JVM 1.6.x
    with JVM 1.5_10 or above this is possible. You can move focus between elements page and enter and exit to applet object.
    Executing the same applet with the same JVM, but after installation of the latest 1.6 plugin, when applet gains focus it doesn't release it.
    With JVM 1.6, applet can't gain focus and manage keyevents; all keyevents are intercepted from browser (eg: IE toolbar elements are activated) .
    I need to move focus on elements of browser page with tab, and enter and exit from applet to make my application accessible event not using mouse !!
    (you can watch a recorder right sample here: http://www.vista.it/ing_vista_0311_video_streaming_accessibile_demo.php)
    Note that FireFox doesn't work at all, even if bug seems fixed https://bugzilla.mozilla.org/show_bug.cgi?id=93149
    Please advise.

    Hi,
    We have found a wor around for this problem.
    The following option has been unchecked and the applet could be loaded.
    Go to java control panel
    Under the Advanced Tab
    Under the Security section
    Uncheck the last option "Use TLSv1.0".
    This makes the applet work.
    But could not understand as why this is creating a problem.
    We have tried to include TLSv1.0 in the cipher suite of our apache server, while keeping the above option in java plugin control panel checked, but even that did not solve the problem.
    Please help me of how should I proceed for this problem, as I am totally stuck.
    Thank you.

  • WebScan doesn´t work with iPhone browser

    The C4780 web interface for scanning is very practical because no driver installation on computer is required for scanning. Just point any web browser to its internal web server, start the scanning process and download the scaned image as a regular element on a web page, all using web standards, right?
    Well, wrong for the iPhone browser.
    For some reason, the C4780 (and probably other HP multifunction firmware) has incomaptible/untested Javascript/HTML that doesn´t work with the iPhone browser.
    On preview action I´m getting a question mark box.
    On scan action - where a new browser window would open on a desktop - I get nothing.
    Please fix that. It could be very useful for me since I can simply scan stuff directly to my iPhone without having to open a computer.
    I also posted this message under Scanning Faxing and copying.
    Thank you,
    Avi

    On the iPhone, go to Settings...Safari...Turn Blocked PopUps off.
    Worked for me with a PhotoSmart C4700.
    It would be even nicer to have a simple iPhone app instead of using Safari.
    (Anyone want to write it?)
    -Wayne

  • Return the User to the Calling Page - doesn't work

    Hello All,
    I set up the "Issue tracker" tutorial to get in tuch with the apex (htmldb vers. 2.0)
    All is working well but: Return the User to the Calling Page -> doesn't work. I performed all steps as descriped in the tutorial (iclusive the '.' on the &P7_PREV_PAGE ;-) ).
    I use my own aplication at home and followed all the instruction steps few times but it does not work. Can you help me please?
    Do I have to install something more?
    In the Branch section: * 1: Go To Page &P7_PREV_PAGE. (Unconditional)
    In the Item section: 90: P7_PREV_PAGE Hidden
    In the Button section for cancel Button: &P7_PREV_PAGE.
    Here is the description of the function in the tutorial:
    Because this Create/Edit page will be called from several places, when users finish with the display they should return to the calling page. To accomplish this, you create an item and change the branch on this page. Every time this page is called, the item must be set with the number of the calling page.
    To create a hidden item:
    1. Under Items, click the Create icon.
    2. For Select Item Type, select Hidden and click Next.
    3. For Display Position and Name:
    1. For Item Name, enter:
    P7_PREV_PAGE
    2. For Region, select Issue Identification.
    3. Click Next.
    4.
    Click Create Item.
    Next, edit the Cancel button.
    5. Under Buttons, select Cancel.
    6. Scroll down to Optional URL Redirect.
    7. In Page, enter:
    &P7_PREV_PAGE.
    Note the period at the end.
    8. Click Apply Changes.
    Next, edit the branch.
    9. Under Action, enter the following in Page:
    &P7_PREV_PAGE.
    10. Click Apply Changes.
    All steps are done but I still got the message: Error ERR-1016 Application "106" Page "0" not found (requested language="de")
    OK
    I move the mousepointer over the cancel button: javascript:redirect('f?p=106:0:5265993428922076876::NO:::')
    Thank you for helping me!
    best regards Thorsten

    All,
    I haven't looked at that tutorial for quite a while but just gave it a quick look.
    Further down in the tutorial, it directs you to set the value of P7_PREV_PAGE, under Add Functionality to Support Adding Multiple Issues Sequentially - have you done that? There is also a mention that there is more branching to be done - "The branch you just created is looking for a value in P7_PREV_PAGE. Since the page was not called from another page, the value has not been set. You need to fix that next." It goes on to have you define that value from other places.
    Can you describe what you are doing when you get the error? There could be something missing from the tutorial. A way around it would be to create a default value for P7_PREV_PAGE so that if it is not set, a default page will be used.
    -- Sharon

  • WEbdb: Browse in doesn't work...

    Hello.
    I got 2 useres: scott and miller. they both have web developer
    role, and browe in privilege in webdb scheme.
    now I want to build in miller's scheme LOV that could be
    accessible to scott and it's (LOV) based on table of user test.
    1. I create role 'select_test' to which I gave select privileges
    to all tables that miller need.
    2. made miller the member of this role;
    3. try to select * from test.<table_name>; table doesn't exist.
    Ok.
    go to webdb admin page:
    and gave miller 'browse in' priv. on test scheme. it doesn't work
    too.
    why?
    thank You
    null

    Hi Rick -
    I do not have multiple versions of RoboHelp installed on my machine. The browse sequence worked with a new project, but it won't work with my established project (which has "exclude" conditional tags for some topics in several folders and some folders that are excluded all together). I do have more than one window definition, but the only one that is used is the "secondary" window. I attempted to enable browse sequence for both (main and secondary), but it still would not work. My primary layout is Microsoft HTML Help. The project is NOT in source control.  I inherited the project, which had multiple tech writers building it since 2002. Also, since attempting to enable a browse sequence, the project opens very, very slowly. So I removed the browse sequence and performance increase somewhat, but it takes a long time to open. The project is not that large - 900 topics. Any additional thoughts . . .
    Regards,
    Denise
    Date: Thu, 2 Jul 2009 07:04:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: Browse sequence doesn't work in project
    Hello again
    By chance do you have multiple versions of RoboHelp installed? I do and I'm unable to coax the Browse Sequence bar into a CHM I compile using RoboHelp 8.
    You may be onto a bug. I'd strongly encourage you to report as same to Adobe. (Link is in my sig line)
    A parting question here. Does it show if you create a new project?
    Ohhh, and another question or two just popped in.
    Do you have more than one Window definition?
    Is your primary layout configured to be Microsoft HTML Help?
    Cheers... Rick
    | http://www.robowizard.com/pc.gif | Helpful and Handy Links
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    http://www.gooberguides.com/ProductPages/RoboHelp/RoboHelp72Day.htm
    http://www.ShowMeSolutions.biz
    http://sorcererstone.wordpress.com/
    http://www.gooberguides.com |
    >

  • Hi, can someone please tell me why the spell check in pages doesn't work. I went to preferences and enabled this auto spell checker and have set the language to british english. But still it doesn't work while it works perfectly in TextEdit.

    Hi, can someone please tell me why the spell check in pages doesn't work. I went to preferences and enabled this auto spell checker and have set the language to british english. But still it doesn't work while it works perfectly in TextEdit.

    Inspector > Text > More > Language
    Only applies to selected text, like making it a particular font.
    It is not a setting that sticks. If you continue to paste in text from elsewhere particularly the Internet it will have a different or None language set to it. You need to select it and make it B.E.
    Peter

  • I accidently "x" off the download of firefox 4 before it had finished and now the home page doesn't work, i tried redownloading firefox but that didn't work is there a way i can resume the download?

    I accidently "x" off the download of firefox 4 before it had finished and now the home page doesn't work. it loads but then wont let me search from it? i tried redownloading firefox but that didn't work is there a way i can resume the previous download?

    Your More system details list show that you run the latest Firefox 4.0.1 version.<br />
    You can check that via Help > About Firefox and on the Help > Troubleshooting Information page.
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls
    If you posted from another computer then download the full version and uninstall the currently installed version.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • I have 3 macs. 2 are Lion, 1 I left Snow leopard so I can access data from my old Quicken Application that doesn't work with Lion. If I move to iCloud, will I no longer be able to access my MobileMe email on the Snow Leopard mac?

    I have 3 macs. 2 are Lion, but 1 I left Snow leopard so I can access data from my old Quicken Application that doesn't work with Lion. If I move to iCloud, will I no longer be able to access my MobileMe email on the Snow Leopard mac?

    What version of word do you have? The TS3938 sounds like it's a PowerPC app- written for an old architecture that is no longer supported in Lion. If this is the case, your files are fine- you just need a newer version of word that will run in Lion in order to open them. The newest version (2011) should be readily available anywhere, and has worked fine for me ever since I switched to Lion on release day....

  • Workaround for browse which doesn't work upon login

    I've seen this post here before that the browse feature doesn't work when you first launch the web player in Windows. I use the web player with Spotify Unlimited on a laptop running Windows 7. I seem to get a new release nearly every day, and this problem persisits. So what you can do is launch the application, log in, close the application, (you won't be able to log out and it won't matter anyway). Then wait a few minutes or you'll get the dialog box The spotify application is not responding.  Then re-launch Spotify and the browse feature will work. 

    Hi Rick -
    I do not have multiple versions of RoboHelp installed on my machine. The browse sequence worked with a new project, but it won't work with my established project (which has "exclude" conditional tags for some topics in several folders and some folders that are excluded all together). I do have more than one window definition, but the only one that is used is the "secondary" window. I attempted to enable browse sequence for both (main and secondary), but it still would not work. My primary layout is Microsoft HTML Help. The project is NOT in source control.  I inherited the project, which had multiple tech writers building it since 2002. Also, since attempting to enable a browse sequence, the project opens very, very slowly. So I removed the browse sequence and performance increase somewhat, but it takes a long time to open. The project is not that large - 900 topics. Any additional thoughts . . .
    Regards,
    Denise
    Date: Thu, 2 Jul 2009 07:04:09 -0600
    From: [email protected]
    To: [email protected]
    Subject: Browse sequence doesn't work in project
    Hello again
    By chance do you have multiple versions of RoboHelp installed? I do and I'm unable to coax the Browse Sequence bar into a CHM I compile using RoboHelp 8.
    You may be onto a bug. I'd strongly encourage you to report as same to Adobe. (Link is in my sig line)
    A parting question here. Does it show if you create a new project?
    Ohhh, and another question or two just popped in.
    Do you have more than one Window definition?
    Is your primary layout configured to be Microsoft HTML Help?
    Cheers... Rick
    | http://www.robowizard.com/pc.gif | Helpful and Handy Links
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    http://www.gooberguides.com/ProductPages/RoboHelp/RoboHelp72Day.htm
    http://www.ShowMeSolutions.biz
    http://sorcererstone.wordpress.com/
    http://www.gooberguides.com |
    >

  • Scrolling page doesn't work in "Fit one full page to window" view

    Scrolling page doesn't work in “Fit one full page to window” view
    it is still not working in V11.0.10 is there a new fix?

    Not sure exactly what you mean. It may be that you have continuous view activated, rather than the page view.

  • I have mozilla on Mac os x, The "Back" function for to go back at a previous page doesn't work. WHY?

    I have mozilla on Mac os x for about 8 months. The "Back" function, to go back on a previous page doesn't work, the "Back" arrow remains grey coloured, so it can't be pressed like when it's black coloured. It gets you tired to reopen pages all the time. WHY does this happen?
    == This happened ==
    Every time Firefox opened
    == I first downloaded mozilla.

    Go here to download Firefox 3.6:
    http://www.mozilla.com/en-US/firefox/all-older.html

  • Youtube not opening in Safari browser. However it works with google browser. There is a red arrow coming, with https in you tube, and the page just does not open. help required.

    youtube not opening in Safari browser. However it works with google browser. There is a red arrow coming, with https in you tube, and the page just does not open. help required.
    It seems I have done some mistake when you tube was open, and i stopped one site to delete!
    From then on it is not working.
    Any solutions?
    GV Joshi

    Hi gajanan vasant!
    I have a couple of articles for you that should help you troubleshoot your issue with Safari. First, you may want to try a reset on Safari by following the procedure listed in this article:
    Safari 5.1 (OS X Lion): Reset Safari
    http://support.apple.com/kb/PH5043
    If you are still having issues after resetting Safari, you may want to check out this article about third-party add-ons in Safari:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/TS3230
    Thanks for using the Apple Support Communities!
    Regards,
    Braden

  • In Safari, the link to "mail this web page" doesn't work, and the share link shows "no service". Does anyone have a solution? I have a MacBook Pro and upgraded to Yosemite yesterday

    In Safari, the link to "mail this web page" doesn't work, and the share link shows "no service". Does anyone have a solution? I have a MacBook Pro and upgraded to Yosemite yesterday.

    See here:  If sharing options and Markup are missing after you install OS X Yosemite
    This resolved the issue for me.
    Rick

  • Your help page doesn't work

    Hi,
    I got this message when I try to get skype number from Germany. We will use another skype account but now would like to get/use money we paid for the skype number we never got.
    Skype Number unavailable
    Unfortunately, our partner in Germany was unable to provide a Skype Number and your application has been unsuccessful.
    There are several reasons why your application was unsuccessful:
    1. There was an error in your application (if you think this was the case please update your details and reapply).
    2. Our partner was unable to allocate a Skype Number in this instance.
    We apologize for any inconvenience caused. To request a refund for this application please visit Skype Support.
    Learn how to request a refund.
    View your order details
    unfortunately, your pages doesn't work, I couldn't make it by my self. Could you please help me with this issue. I just need skype credit which can be relocated to another skype account.
    thank you,
    Dragan

    On which page is this?
    Is that one of the snippets on the about:home page?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.

  • Media Encoder CS4 doesn't work with Premiere (pic related)

    Oh hai!
    I just got Adobe Master Collection CS4 and my Media Encoder doesn't work with Premiere CS4. When I try to export the file, Encoder starts normally. Then I click "Start queue" and Encoder starts loading. Loading takes almost five minutes, which is a long time, because my project is very simple. After that nothing happens, just a warning sign appears. When I click it open, some kind of log file open and it says:
    Encoding failed
    Could not read from the source. Please check if it has moved or been deleted.
    And I didn't deleted anything. So what does that mean? Why that "Source Name's" path is different than my project files path? Can this problem relate that somehow?
    I have also another problem with Premiere CS4, maybe there's a link between these two problems. I can't get Premiere projects linked to open in Premiere CS4. When I right-click the project icon, and click “Open with…”, I can't find Premiere from the list. When I click "Browse", I can find Premiere.exe from my computer, but if i doubel-clicked it, nothing happens. It won't appear to the list or anywhere else. Or have I missed something? So now the project files are linked to open in After Effects. Of course I can open projects from Premiere, but how do I get them open straight from file?
    I have long experience using Adobe Premiere and this is the first time I got this kind of problems. I have also downloaded new updates for Premiere and Encoder, this didn't help. Does that matter, that I didn't installed Premiere in C-drive? However it's in my computers internal drive, I have divided my hard drive for five parts, one part contains all of my softwares. My scratch disks are in different hard drive (external), does that matter? I tried different location, but that didn't help.
    Please help, I can't do any video editing, because of this problem. And sorry for my english, ask if you didn't understand something. =)

    Hello, this is terrible problem, which i found in CS 6 softwares ...
    solution i found only working, is uninstall and reinstall full package.. but it is not all,
    you need to do BRAND NEW admin account in windows, and install it there.
    that means, i could not export after repair from encoder in my original account never more (!!)   .. this is really terrible way how to repair this issue, because :
    1.by reinstalling of software, client WASTE HIS TIME
    2.by necessity to begin work in another windows profile you again WASTE YOUR TIME because of learning and migrating all other profile modifications, which i see really unaccpetable. Adobe means, this solution of repair is ok, and they did not do till today any steps of creating some "clever" solution.
    I ask everybody, who will meet this issue in future, guys, please, complain about this situation, give "BUG Report" to them, and write "feature request" to them , in the way of creating some repair tool, which check actual  "broken" connections between encoder and premiere, which refuses to "take material" from it and encode, and REPAIR it automatically..  
       I am not IT, but ..does it seems so hard to create this ? Adobe IT developers should know their systems, and should create such utility tool really easy.
    History of this problem and detailed description, HOW i did "repair" this. With wasting of app 2,5 days of my working time :
    1. after repairing "error 5" problem , i solved it by reinstalling the suite from the new admin user profile (profile B) . 
    I continued my work on my normal working windows profile . (profile A)
    Every cooperation (AE+Pr, export media via "queue" to Encoder) was working fine . . .
    2. suddenly it stop working (without knowing any possible reason - i did not do installations )
    and showed in error export log file :
    "Could not read from the source. Please check if it has moved or been deleted."
    3.repair via procedure(procedure "a"):
    i did this procedure on the profile B (profile from last time installation of repairing problem error 5)
    I did these steps :
    a-uninstall master coll suite
    b-i used Adobe cleaner tool (remove ALL)
    c-removed raw directories in locations
    •C:\Program Files\Adobe
    •C:\Program Files(x86)\Adobe
    •C:\Program Files\Common Files\Adobe
    •C:\Program Files(x86)\Common Files\Adobe
    •C:\ProgramData\Adobe
    d-removed these links from registry file
    •HKEY_LOCAL_MACHINE\SOFTWARE\Adobe
    •HKEY_CURRENT_USER\Software\Adobe
    •HKEY_LOCAL_MACH INE\SOFTWARE\Wow6432Node\Adobe
    •HKEY_CURRENT_USER \Software\Wow6432Node\Adobe
    e-restarted the PC
    f- newly installed the Master Coll CS6
    g-update the software
    result of repair of "3" : problem still exists
    4.Ok i find out after coordination with support, it should have been created  ANOTHER NEW admin account.
    4a:so i did the same procedure (uninstalling) in profile B
    4b: and then i created brand new admin profile (profile C)for INSTALLATION of software
    4c: restarted the pc (and did not updated it yet)
    result :
    ==exporting of any sequence/raw/AE link video material from premiere via "queue" (Encoder) (profile C) : export WORKS
    ==exporting of any sequence/raw/AE link video material from premiere via "queue" (Encoder) (profile B) : export WORKS
    ==exporting of any sequence/raw/AE link video material from premiere via "queue" (Encoder) (profile A) : export DOES NOT WORK ! ! !
    (in profile A, is possible to export some raw video material in encoder which is imported to it via "drag and drop)
    problem i see:, i have my basic profile A, which i am interested to work, because of all my directory modifications are in there..
    this issue should be some "broken" connections between encoder and premiere, which refuses to "take material" from it and encode.
    what i expect :
    to get from Adobe some repair tool, which automatically checks these connections and repair if necessary, without necessity of founding the new profile and reinstallation of whole software.. this is madness !
    what i do NOT expect from Adobe:
    to get from Adobe advice of kind : you have to reinstall full software in new admin profile. sorry , we do not know the solution, because we do not know, how do behave our software.

Maybe you are looking for

  • Is it possible to print the layer name on file/copy when print or export file?

    Hi, I produce a large number of pages in InDesign. In each document there are 5 layers. 1 layer with images and 4 layers with language-editions. For safety and quality control I would like to print out the layer name together with the crop-marks. Lik

  • SOA Managed Server "Authentication for user denied" exception

    Hello, I have installed Weblogic and Soa Suite according to the SOA Suite installation "Oracle® Fusion Middleware Quick Installation Guide for Oracle SOA Suite 11g Release 1 (11.1.1)" document. As told in the doc, I have configured my Weblogic server

  • HP QTP10 cannot read Automation values of Advanced DataGrid

    Hi everyone, We're an Automation functional testing team, testing a flex application with HP QTP v10. So far we've successfully automated many parts of the application. Now, we're struck at a serious issue. The issue is QTP cannot read automation val

  • AFFH table + assignment of PRTs to operations

    Hello friends, I am in search of table for assignment from operation to PRTS, the table AFFH is assignmen of PRTs to order.... Can any one pls help me in search of table which can be use to assign operations to PRTs ? Regards, Message was edited by:

  • New MBP 17 C2D - Machine loses power in sleep mode

    Just got my machine so not a lot of usage, but I noticed it ran out of power yesterday. Charged overnight - it was in full charge at noon. Unplugged and used for a few minutes - put to sleep for an hour. Came back and it was at 92%. Used (lightly) fo