Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure minWidth and maxWidth are applied correctly #1852
Conversation
When splicing an element of the percentArray or asteriksArray within a loop certain array elements would be skipped during processing if the counter is not decremented.
|
I believe this will be superseded when we merge #1768. Could you check if your problem persists in that code, if not then we can close this, if it does, could you suggest a modification against that commit? Thanks, |
|
The problem seems to be solved for the ui-grid-header.js directive and my On Fri, Oct 17, 2014 at 10:45 PM, Paul notifications@github.com wrote:
|
|
@baabgai : do you have some idea of what we would change to resolve that? Happy to merge a PR on it, I'm just not clear whether this particular PR will still merge. |
|
Over two weeks without response. Closing for now but will re-open if there is an update. |
baabgai commentedOct 17, 2014
When splicing an element of the percentArray or asteriksArray within a
loop certain array elements would be skipped during processing if the
counter is not decremented.