ionic-team / ionic-team/ionic-framework

bug: ion-tab-button isn't focusable when no href

未关闭
#30,648 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
type: bug
主要语言
TypeScript
星标
52.7k
派生
13.3k
平均合并
1 天 15 小时
30 天内合并 PR
51

描述

### Prerequisites

- [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
- [x] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
- [x] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.

### Ionic Framework Version

v8.x

### Current Behavior

`ion-tab-button` cannot be focused with the `tab` key when they do not have `href`

### Expected Behavior

Being able to select them with `tab`

### Steps to Reproduce

1. Use your `tab` until you select the `search` button.
2. You'll see you go direct to `search` without passing by other elements

### Code Reproduction URL

https://stackblitz.com/edit/2uoossd8?file=index.html

### Ionic Info

Ionic:

Ionic CLI : 5.4.16

Utility:

cordova-res : not installed
native-run : not installed

System:

NodeJS : v20.19.1
npm : 10.8.2
OS : Linux 5.0

### Additional Information
I'd be glad to do a PR.
I would add the following

```typescript
@HostBinding('tabIndex')
get tabIndex() {
return 1
}
```

贡献指南

打开贡献指南

调研方向

Start at the ion-tab-button component entry point and reproduce the keyboard navigation behavior using the linked StackBlitz example. Check the no-href case first; done means ion-tab-button elements without href are reachable with the Tab key rather than being skipped.

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
accessibility, frontend
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。