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 am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
Is there an existing issue for this?
I have searched the existing issues.
Is this issue related to iced?
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
Here are some containers in a scrollable with their borders shown. Note that the scrollable area is fully expanded, but the right-hand border of the right-most container inside the scrollable area has been cut off.
Equally, I can reduce the width of the window to activate the scrollable area, and note how it is scrolled all the way to the right, but again the last column of pixels is cut off.
What is the expected behavior?
In the above screenshots, I would expect to be able to see the right-hand border of the right-most container.
I observed this behaviour in 0.13.1 (installed via the crates.io release), and I have produced this example code by writing it as a new example in a locally cloned copy of the iced repository.
My current workaround for this issue is to wrap the contents of the scrollable with a container and add 1 pixel of padding to the right-hand side.
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
Here are some containers in a scrollable with their borders shown. Note that the scrollable area is fully expanded, but the right-hand border of the right-most container inside the scrollable area has been cut off.
Equally, I can reduce the width of the window to activate the scrollable area, and note how it is scrolled all the way to the right, but again the last column of pixels is cut off.
What is the expected behavior?
In the above screenshots, I would expect to be able to see the right-hand border of the right-most container.
I observed this behaviour in 0.13.1 (installed via the crates.io release), and I have produced this example code by writing it as a new example in a locally cloned copy of the iced repository.
My current workaround for this issue is to wrap the contents of the scrollable with a container and add 1 pixel of padding to the right-hand side.
Code:
Version
crates.io release
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: