modxcms / a11y

MODX Accessibility for the Manager
14 stars 10 forks source link

Ctrl F6 through Regions #59

Closed dubrod closed 8 years ago

dubrod commented 8 years ago

Hit Ctrl+F6 to focus elements in this order.

  1. ext-comp-1007 - Resources

  2. ext-comp-1010 - Elements

  3. ext-comp-1013 - Files

  4. modx-navbar

  5. modx-manager-search

  6. modx-resource-pagetitle

  7. modx-content-above textarea#ta

dubrod commented 8 years ago

Cannot read property 'dom' of undefined

Ext.getCmp('modx-tree-element').bwrap.dom.parentElement.parentElement.parentElement.parentElement.focus();

dubrod commented 8 years ago

change to switching between left panel , header, and main only

dubrod commented 8 years ago

i updated the CSS and header.tpl to fix the layout but when i hit cmd+f6 it collapses the header and does nothing else.