Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 06:23:58 AM (8 years ago)
Author:
imath
Message:

BP Nouveau - Messages UI: Improve a11y in message boxes.

Message boxes are listing messages (inbox, starbox, sentbox). Using screen reader softwares or the keyboard, it is now a better experience to navigate in these lists. Pressing the Tab key makes you navigate from the Message Checkbox, to the sender/recipients link and finally to the Message title. Once on a Message title, pressing the enter key activates the message and updates the preview box. Pressing on the enter key another time opens the full conversation.

Huge Props mercime

Fixes #7731

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php

    r12071 r12073  
    108108        ),
    109109        'bulk_actions'  => bp_nouveau_messages_get_bulk_actions(),
     110        'howto'         => __( 'Click on the message title to preview it in the Active conversation box below.', 'buddypress' ),
     111        'howtoBulk'     => __( 'Use the select box to define your bulk action and click on the ✓ button to apply.', 'buddypress' ),
     112        'toOthers'      => array(
     113            'one'  => __( '(and 1 other)', 'buddypress' ),
     114            'more' => __( '(and %d others)', 'buddypress' ),
     115        ),
    110116    );
    111117
Note: See TracChangeset for help on using the changeset viewer.