Ext.net 3.1 Ext JS 5.1 Accessibility ext-aria

Page 2 of 2 FirstFirst 12
  1. #11
    hi, im just using google chrome browser and inspect element. in the pic attached you can see 2 cbos one default theme one aria theme. when you scroll through the cbo items you will see on the aria theme that the bound list and aria-activedesendent get set. i believe this is what allows the screen reader to know what element is selected. I tested it with jaws and it works. but on the default theme these events do not fire. its true that some aria properties are set on the default theme ie. role=combobox, but its like its not totally hooked up. i tested the default theme combo using jaws and it does not work as expected. this is what i mean when i said i wish aria was correctly wired up to all themes. hope this helps :)

    Click image for larger version. 

Name:	ariacbo.png 
Views:	87 
Size:	63.1 KB 
ID:	24170
    Last edited by Intellica; Aug 25, 2015 at 12:36 PM.
  2. #12
    Thank you for clarification. I tested and it appears to work correctly if attach the ARIA JavaScript file manually which is meant to be attached manually if you deal with a non-ARIA theme.
    http://forums.ext.net/showthread.php...l=1#post273429

    Please clarify when you test with a non-ARIA theme do you attach an ARIA JavaScript file manually?

    I use this file:
    http://svn.ext.net/premium/trunk/Ext...-aria-debug.js

    This file is attached automatically only with Theme="Aria".

    My suggestion was to attach it manually if there is another theme and see if it is working.
  3. #13
    i swear I tried that, but maybe I didn't have it wired up correctly. ill try again this morning and report back....
  4. #14
    how can I get this?

    http://svn.ext.net/premium/trunk/Ext...-aria-debug.js

    when i click on the link it asks me for credentials, i tried my login and it wont let me in.

    early on i extracted ext-aria and the theme packages using sencha cmd.
    I added the files to my project and included the debug js file but it doesn't seem to do anything? would like to try the package you are using....
  5. #15
    oh wait, nevermind thats svn. ill login and see if I can find it... will report back soon..,.. :)
  6. #16
    i logged into SVN and still cant seem to find this?

    http://svn.ext.net/premium/trunk/Ext...-aria-debug.js

    can you tell me the full path?
  7. #17
    early on i extracted ext-aria and the theme packages using sencha cmd.
    I added the files to my project and included the debug js file but it doesn't seem to do anything?
    Difficult to say what went wrong with that.

    i logged into SVN and still cant seem to find this?

    http://svn.ext.net/premium/trunk/Ext...-aria-debug.js

    can you tell me the full path?
    There is a full path in my post.
    http://forums.ext.net/showthread.php...l=1#post274375

    I see the link is broken in your posts. When you copy a link from an existing post, it copies only the text, not an actual link. Then this text is parsed on posting and it results in a broken link. Please rely on my post that I mentioned above.
  8. #18
    thanks, im working on it....

    svn.ext.net/premium/trunk/Ext.Net/Build/Ext.Net/extjs/packages/ext-theme-aria/build/ext-theme-aria-debug.js
  9. #19
    ha! got it. I see the aria stuff fire now with the default theme. i'll try it with JAWS today and let you know how it goes.
    thanks for the help!!!

    Click image for larger version. 

Name:	aria4.png 
Views:	63 
Size:	16.8 KB 
ID:	24185Click image for larger version. 

Name:	aria3.png 
Views:	72 
Size:	57.1 KB 
ID:	24186
  10. #20
    Great!

    I am curious if ExtJS 6 includes ARIA support for all the themes by default. I would expect it does, but I'll need to look into that at some point.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] accessibility for Ext.Net
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 17, 2012, 6:09 PM
  2. [CLOSED] Which accessibility standard supported by Ext.Net
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 11, 2012, 5:11 PM
  3. Ext.NET HTML compliant code (and accessibility)
    By Tallmaris in forum 1.x Help
    Replies: 5
    Last Post: Jul 31, 2011, 8:27 AM

Posting Permissions