Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessiblity Issue; No Tooltip for Buttons in Header Component #1150

Open
Nathan-Adams-IBM opened this issue Apr 26, 2022 · 1 comment
Open
Labels
status: triage type: bug Something isn't working wontfix This will not be worked on

Comments

@Nathan-Adams-IBM
Copy link

Bug

The buttons in the Header component, in this case notification and profile buttons, lack support for adding tooltips to clarify the button action.

Description

Tooltips are missing for:

  • Notification icon
  • Notification item dismissal button
  • Notification batch items dismissal button
  • Profile button
<Shell
  header={{
    labels: {
      brand: {
        company: 'IBM',
        domain: 'Security',
        product: 'Application'
      },
      notifications: {
        button: 'Toggle notifications',
        clear: 'Clear',
        clear_all: 'Clear all notifications',

Screen Shot 2022-04-26 at 2 51 48 PM

Screen Shot 2022-04-26 at 2 52 34 PM

Expected behavior

It's expected that there will be properties for each of the buttons to provide optional tooltips.

Actual behavior

No tooltip is shown when hovering over specified elements.

Steps for reproducing

  1. Add header component
  2. Hover mouse over notifications and profile icons
  3. Notice lack of tooltip
  4. Fill in clear_all attribute
  5. Open notifications dropdown
  6. Notice lack of tooltip on clear all button

Affected browsers

All supported browsers

@Nathan-Adams-IBM Nathan-Adams-IBM added status: triage type: bug Something isn't working labels Apr 26, 2022
@stale
Copy link

stale bot commented May 27, 2023

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the wontfix This will not be worked on label May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage type: bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant