You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was directed here by a moderator in Discord Developers. Sorry if this is the wrong place to report the issue - but I hope you can see the importance of fixing this accessibility issue.
If you adjust the Chat Font Scaling (inside User Settings > Apperance), Text Display components inside containers does not scale proportionally as you would expect.
Steps to Reproduce
Send a message with the following payload
[
{
"type": 17,
"components": [
{
"type": 10,
"content": "The quick brown fox jumped over the lazy dog."
}
]
}
]
or just anything with a text display component inside a container
Expected Behavior
I would expect the text size to be adjusted proportionately to the rest of the text. For example if at 16px it is 14px, I would expect for 24px the text to be scaled down to 21px.
Current Behavior
The font simply stays at its seemingly hardcoded value of 14px
Screenshots/Videos
A picture speaks more words than actual words or something:
Description
I was directed here by a moderator in Discord Developers. Sorry if this is the wrong place to report the issue - but I hope you can see the importance of fixing this accessibility issue.
If you adjust the Chat Font Scaling (inside User Settings > Apperance), Text Display components inside containers does not scale proportionally as you would expect.
Steps to Reproduce
Send a message with the following payload
or just anything with a text display component inside a container
Expected Behavior
I would expect the text size to be adjusted proportionately to the rest of the text. For example if at 16px it is 14px, I would expect for 24px the text to be scaled down to 21px.
Current Behavior
The font simply stays at its seemingly hardcoded value of 14px
Screenshots/Videos
A picture speaks more words than actual words or something:
Client and System Information
Firefox 137.0.2/Chromium 135.0.7049.95/Discord 0.0.92
Debian 12
The text was updated successfully, but these errors were encountered: