fix(web): reveal full content for truncated text - #2889
Open
kev1n77 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes: N/A
Type and Areas
Type: Bug fix / UI/UX
Areas: Web UI, Design System, Canvas SDK
Motivation / Impact
Some truncated text could not be read in full on hover, including task concurrency options in Settings.
This change provides consistent access to complete text while preserving menu selection, click behavior, and focus handling. It also prevents duplicate tooltips on the same control.
Verification
The following checks passed:
pnpm run check:webpnpm run design-system:checkpnpm --dir src/web-ui exec tsc --noEmitgit diff --cached --checkbefore committingpnpm --dir src/web-ui exec vitest run src/shared/ui/OverflowText.test.tsx src/shared/ui/Select.test.tsx src/shared/ui/Combobox.test.tsx src/app/components/panels/content-canvas/stores/canvasStore.terminal.test.ts src/flow_chat/components/modern/FlowChatTurnRail.test.tsx src/flow_chat/deep-review/action-bar/RemediationSelectionPanel.test.tsx src/app/scenes/skills/components/SkillCard.test.tsx src/app/scenes/miniapps/components/MiniAppCard.presentation.test.ts src/tools/openbitfun-canvas/runtime/sdk/charts.test.tsx src/tools/openbitfun-canvas/runtime/sdk/diagrams.test.tsxManual visual verification has not been performed; no after-change screenshots or recordings are included. Remote workspace, Remote control, Peer Device Mode, and Detached Dispatch have not been exercised end to end.
Reviewer Notes
Checklist