Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7421 closed enhancement (fixed)

Accessibility: Change sitewide notices "Close" controls to semantic buttons

Reported by: mercime's profile mercime Owned by: mercime's profile mercime
Milestone: 2.9 Priority: normal
Severity: normal Version:
Component: Messages Keywords: has-patch has-screenshots
Cc:

Description

Change "close" empty link, <a href="#"...>, to <button> element in the sitewide notices markup showing up in either the widget or under the admin bar.

Attachments (11)

sitewide-notices-admin-on.jpg (77.6 KB) - added by mercime 7 years ago.
sitewide-notices-widget.jpg (52.2 KB) - added by mercime 7 years ago.
7421.patch (1.6 KB) - added by mercime 7 years ago.
sitewide-notices-widget-2.jpg (49.7 KB) - added by mercime 7 years ago.
alternatives
sitewide-notices-admin-2.jpg (69.3 KB) - added by mercime 7 years ago.
7421.2.patch (1.8 KB) - added by mercime 7 years ago.
sitewide-notices.jpg (35.8 KB) - added by mercime 7 years ago.
sitewide-notices.2.jpg (159.4 KB) - added by mercime 7 years ago.
7421.3.patch (2.3 KB) - added by mercime 7 years ago.
7421.4.patch (3.7 KB) - added by mercime 7 years ago.
sitewide-notices-button.png (12.3 KB) - added by mercime 7 years ago.

Download all attachments as: .zip

Change History (19)

#1 @slaFFik
7 years ago

What about the same concept that is used in is-dismissable (or similar) class for notices in wp-admin area?
Mainly the x "button" on the right side of the notice.

@mercime
7 years ago

#2 @mercime
7 years ago

  • Keywords has-patch has-screenshots added

@mercime
7 years ago

alternatives

#3 @mercime
7 years ago

@slaFFik Could do that for the sitewide notice under admin bar. Attached 2 new images for both scenarios.

Version 0, edited 7 years ago by mercime (next)

#4 @johnjamesjacoby
7 years ago

This is a welcome change.

How about a combination of keeping the text but floating it to the right? Visually, I'd want it to be aligned with the top-most line of text, and with a right-margin that's equal to the left-margin of the top line of text. Does that make sense? Kinda like how the admin-notices in wp-admin work currently?

@mercime
7 years ago

#5 @DJPaul
7 years ago

  • Milestone changed from Awaiting Review to 2.9

@mercime If you can finish this and get it into trunk very soon, feel free to move this ticket back to 2.8.

@mercime
7 years ago

#6 @mercime
7 years ago

Replying to johnjamesjacoby:

How about a combination of keeping the text but floating it to the right? Visually, I'd want it to be aligned with the top-most line of text, and with a right-margin that's equal to the left-margin of the top line of text. Does that make sense? Kinda like how the admin-notices in wp-admin work currently?

Sorry I was delayed. Per your feedback, new patch tested with long subject title and text plus screenshot are attached .

Replying to DJPaul:

@mercime If you can finish this and get it into trunk very soon, feel free to move this ticket back to 2.8.

Swamped at the time to do complete at the time for 2.8 :(

@mercime
7 years ago

#7 @mercime
7 years ago

7421.4.patch uses the new BP tooltip introduced in #7188
New screenshot attached - new button element on Twenty Seventeen.

#8 @mercime
7 years ago

  • Owner set to mercime
  • Resolution set to fixed
  • Status changed from new to closed

In 11582:

Accessibility: Change empty link in Sitewide Notice to a button element.

Using semantic markup like the button element instead of an empty anchor link
like href=# in this case, helps us improve accessibility for all users.

Props mercime, slaFFik, johnjamesjacoby.
Fixes #7421.

Note: See TracTickets for help on using tickets.