-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree widget: “Please provide additional filtering…” message doesn’t fit on mobile devices #1158
Comments
@ValdasSorys, I'd like to hear your opinion on how you expect this to be fixed. Generally, our trees support horizontal scoll, so this should not be a problem. In your case I see there's no horizontal scrollbar, which I guess is turned off on your end. Without horizontal scroll capability, how do you handle deep hierarchies with long node labels? |
@grigasp The tree becomes horizontally scrollable (still works after update to tree-widget v3). When it's just tree nodes they fit, when this message shows up, it doesn't fully fit. Simulator.Screen.Recording.-.14.Pro.16.4.-.2025-01-31.at.13.14.06.mp4 |
@ValdasSorys, thanks, that is very helpful - the issue is clear now. |
Let's keep this open until the change is consumed by |
@ValdasSorys, the fix was released with version |
@grigasp The message still doesn't fit. Btw, did this also disable scrolling horizontally when nodes don't fit? I expected it to not horizontally scroll only when this message ("Please provide additional filtering...") was shown (so this message doesn't wouldn't cause horizontal scroll, but if nodes don't fit, they would). Simulator.Screen.Recording.-.14.Pro.16.4.-.2025-02-10.at.14.08.38.mp4 |
If it's not possible to make it not scrollable - make it horizontally scrollable, but make the message fit (both before and now the message is truncated and user can't see every word). |
Could you check what version Yes we disabled horizontal scroll. The underlying |
@itwin/presentation-hierarchies-react resolved to 1.6.1 |
Should be fixed in |
“Please provide additional filtering…” message doesn’t fit (also it becomes possible to scroll horizontally (shouldn’t happen), message is cut off even if scrolled horizontally):
The text was updated successfully, but these errors were encountered: