-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Reset column width after column move #4188
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
Comments
+1 I am seeing this too. You can see this happen in one of the tutorials: http://ui-grid.info/docs/#/tutorial/401_AllFeatures. I am seeing this on v3.0.4 with Angular v1.3.16 at work. It looks like the tutorial is using UI-Grid v3.0.4 and Angular v1.4.3. Steps to reproduce:
Expected: the "Name" and "Age" column headers switch places while the "Id" column retains its width |
This bug is a big problem for our business, so I started work on this without guarantee that it will get merged into the ui-grid official repo. Anywho, I noticed that I can only reproduce this in the Angular app at work and on the ui-grid.info site. When I run the tutorials locally, I don't run into any problems... I'll keep investigating, but any ideas why this might be happening? |
I cannot close this, but it upon further investigation, this is fixed in the unstable code (which will become v3.0.5). You can compare the difference in behavior: bugged: http://ui-grid.info/docs/#/tutorial/401_AllFeatures [edit]: well, I clearly didn't re-read my comment before posting. I just noticed that the url's are the same. All I did was switch between the stable and unstable versions of the tutorials. |
current version is 3.0.5, but bug is not fixed |
@tomaslaurutenas You need to be more specific with what you are seeing, then. I tested using the stable code on the ui-grid site and have pulled v3.0.5 into my local project. From what I see, it is fixed in both instances. |
@ingshtrom yes, it is fixed. sorry, my mistake :) |
When I change column position with mouse, this reset column width to default width.
The text was updated successfully, but these errors were encountered: