fix(dicom-tag-browser): Prevent long series names from overlapping - OHIF-2406#5809
Merged
jbocce merged 9 commits intoOHIF:masterfrom Feb 17, 2026
Merged
Conversation
… select Used SelectValue to properly display and truncate long series names in the DICOM Tag Browser.
✅ Deploy Preview for ohif-dev canceled.
|
jbocce
reviewed
Feb 12, 2026
jbocce
reviewed
Feb 12, 2026
jbocce
reviewed
Feb 12, 2026
jbocce
reviewed
Feb 12, 2026
jbocce
reviewed
Feb 12, 2026
jbocce
reviewed
Feb 12, 2026
jbocce
reviewed
Feb 12, 2026
jbocce
requested changes
Feb 12, 2026
Collaborator
jbocce
left a comment
There was a problem hiding this comment.
The fix looks good. The tests needs a little work.
… pattern - Add DicomTagBrowserPageObject for reusable test interactions - Create assertBoundingBoxIsContainedWithin utility for geometry checks - Moved the test into DicomTagBrowser.spec.ts
…wser-long-series-name
jbocce
reviewed
Feb 13, 2026
jbocce
reviewed
Feb 13, 2026
jbocce
reviewed
Feb 13, 2026
jbocce
reviewed
Feb 13, 2026
jbocce
reviewed
Feb 13, 2026
jbocce
requested changes
Feb 13, 2026
Collaborator
jbocce
left a comment
There was a problem hiding this comment.
I love the changes you made. We are almost there.
Collaborator
|
Consider updating your branch with master. |
jbocce
reviewed
Feb 17, 2026
jbocce
reviewed
Feb 17, 2026
jbocce
reviewed
Feb 17, 2026
jbocce
requested changes
Feb 17, 2026
Collaborator
jbocce
left a comment
There was a problem hiding this comment.
Just a small change left!
Collaborator
Author
|
Thanks for your comments Joe :) |
jbocce
approved these changes
Feb 17, 2026
wayfarer3130
pushed a commit
that referenced
this pull request
Apr 10, 2026
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.
Context
Fixes #5702
This PR fixes long series names overlapping in DICOM Tag Browser series selector.
Changes && Results
Added
SelectValuecomponent with label content to enable proper text displayTesting
...) in the select fieldChecklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Tested Environment
Greptile Overview
Greptile Summary
Fixed long series names overlapping in the DICOM Tag Browser select field by wrapping the display content in a
SelectValuecomponent. TheSelectTriggercomponent has[&>span]:truncatestyling which applies truncation to child spans, andSelectValue(which isSelectPrimitive.Valuefrom@radix-ui/react-select) renders as a span element, enabling proper ellipsis truncation for text overflow.Confidence Score: 5/5
SelectTrigger, making it a clean and idiomatic solutionImportant Files Changed
SelectValuewrapper to enable proper text truncation for long series names in the select field, fixing the overlap issue(5/5) You can turn off certain types of comments like style here!