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

feat(treeselect): 读屏优化 #1355

Merged
merged 4 commits into from
Dec 30, 2022
Merged

Conversation

Leon-z
Copy link
Contributor

@Leon-z Leon-z commented Dec 30, 2022

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix #1320

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

录屏

Android

android.mp4

iOS

ios.mp4

@syxysszyw
Copy link
Collaborator

预览2

@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2022

qrcode

@LeeJim LeeJim added the a11y 无障碍访问 label Dec 30, 2022
@syxysszyw
Copy link
Collaborator

预览3

@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2022

qrcode

@syxysszyw
Copy link
Collaborator

苹果机选中之后读屏光标会变大,是什么原因呀?

image

@Leon-z
Copy link
Contributor Author

Leon-z commented Dec 30, 2022

苹果机选中之后读屏光标会变大,是什么原因呀?

image

这部分是具有实际节点的,所以光标会包括整个轮廓
image

@syxysszyw
Copy link
Collaborator

预览3

@github-actions
Copy link
Contributor

github-actions bot commented Dec 30, 2022

qrcode

Copy link
Collaborator

@syxysszyw syxysszyw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LeeJim LeeJim merged commit 61664ad into Tencent:develop Dec 30, 2022
@github-actions github-actions bot mentioned this pull request Jan 2, 2023
LeeJim added a commit that referenced this pull request Jan 3, 2023
* chore: remove optional chain on demo (#1298)

* chore: update website readme (#1301)

* docs: add version information (#1300)

* build: add npm cache

* build: preview ci updated

* feat(indexes): 读屏优化 (#1237)

* feat(indexes): 增加读屏

* feat(indexes): test

* fix(progress): 优化朗读次数 (#1283)

* fix(progress): 优化朗读次数

* fix: 新增异常朗读

* feat(Badge): support Badge aria  (#1196)

* feat(badge): badge support aria

fix #1019

* feat(badge): fix code

* test(badge): update snap

* fix(badge): fix code

* fix: fix code

* fix: fix code

* fix: fix code

* fix: fix: fix code

* fix: update snap

* fix: fix code

* style: remove useless css (#1314)

* feat(example): add a11y support (#1313)

* feat(example): add a11y support

* feat(example): add a11y support

* feat: icon attribute supports object type (#1295)

* feat: icon attribute supports object type

* test: update snapshoot

* fix(swiper): update style (#1327)

* fix(cascader): update style (#1326)

* style(Result): update style (#1325)

* refactor(badge): using real unique id (#1321)

* refactor(badge): using real unique id

* refactor: finish unique logic

* refactor: remove userid

* fix(PullDownRefresh): update demo (#1333)

* style(Progress): update style (#1328)

* docs: 文档 button 属性使用错误 (#1347)

* fix(tabs): update style (#1339)

* fix(tabs): update style

* fix(tabs): update a11y

* fix(steps): update style (#1351)

* fix(steps): update style

* test(steps): update snapshot

* fix(rate): update style (#1350)

* fix(Stepper): update style (#1356)

* fix(Stepper): update style

* test: update snapshots

* fix(tag): resolve icon and control (#1358)

* fix(tag): resolve icon and control

* test(tag): update snapshot

* fix(drawer): update style (#1359)

* feat(treeselect): 读屏优化 (#1355)

* feat(treeselect): 读屏优化

* feat(sidebaritem): 读屏优化

* feat(sidebaritem): 读屏优化

* feat(sidebaritem): 读屏优化

* fix: update cos url (#1364)

* Fix/upload/style (#1365)

* fix(upload): update style

* test(upload): update snapshot

* fix(dialog): replace url (#1362)

* fix(dropdown-menu): update reset logic and style (#1363)

* fix(action-sheet): 修复旁白读取问题. (#1064) (#1235)

* fix(action-sheet): 修复旁白读取问题. (#1064)

* fix(action-sheet): 优化弹出框聚焦, 多余无效role属性

* fix(action-sheet): 修复旁白读取问题. (#1064)

* fix(action-sheet): 优化弹出框聚焦, 多余无效role属性

* fix(action-sheet): 列表选项语义化. (#1064)

* fix(action-sheet): onCancel 恢复变更, 按钮语义恢复. (#1064)

* fix(action-sheet): 去掉多余的focus属性. (#1064)

* fix(action-sheet): 兼容动态role. (#1064)

* fix(action-sheet): android tabindex. (#1064)

* fix(switch): 开关无障碍旁白补充 (#1279)

* fix(switch): 修复朗读不可用问题. (#1018)

* fix(switch): 修复朗读勾选问题. (#1018)

* fix(switch): icon读取问题. (#1018)

* fix(switch): update snapshot. (#1018)

* fix(switch): update role. (#1018)

* fix(switch): update snapshot. (#1018)

* fix(switch): delete disabled. (#1018)

* feat(cell): 增加无障碍支持 (#1212)

Co-authored-by: lsdyi <yangjinzhehao123@outlook.com>

* feat(dropdown): dropdown-menu无障碍支持 (#1285)

* feat(dropdown): dropdown-menu无障碍支持

* feat(dropdown): 代码优化

* fix(code): 回退代码

* fix(dropdown-menu): 删除aria-hidden属性

* fix(slider): support a11y

* chore(switch): update demo (#1368)

* fix(tab-bar): update style (#1369)

* fix(checkbox): update style (#1371)

* fix(search): update demo (#1370)

* fix(navbar): update style (#1372)

* fix(navbar): update style

* test(navbar): update snapshot

* fix(navbar): optimize

* fix(navbar): make the custom-style property reactive (#1374)

* fix(navbar): make the custom-style property reactive

* test(navbar): update snapshot

* chore: publish v0.33.0 (#1378)

* chore: publish v0.33.0

* chore: changelog's changes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Co-authored-by: Y <anly_yaw@163.com>
Co-authored-by: Lzzzz <lz_n10828@163.com>
Co-authored-by: 龙风 <455947455@qq.com>
Co-authored-by: Jason <jason.daurus@gmail.com>
Co-authored-by: 大补 <38815121+AuYuHui@users.noreply.github.com>
Co-authored-by: byqbai <byq1213@qq.com>
Co-authored-by: lsdyi <52379902+lsdyi@users.noreply.github.com>
Co-authored-by: lsdyi <yangjinzhehao123@outlook.com>
Co-authored-by: Lindddt <44339196+Lindddt@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@LeeJim LeeJim mentioned this pull request Feb 3, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y 无障碍访问
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TreeSelect] 无障碍支持
3 participants