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

Component: Link with icon - On disabled, Keyboard focus is identified for the link #3712

Closed
Praveen-sr opened this issue Aug 25, 2020 · 0 comments
Assignees
Labels
accessibility Has accessibility requirement bug Something isn't working dev Needs some dev work QA QA testing work performed by the testing team members severity 3 Affects minor functionality, has a workaround
Milestone

Comments

@Praveen-sr
Copy link

Detailed description

Issue :- On disabled mode, Keyboard focus is identified for the link

Additional information

image.png

@Praveen-sr Praveen-sr added accessibility Has accessibility requirement bug Something isn't working severity 3 Affects minor functionality, has a workaround labels Aug 25, 2020
@RobertaJHahn RobertaJHahn added QA QA testing work performed by the testing team members Airtable Done dev Needs some dev work labels Aug 25, 2020
@RobertaJHahn RobertaJHahn added this to the Sprint 20-18 milestone Aug 25, 2020
@IgnacioBecerra IgnacioBecerra self-assigned this Sep 29, 2020
kodiakhq bot pushed a commit that referenced this issue Oct 1, 2020
### Related Ticket(s)

#3712 

### Description

The main issue that caused the element to still be focused even while disabled. Removed `tabIndex` as it should still respect the focus order while active and not focus during disabled state.

### Changelog

**Removed**

- Removed tabIndex from the `Link` element

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: vanilla": Vanilla -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive, React (Expressive) -->
<!-- *** "RTL": React (RTL) -->
<!-- *** "feature flag": React (experimental) -->
@IgnacioBecerra IgnacioBecerra reopened this Oct 1, 2020
ariellalgilmore pushed a commit to ariellalgilmore/carbon-for-ibm-dotcom that referenced this issue Oct 2, 2020
…-system#4082)

### Related Ticket(s)

carbon-design-system#3712 

### Description

The main issue that caused the element to still be focused even while disabled. Removed `tabIndex` as it should still respect the focus order while active and not focus during disabled state.

### Changelog

**Removed**

- Removed tabIndex from the `Link` element

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: vanilla": Vanilla -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive, React (Expressive) -->
<!-- *** "RTL": React (RTL) -->
<!-- *** "feature flag": React (experimental) -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Has accessibility requirement bug Something isn't working dev Needs some dev work QA QA testing work performed by the testing team members severity 3 Affects minor functionality, has a workaround
Projects
None yet
Development

No branches or pull requests

4 participants