microsoft / microsoft/AdaptiveCards
[Feature Request] A11Y - Fix native html input popups with small resolution and 400% zoom
@anna-dingler is already working on this.
Since Jun 19, 2023.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Problem Statement
Native HTML5 inputs that open a popup is handled by the browser. An example is . When a user has a small screen resolution and 400%+ zoom these popups overflow outside of the viewport.
This disables customers from selecting items from the popup.
Proposed solution
An example fix for popup is to hide the functionality to open the popup when the popup overflows from the window viewport. This will require users to manually input the dates. A11y users will have access to voice control or a keyboard and is an inclusive solution.
You should speak with your a11y expert to find viable solutions for issues related to the native input control.
Alternatives or Workarounds
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.