-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
dynamic change columns, item will overlap #12
Comments
Hi there,
I think this is a side effect after we fixed your previous bug.
Rgds
Geirr
…On Tue, 8 Aug 2023 at 03:45, UTing1119 ***@***.***> wrote:
Expected Behavior
dynamic change columns and it should calculate new item's position
correctly.
Current Behavior
item will overlap
Steps to Reproduce
1. dynamic change columns
2. the item which is overflow will change to position 1 and overlap
the first item
[image: wcvb9-ws07f]
<https://user-images.githubusercontent.com/74576629/258960891-b1388ff2-55c3-424e-970b-71ce02b715f6.gif>
I will try to fix it, plz let me know if the overflow item is static, how
would you want it to behave
—
Reply to this email directly, view it on GitHub
<#12>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRBD4ACHUC27OQYITX2PQ3XUGK3DANCNFSM6AAAAAA3HYBRX4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, @UTing1119 did you manage to make a fix for this ? |
yes, I was tryna find the reason why the resize event will be triggered when col number is set by user.(edit: yes it needs to be resized, but I'm trying to fix the calculate function) do you have any plans to refactor? |
Hi @UTing1119 |
@UTing1119 may I ask what you are using the component for ? Btw I just released version 1.2.2 Regards Geirr |
@gwinnem if you're referring to dragging items, that's because I'm tryna set up a template item that will be added to the GridLayout correctly. but unfortunately I have no time to fix it or refactor it. |
still not work in version 1.2.2/1.2.4/1.2.5 |
@UTing1119 |
Hi @UTing1119 |
I think it's more like the item overflows right side of the layout. I guess it's because in |
It is strange the behavior, but with multiple statics the result is a lot of overflows when dynamically changes the max col value. I am looking into it now and will release a new version asap. |
Should be fixed in 1.2.9 |
Expected Behavior
dynamic change columns and it should calculate new item's position correctly.
Current Behavior
item will overlap
Steps to Reproduce
I will try to fix it, plz let me know if the overflow item is static, how would you want it to behave
The text was updated successfully, but these errors were encountered: