Skip to content

Conversation

@Manduro
Copy link
Contributor

@Manduro Manduro commented Aug 5, 2014

When using the ui-grid option "enableColumnMenu" set to false, the column sorting fails because it tries to hide the columnMenu that doesn't exist. This is fixed by only hiding the columnMenu when enableColumnMenu is set to true.

Error: 'undefined' is not an object (evaluating 'uiGridCtrl.columnMenuCtrl.hideMenu') 

Plus I found another bad comma in the language files ;)

@Manduro Manduro changed the title 3.0 bugfixes Fixed sorting with column menu disabled Aug 5, 2014
@Manduro
Copy link
Contributor Author

Manduro commented Aug 11, 2014

Can someone give a hand on a test here? I've tried my best, but can't get it to work and meanwhile this bug is still around.

@bgok
Copy link

bgok commented Aug 13, 2014

I'll have a look later today.

@c0bra c0bra added the bug label Sep 4, 2014
@c0bra c0bra added this to the 3.0 milestone Sep 4, 2014
@c0bra c0bra self-assigned this Sep 10, 2014
@swalters
Copy link
Contributor

fixed by #1566 (we never did get tests to work. I think we need to invest some time in protractor tests to make it easier)

@swalters swalters closed this Sep 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants