-
Notifications
You must be signed in to change notification settings - Fork 271
CJK text tops clipped in chat after v2026.7.1 #1152
Copy link
Copy link
Open
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.
Description
Metadata
Metadata
Assignees
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.
Type
Fields
Priority
None yet
Projects
StatusShow more project fields
Backlog
Title
CJK text tops are clipped in chat after v2026.7.1 (regression of #636)
Environment
Steps to reproduce
Expected
All CJK glyph tops are fully visible, as in earlier versions.
Actual
The top ~1-2px of Chinese characters is clipped in chat messages.
Latin/digits are NOT affected. Other UI areas are NOT affected —
only the chat message area.
Notes
This looks like a regression of #636 (closed as fixed by #997):
#997 merged each message into a single RichTextBlock, and the line
height appears to be calculated from the primary (Latin) font metrics.
CJK glyphs have a taller top bearing than Segoe UI, so they exceed the
clip region and get cut. The Reactor theme migration (#1084) may also
play a role. Zoom/scaling changes do not help.
Attachments
(Screenshot showing a chat message where Chinese tops are clipped,
with a side-by-side before/after if possible.)