-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[3.0] ui-grid 'ui.grid.selection' messing up grid display #1601
Comments
This is a duplicate of #1559. Can you tell me what browser (with version) and OS you're seeing this in? |
Browser: Chrome Version 37.0.2062.124 m |
@juliekirwin : if you have the opportunity, could you tell me the grid width in Chrome? For me, the problem I had was that the grid width was 877.5, but the Chrome offsetWidth reported it as 878, and that rounding up by half a pixel was pushing everything out. Wondering if it's the same for you. If you're in the debugger, you can see this with a breakpoint in the |
Believed to be fixed via #1605 |
This issue still exists in chrome. it works fine in other browsers but it still seems to appear in chrome. |
I see this as well in FireFox. Any update or workaround? I'm using v3.0.0-RC.18-270d031. Also, when I view the selection tutorial on the ui-grid.info site it's jacked up too... |
I'm using v3.0.0-RC.20 and having this issue on Mac OS 10.8.5 and 10.10 using FF, Chrome, and Safari It the best case its glitchy. |
I am also having this issue, I have found that it seems to be fine if you specify the data at the creation of the grid, but when you load the data through an ajax call after the controller loads it causes the grid to not display properly until a window resize. |
I'm trying out the ui.grid.selection on my grid and it's behaving oddly(see picture below). My code is very bare bones at this point so not sure what would be breaking it if it's on me. I followed the tutorial http://ui-grid.info/docs/#/tutorial/210_selection
Controller:
HTML:
Here's the picture:
The text was updated successfully, but these errors were encountered: