Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

deactivating and activating of modules with screenreaders not possible #8391

Closed
snape84 opened this issue Jul 4, 2016 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@snape84
Copy link

snape84 commented Jul 4, 2016

The checkbox to activate/disable modules in themes -> layout -> page layouts -> included modules (eingebunden Module) is not visible for screenreaders, because the corresponding checkbox is hidden with display:none in the class mw_enable. The display:none-attribute is interpreted by screenreaders. If elements are hidden with display:none, they are hidden for screnreaders too.

@NinaG
Copy link

NinaG commented Jul 4, 2016

display: none should not be used (like @snape84 mentioned).

Better: We've got the .invisible-class - it puts content outside of the visible area, but makes it still accessible to screenreaders.

@leofeyer leofeyer added the defect label Jul 4, 2016
@leofeyer leofeyer added this to the 3.5.15 milestone Jul 4, 2016
@leofeyer leofeyer modified the milestones: 3.5.15, 3.5.16 Jul 15, 2016
@leofeyer leofeyer self-assigned this Aug 17, 2016
@leofeyer
Copy link
Member

Fixed in e21e8ce.

leofeyer added a commit to contao/core-bundle that referenced this issue Aug 17, 2016
jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Sep 8, 2016
### 4.2.3 (2016-09-06)

 * Do not double URL encode the content syndication links.
 * Use CSS3 transforms instead of transitions to animate the off-canvas navigation.
 * Improve the exception handling when using the resource locator (see #557).
 * Correctly reset the filter menu in parent view.
 * Support all characters but =!<> and whitespace in simple tokens (see contao/core#8436).
 * Check the user's permission when generating links in the picker (see contao/core#8407).
 * Handle forward pages without target in the navigation modules (see contao/core#8377).
 * Provide the same template variables for downloads and enclosures (see contao/core#8392).
 * Handle %n when parsing date formats (see contao/core#8411).
 * Fix the module wizard's accessibility (see contao/core#8391).
 * Correctly initialize TinyMCE in sub-palettes in Firefox (see contao/core#3673).
 * Validate form field names more accurately (see contao/core#8403).
 * Correctly show the ctime, mtime and atime of a folder (see contao/core#8408).
 * Correctly index changed pages (see contao/core#8439).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants