|
95 | 95 | 1. [TODO] - Make HOME and END keys scroll to top/bottom if grid has focus...
|
96 | 96 | 1. [IDEA] - Can we deselect any selected text when the grid is scrolled?
|
97 | 97 | 1. [TODO] - Make row builders async with $q
|
98 |
| -1. [TODO] - Make plnkr/jsfiddle ngdocs buttons work |
99 | 98 | 1. [TODO] - Remove IE11 cell selected weird green color...
|
100 | 99 | 1. [IDEA] - Add gridOptions.options for all opts, and deep watch it then rebuild
|
101 | 100 | 1. [IDEA] - Add version number to uiGrid module.
|
102 | 101 |
|
103 | 102 | 1. [IDEA] - Might need to make dragging and reordering columns watch for a minimum pixel delta before starting drag, so it doesn't always cancel long-clicks
|
104 |
| -1. [BUG] - Grid not redrawing properly when switching between tutorials. It still has the grid body height from the previous tutorial. |
105 |
| - 1. This is due to a combination of grunt-ngdocs and ngAnimate. ngAnimate is leaving two "page" (or whatever) elements on the page at the |
106 |
| - same time. Both have a main.css which include styles for the grid. Having the old one on there at the same time as the new one makes |
107 |
| - it use the height from the old one when calculating the grid height... *** Can we switch to Dgeni? *** |
108 | 103 | 1. [BUG] - Menu icon overlays menu text when column name is too long...
|
109 | 104 | 1. [IDEA] - Can we shrink the size of the header-cell-contents div and make it text-overflow: ellipsis?
|
110 | 105 | 1. [TOFIX] - Menu icon vertical alignment off in IE11 (how does it look in FF?)
|
|
124 | 119 | 1. [TODO] - Add "master" grid menu that overlays the whole grid when open (should have a decent-size padding that leaves and overlay with high opacity).
|
125 | 120 | 1. [TODO] - Make a master grid menu button using the font-awesome menu icon (add to fontello conf) that lives... somewhere... that won't move when columns scroll...
|
126 | 121 |
|
127 |
| -# Cleanup |
128 |
| - |
129 |
| -1. [TODO] - Rename tutorials so they're consistent |
130 |
| -1. [TODO] - Re-order tutorials |
131 |
| -1. [TODO] - Build a tutorial index page. |
132 |
| -1. [TODO] - Remove commented-out dumps from gridUtil |
133 |
| -1. [TODO] - Rename gridUtil to uiGridUtil |
134 |
| -1. [TODO] - Rename GridUtil in uiGridBody to gridUtil or the above |
135 |
| -1. [TODO] - Move uiGridCell to its own file |
136 |
| - |
137 | 122 | # Extras
|
138 | 123 |
|
139 | 124 | <!-- 1. Add iit and ddescribe checks as commit hooks -->
|
|
0 commit comments