angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

ui-grid-cellnav causes chrome to crash when dragging in angular-dashboard-framework #4379

Open beffjarker opened 8 years ago

beffjarker commented 8 years ago

I have a grid that we've put inside of the angular-dashboard-framework and when that grid uses ui-grid-cellnav and you begin to drag the widget, the tab gets the "aww snap!" crash message. This doesn't happen in Firefox or if you remove ui-grid-cellnav.

JLLeitschuh commented 8 years ago

This sounds like it's outside of the scope of our support. If you think this is a problem explicitly created ui-grid and you have a solution feel free to open a pull request. If you can recreate the problem with a simple example this would also help.

beffjarker commented 8 years ago

I've narrowed it down to something in the cellnav service. If I have the service return an empty object but keep the directive, it no longer crashes, but obviously, causes other issues. I'll try and get a plunker up today. As for now, we've just removed the cellnav directive until we track down the actual cause and find a solution and submit a PR for you, or find another framework besides angular-dashboard-framework that won't crash with it. We really need cellnav for accessibility, though...

JLLeitschuh commented 8 years ago

Oh, I'm glad my Accessibility additions is making UI-Grid more attractive.