Drag the accessibility text do not read in the JAWS screen reader

Hello

In Captivate 5, I have accessibility slide text on each slide for users with visual impairments. This is set through the Properties tab > tab accessibility for each slide. When I published the Capitvate of the file as an executable file, the slide accessibility text is not read in the version of JAWS 12.0.1169 screen readers.

Does anyone know why it does not play?

Access.jpg

Slide Access.jpg

Hey Dan,

We finally figured this out for Captivate 5.  When you create a turnover there are two objects: the rollover_area and the rollover_caption.  In this example, the rollover area is selected with the dotted line and the box caption pointing to it.  If you select the rollover_area (and not the rollover_caption) and then add the text accessbility to properties tab > Accessibility button, JAWS is reading.  Let me know how it goes.

NOLA

Tags: Adobe Captivate

Similar Questions

  • What makes the JAWS screen reader compatible VM

    Folks iHi

    I have a screen of several entities collect Interview which is analysed from the ContainmentRelationshipControl.vm and there are different entities on collected screen atm.

    I use JAWS (Insert + F3 > > edit boxes/labels) to playback of these entities. However, to make it more accessible, I'm trying to customize entities on the screen by using a < span class = "visuallyhide" ">$ {counter} </span >"

    where the counter variable is initialsed in one of the loop foreach above vm IE

    #foreach ($otherInputControl in $collectControls)

    #set ($counter = $velocityContext)

    #end

    But my action "view page source" in the browser properly displays the value of the counter by label instance & question but the JAWS, screen reader (insert + f3 > > edit boxes/labels) reads the counter value = 3 (there are three cases to the screen for example) for each label/question instance that is not correct! Why the JAWS not reload the page and deduce by vm? why he reads our the final value of the counter? It does not read the html code that form in the page source?

    Waiting for your advice.

    Thank you very much

    Angie

    Hi Frank

    I found the solution. JAWS, read the last HTML source code in the and substitution of the variable as mentioned earlier, the reason being that my label was as below:

    Since my body had text entry: Address1: (global_addressline_t) which was common to all instances form on the screen. The jaws were attributeId and text all the same so he gave reading of as is, replacing and the value in the text box correctly.

    Thus to make the JAWS single reading to what address he read IE text box address of first instance or second instance, I had to make the unique AttributeId in the following way.

    He then read now by single instance that he gets the name of the Raw entity each label

    Thanks for Web content, it gave me a certain direction

  • Drag the entire screen moves

    Hello!  I'm working on my first project in edge animate and have encountered a problem that I hope someone can help me with.

    The 'slide show' is supposed to be read on an ipad or tablet.  It is implemented to scroll through screens by clicking on a thumbnail or slide to the left or to the right.  When I test this and swipe left or right, the entire screen moves.  Is it possible to lock the header, footer and thumbnail bar in place so that they remain "anchored" and bounce around?

    Here is a link to illustrate my problem: http://envisionideas.com/YOURChecking/YOURChecking.html.  This will be optimized on an iPad.

    Thanks - I really appreciate any suggestions!

    Last one at random... This is a feature of Windows by chance (ie. in Internet Explorer while your application is running)?

    If so, add this little gem to your css:

    HTML, body {}

    -ms-touch-action: none;

    }

    Edit: nm, your original post said iPad.

    Try to put this in yourin your html code

    for example.

  • BlackBerry Smartphones text Message notifying your stay as text message not read despite already be read and deleted

    Not sure if anyone has this error or if there is a way to simply refresh and delete it but I have a weird problem.

    The bar at the top of the screen between "select profile" and the "magnifying glass search" where notifications pop up do not know what called this page but in this slide to the bottom of the screen in text Messages, I have a text message which is housed to unread. Even if I deleted the text message and I tried everything to try to make it disappear. Today, I have a Blackberry Messenger Message that will not clear as well. Does anyone else have this problem and find a way to refresh and get ride of it? I have tried turning the unit on and off a few times, but does not resolve the issue.

    Thanks for the suggestions would be much appreciated.

    mine did, sometimes ill leave it there and it will go away or I just reboot my phone with the ALT + SHIFT + DELETE key combination

  • in basic develop depressing option and dragging the white, screen flash

    I used to use the above method to help with the contrast using this technique for setting the white and black.  Now the screen flashes when she used to go seup to fit completely white or completely black

    Thanks for your help. I spoke with the support adobe technique. We have uninstalled the app and reinstalled and it worked.

    Sent from my iPhone

    Bruce Schuerman

  • Drag and Drop | Text | Submit | Help, please

    Hello. I really need help. I THANK YOU in advance.

    I'm building a contact with voting of profession flash with AS3. The feature will allow users to drag and drop choices OR add their own allow them to present their TOP 5 choices.

    PROBLEM:

    1 drag and move text is not submitted when it is moved to the editable text field.

    HOW CAN I DO this to ALLOW for DRAG AND drop the ITEMS to BE SUBMITTED or TEXT THAT IS ENTERED MANUALLY.

    This can be seen HERE: http://pttdt.com/winnipegcafes.php

    AS3 code so far:

    / * Drag and Drop

    Makes the instance for the specified symbol with drag and drop furniture.

    */

    choice_1.buttonMode = true;

    choice_1.mouseChildren = false;

    choice_1.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag);

    function fl_ClickToDrag(event:MouseEvent):void

    {

    choice_1.startDrag ();

    }

    stage.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop);

    function fl_ReleaseToDrop(event:MouseEvent):void

    {

    choice_1.stopDrag ();

    }

    / * Drag and Drop

    Makes the instance for the specified symbol with drag and drop furniture.

    */

    choice_2.buttonMode = true;

    choice_2.mouseChildren = false;

    choice_2.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag_2);

    function fl_ClickToDrag_2(event:MouseEvent):void

    {

    choice_2.startDrag ();

    }

    stage.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop_2);

    function fl_ReleaseToDrop_2(event:MouseEvent):void

    {

    choice_2.stopDrag ();

    }

    / * Drag and Drop

    Makes the instance for the specified symbol with drag and drop furniture.

    */

    choice_3.buttonMode = true;

    choice_3.mouseChildren = false;

    choice_3.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag_3);

    function fl_ClickToDrag_3(event:MouseEvent):void

    {

    choice_3.startDrag ();

    }

    stage.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop_3);

    function fl_ReleaseToDrop_3(event:MouseEvent):void

    {

    choice_3.stopDrag ();

    }

    / * Drag and Drop

    Makes the instance for the specified symbol with drag and drop furniture.

    */

    choice_4.buttonMode = true;

    choice_4.mouseChildren = false;

    choice_4.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag_4);

    function fl_ClickToDrag_4(event:MouseEvent):void

    {

    choice_4.startDrag ();

    }

    stage.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop_4);

    function fl_ReleaseToDrop_4(event:MouseEvent):void

    {

    choice_4.stopDrag ();

    }

    / * Drag and Drop

    Makes the instance for the specified symbol with drag and drop furniture.

    */

    choice_5.buttonMode = true;

    choice_5.mouseChildren = false;

    choice_5.addEventListener (MouseEvent.MOUSE_DOWN, fl_ClickToDrag_5);

    function fl_ClickToDrag_5(event:MouseEvent):void

    {

    choice_5.startDrag ();

    }

    stage.addEventListener (MouseEvent.MOUSE_UP, fl_ReleaseToDrop_5);

    function fl_ReleaseToDrop_5(event:MouseEvent):void

    {

    choice_5.stopDrag ();

    }

    / * Event mouseclick

    By clicking on the instance for the specified symbol performs a function in which you can add your own custom code.

    Directions for use:

    1. Add your custom code on a new line after the line that says "/ / Start your code custom" below.

    The code runs when the user clicks the symbol instance.

    */

    send_btn.addEventListener (MouseEvent.CLICK, fl_MouseClickHandler);

    function fl_MouseClickHandler(event:MouseEvent):void

    {

    / / Start your code custom

    / / This code example displays the words 'Mouse clicked' in the output panel.

    trace (box_1.text);

    trace (box_2.text);

    trace (box_3.text);

    trace (box_4.text);

    trace (box_5.text);

    trace (theName.text);

    trace (theEmail.text);

    / / End of your code custom

    }

    Please HELP

    Your code appears to only drag - move and nothing regarding the assignment, whatever it is, when an item is deleted.  So your problem is that you did not do anything to do what you say doesn't happen.

  • Name/Description of the accessibility not read by JAWS

    I have a course, built in 9 Captivate, which works very well in all areas except for one thing.  JAWS will read the names/descriptions of accessibility on the images.  I published it so a SWF in HTML5, but the result is always the same: the launch of course, plays audio narration, captioning appears, but image descriptions are ignored.  Someone at - he never experience this before?  If so, were you able to determine the cause and solution?  Thanks in advance!  I really appreciate it!

    In this post: Re: JAWS screen reader read do not captivate the legend text file,

    RodWard provides some tips on accessibility which is closer, with details in a report.

    It can get closer you to a solution.

  • Narrator does not read the text deleted when editing

    Narrator does not read the deleted text when you go to end of the text and start pressing the BACKSPACE or delete key.

    It is a known problem with the narrator and Windows 8.

  • Need help: Reader does not start, the message error "attempt to access an address not valid."

    My previous installation of the drive (Windows 7, 32 bit) worked without any problems.  Until a few days ago when I updated to the latest CD player.  Installation worked fine, but when you try to start the CD player, I received the following error message: "attempt to access an address not valid."  I uninstalled CD and installed Player 11.0.  Yet once, installation worked fine, but I get the same error message, even if double click directly the Adobe Reader .exe file.

    A similar question was asked in December 2014, but I do not see a resolution.

    Without Adobe Reader, many applications simply do not work.  Any help would be appreciated.

    Adobe Reader Error Message 2015-10-18.jpg

    Thank you, Christopher, but this thread did not provide the right answer to my situation.  However, I continued working on my problem and finally found the solution: it's software Msreader EMET let go.  This software is an absolute disaster.  This is a free Microsoft security software. It's great, but once installed on your system, you cannot uninstall it even more.  After an EMET update a few months ago, I could not start Microsoft Word program.  After hours of play and even communicate with their support (not), I finally understood that he was own EMET software Microsoft blocks the Word Microsoft to start program.  Apparently, these guys don't know what they are doing.

    Anyway, I was ready to uninstall and reinstall the drive again, this time using the cleaner of Adobe's Acrobat Reader software to remove all possible traces of before install.  Before I did that, I remembered the EMET disaster a few months opened EMET, unmarked all actions AcroRd32.exe, and voila, launched reader and let me not open PDF files. (I had to reboot my PC before that worked).  Player is then proposed to upgrade to the latest version.  I did, and big surprise, Reader produces the same error message after the update.  Heck!  But after another reboot, the drive launched without any problem (apparently, EMET for the additional restart to recognize the changes after the update).

    I lost the greater part of the day to work on this issue, but I'm a happy camper again, because my Acrobat Reader works again.  Maybe my experience will help someone else.

  • Can not read the text added [iOS]

    It can not read the text added to adobe acrobat dc for ios to windows and Linux, as well as the drive of Google. Looks like some fonts crash. What can we do?

    Hello

    Sorry for the problem that you are experiencing.

    This particular default (which affected annotations to text only) has been fixed in Acrobat DC for iOS version 15.0.2.

    You will not see the problem if you add text annotations again using Acrobat DC for iOS version 15.0.2 or newer.

    For existing text annotations, please do the following to correct the problem.

    1. Make sure you upgrade Acrobat DC for iOS to the latest version of the App Store.
    2. Open the PDF containing the annotations to existing text in Acrobat DC for iOS.
    3. Touch an existing text annotation to display the context menu.
    4. Select Edit.
    5. Make changes to cause the Save button to be activated (e.g. Add space at the end of the text)
    6. Tap Save.
    7. Cancel the previous, if necessary changes.
    8. Tap Save.
    9. Repeat steps 3 through 8.

    Text annotations will be fixed and stored properly so that they can be consulted on different platforms such as Windows, Linux.

    Alternatively, you can delete existing text annotations and add new ones rather than change them.

    This can be a tedious process if you have a lot of existing with the problem text annotations.  Sorry for the inconvenience.

  • my firefox has been updated yesterday, and since then I can't copy any link in a text of the e-mail, more. I drag the address of the page, but the link does not work. Thank you.

    my firefox put updated yesterday, and since then I can't copy any link from a web page in an e-mail message more to send. usually, I could drag the address of the page and it automatically copied the blue link and it could open. now, it does not work. I use gmail, but I don't think it is related to the post.

    In Firefox, you usually use a string as button in the toolbar all foregoing enamel make up the zone Editor to create a clickable hyperlink.

    Sometimes, it happens automatically if you send the message, but I've never seen this in Firefox when you compose a message.

  • BlackBerry 8520 smartphones - can not read the texts

    Hello Sir/Madam

    I can send and receive texts, but I can't read the text screen.  When I choose the shortcut sms icon it brings up one of the emails I have.  In fact, I have three shortcuts email to three e-mail addresses of differeent on the main screen, but they all open just an address which is the same thing when I open the screen of text messages.  This happened only yesterday, and it works fine for 6 months, I searched for other complaints of this in the help section, but nothing.  Any help would be most appreciated. Thank you

    First, do a simple reboot on the BlackBerry this way: with smart BlackBerry poweredphone, remove the battery for a minute and then reinsert the battery to restart. A reboot in this manner is prescribed for most defects and errors of operating system, and you will lose any data on the device doing so.

  • When I try to highlight the text my cursor turns into a hand/fist who just drag the page. I need to be able to highlight, copy and paste text.

    I have to be able to highlight text on web pages, copy and paste. But when I click on my mouse left button, he made a hand / fist which simply dragged the page.
    How can I get to where I can highlight text?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox, Tools/menu key > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox, Tools/menu key > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • How to disable him drag the text selected for searching the Web?

    How to disable him drag the text selected for searching the Web?

    Hmm, I did not forward. This is a new tab page with nothing to do with what you were dragging?

    I wonder if this might be a feature of one of your extensions. You can see their and disable/remove those that are not essential or unrecognized, here:

    Firefox orange (or the Tools menu) button > addons > Extensions category

    If you disable the extensions, usually a link will appear above at least one of them to restart Firefox. You can complete your work on the tab and click one of the links in the last step.

    If there is no difference, you could test mode without failure of Firefox - which is a standard diagnostic tool in order to avoid interference by extensions (and some custom settings). More info: questions to troubleshoot Firefox in Safe Mode.

    You can restart Firefox in Mode safe help

    Help > restart with disabled modules

    In the dialog box, click on 'Start mode safe' (not Reset)

    Any difference?

  • I click and drag the music from my library to a new playlist and some songs are dark and will not play on my device.  Why?

    I click and drag the music a new reading list, but some songs are not highlighted in the play list and will not play on my device.  Why?

    Try two things...

    (1) the songs greyed out can be unchecked. Uncheck the songs are normally excluded from track to track synchronization and normal. With the help of the songs or the list view Ctrl + click on an empty box to check all the boxes in the list of active reading.

    (2) try to go to file > library > Update music library to iCloud and do the update.

Maybe you are looking for