microsoft / microsoft/TypeChat
After applying text spacing "npm install typechat" is getting truncated : A11y_TypeChat Website_Type chat_npm Install typechat copy button_Text Spacing.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 414
- Avg merge
- 3h 8m
- Merged PRs (30d)
- 3
Description
[Check out Accessibility Insights!]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
GitHubTags:
#A11yWCAG2.1; #A11yTCS; #A11ySev3; #TypeChat Website; #Feature_TypeChat Website_Web_April2024; #Win11; #Color contrast; #WCAG1.4.12; #WCP; #FTP; #DesktopWeb; #A11yMAS; #ChromiumEdge;.
Environment and OS details:
URL: https://microsoft.github.io/TypeChat/
Windows 11
OS build: 22631.3296
chromium Edge Version 123.0.2420.65 (Official build) (64-bit)
Prerequisites:
- Install stylus in browser and pin it in your extensions (note, same link can be used to install in edge too): https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
- Once added, click on it (Alt +arrow keys) and click Manage (Enter and tab to manage)
- In the new window that opens, under Actions, click (Enter) on Write new styles. Code area will open
- Paste the following code in that area:
- {
line-height: 1.5 !important;
letter-spacing: 0.12em !important;
word-spacing: 0.16em !important;
}
p {
margin-bottom: 2em !important;
}
- Give it a name. Example: text spacing. Uncheck the Enabled checkbox
- Hit save
- To use it, you can activate the stylus plugin on the page you want to test and check the ‘Text spacing’ (if that is the name you used while creating) checkbox
Repro Steps:
- Hit the URL: https://microsoft.github.io/TypeChat
- Typechat Home screen gets opened.
- Tab Navigate to "npm Install typechat copy button".
- Turn on Text spacing and Observe that After applying text spacing "npm install typechat" is getting truncated.
Actual Result:
After applying text spacing "npm install typechat" is getting truncated.
Expected Result:
After applying text spacing "npm install typechat" should not be getting truncated.
User Impact:
Low vision users will face difficulty if After applying text spacing "npm install typechat" is getting truncated.
Attachment:
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start at the TypeChat website home screen at https://microsoft.github.io/TypeChat and reproduce the issue in Chromium Edge with the provided text-spacing settings. Locate the implementation of the "npm install typechat" copy button and verify that the command remains fully visible after text spacing is applied. Done means the command is no longer truncated for low-vision users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100